Changeset 34577 in osm for applications/editors/josm/plugins/MicrosoftStreetside/build.xml
- Timestamp:
- 2018-08-18T22:24:00+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r34428 r34577 12 12 <property name="commit.message" value="Commit message" /> 13 13 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 14 <property name="plugin.main.version" value="13860" /> 15 <property name="plugin.version" value="13860" /> 16 17 <property name="plugin.author" value="renerr18" /> 14 <property name="plugin.main.version" value="14153" /> 15 16 <property name="plugin.author" value="renerr18" /> 18 17 <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin" /> 19 18 <property name="plugin.description" value="View high resolution Microsoft Streetside 360 degree imagery in JOSM." /> … … 33 32 <import file="../build-common.xml"/> 34 33 35 <path id="ivy.lib.path" path="ant/ivy-2. 4.0.jar" />34 <path id="ivy.lib.path" path="ant/ivy-2.5.0-rc1.jar" /> 36 35 <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path" /> 37 36 … … 57 56 <target name="fetch_dependencies" depends="clean_ivy"> 58 57 <echo>fetching dependencies with ivy</echo> 59 <ivy:retrieve pattern="${plugin.lib.dir}/[artifact]-[type].[ext]" conf="default" /> 58 <ivy:settings file="ivy_settings.xml" /> 59 <ivy:retrieve pattern="${plugin.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" conf="default" /> 60 60 </target> 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
