Changeset 34329 in osm for applications/editors/josm/plugins/MicrosoftStreetside/build.xml
- Timestamp:
- 2018-06-20T06:54:45+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r34324 r34329 14 14 <property name="plugin.main.version" value="13860" /> 15 15 16 <property name="plugin.author" value="renerr18" />16 <property name="plugin.author" value="renerr18" /> 17 17 <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin" /> 18 18 <property name="plugin.description" value="View high resolution Microsoft Streetside 360 degree imagery in JOSM." /> 19 19 <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"/> 21 21 <property name="plugin.requires" value="apache-commons;apache-http;"/> 22 22 … … 34 34 <path id="ivy.lib.path" path="ant/ivy-2.4.0.jar" /> 35 35 <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" />39 36 40 37 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> … … 62 59 63 60 <target name="install-plugin" depends="clean, dist, install"> 64 <echo>Installed MicrosoftStreetside plugin</echo> 61 <echo>Installed Microsoft Streetside plugin</echo> 65 62 </target> 66 63
Note:
See TracChangeset
for help on using the changeset viewer.
