Changeset 36176 in osm for applications/editors/josm/plugins/apache-http/build.xml
- Timestamp:
- 2023-10-19T21:58:56+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/apache-http/build.xml
r35523 r36176 18 18 <import file="../build-common.xml"/> 19 19 20 <target name=" resolve" description="--> retrievedependencieswith Ivy">21 < ivy:retrieve/>20 <target name="pre-compile" depends="fetch_dependencies"> 21 <!-- include fetch_dependencies task --> 22 22 </target> 23 24 <target name="dist" depends="resolve,plugin_common.dist"/>25 26 23 </project>
Note:
See TracChangeset
for help on using the changeset viewer.