Changeset 27968 in osm for applications
- Timestamp:
- 2012-03-01T21:39:04+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/conflation/build.xml
r27960 r27968 31 31 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 32 32 <property name="plugin.main.version" value="4980"/> 33 <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>34 33 35 34 <!-- … … 39 38 --> 40 39 <import file="../build-common.xml"/> 40 41 <!-- Needs to be used after import, otherwise ${plugin.dist.dir} is not defined --> 42 <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/> 41 43 42 44 <!--
Note:
See TracChangeset
for help on using the changeset viewer.