Changeset 28163 in osm for applications/editors/josm/plugins/conflation/build.xml
- Timestamp:
- 2012-03-28T16:47:09+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/conflation/build.xml
r27968 r28163 40 40 41 41 <!-- Needs to be used after import, otherwise ${plugin.dist.dir} is not defined --> 42 <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/> 42 <property name="jtsplugin" location="${plugin.dist.dir}/jts.jar"/> 43 <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/> 43 44 44 45 <!-- … … 52 53 <classpath> 53 54 <pathelement path="${josm}"/> 55 <pathelement location="${jtsplugin}"/> 54 56 <pathelement location="${utilsplugin2}"/> 55 57 </classpath> … … 95 97 <attribute name="Plugin-Description" value="(Warning: Experimental!) Tool for conflating (merging) data"/> 96 98 <attribute name="Plugin-Icon" value="images/conflation.png"/> 97 <attribute name="Plugin-Requires" value="utilsplugin2"/> 99 <attribute name="Plugin-Requires" value="jts;utilsplugin2"/> 98 100 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Conflation"/> 99 101 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
Note:
See TracChangeset
for help on using the changeset viewer.
