Ignore:
Timestamp:
2018-06-20T06:54:45+02:00 (8 years ago)
Author:
renerr18
Message:

StreetsideLayer and StreetsideData changes in correspondence with current Mapillary & JOSM versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/build.xml

    r34324 r34329  
    1414        <property name="plugin.main.version" value="13860" />
    1515       
    16     <property name="plugin.author" value="renerr18" />
     16  <property name="plugin.author" value="renerr18" />
    1717        <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin" />
    1818        <property name="plugin.description" value="View high resolution Microsoft Streetside 360 degree imagery in JOSM." />
    1919        <property name="plugin.icon" value="images/streetside-logo-white.png" />
    20         <!--property name="plugin.link" value="https://github.com/JOSM/MicrosoftStreetside"/-->
     20        <property name="plugin.link" value="https://github.com/spatialdev/MicrosoftStreetside"/>
    2121        <property name="plugin.requires" value="apache-commons;apache-http;"/>
    2222
     
    3434        <path id="ivy.lib.path" path="ant/ivy-2.4.0.jar" />
    3535        <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path" />
    36 
    37         <!-- ** include targets that all plugins have in common ** -->
    38         <import file="../build-common.xml" />
    3936
    4037        <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     
    6259
    6360        <target name="install-plugin" depends="clean, dist, install">
    64                 <echo>Installed MicrosoftStreetside plugin</echo>
     61                <echo>Installed Microsoft Streetside plugin</echo>
    6562        </target>
    6663
Note: See TracChangeset for help on using the changeset viewer.