Changeset 34581 in osm for applications/editors/josm/plugins/MicrosoftStreetside
- Timestamp:
- 2018-08-19T14:21:28+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r34577 r34581 32 32 <import file="../build-common.xml"/> 33 33 34 <path id="ivy.lib.path" path="ant/ivy-2.5.0-rc1.jar" />35 <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path" />36 37 34 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 38 35 <include name="apache-commons.jar"/> … … 54 51 </target> 55 52 56 <target name="fetch_dependencies" depends="clean_ivy"> 53 <target name="fetch_dependencies" depends="clean_ivy, init-ivy"> 57 54 <echo>fetching dependencies with ivy</echo> 58 55 <ivy:settings file="ivy_settings.xml" />
Note:
See TracChangeset
for help on using the changeset viewer.
