Changeset 35766 in osm for applications
- Timestamp:
- 2021-05-23T15:14:21+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r35765 r35766 755 755 <target name="fetch_dependencies" depends="clean_ivy, init-ivy"> 756 756 <echo>fetching dependencies with ivy</echo> 757 <ivy:settings file="ivy_settings.xml" /> 757 <available property="plugin.ivysettings.exists" file="ivy_settings.xml"/> 758 <ivy:settings file="ivy_settings.xml" if:set="plugin.ivysettings.exists"/> 759 <ivy:settings file="${josm.ivysettings}" unless:set="plugin.ivysettings.exists"/> 758 760 <ivy:resolve /> 759 761 <ivy:retrieve pattern="${plugin.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" conf="default" />
Note:
See TracChangeset
for help on using the changeset viewer.