Changeset 30748 in osm for applications/editors/josm/plugins/opendata
- Timestamp:
- 2014-10-19T15:31:02+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r30699 r30748 8 8 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/> 9 9 <property name="plugin.requires" value="jts;geotools;utilsplugin2"/> 10 <!-- plugin.dist.dir is usually defined in build-common.xml but we need to define plugin.requires.jars before including it --> 11 <property name="plugin.dist.dir" location="../../dist"/> 10 11 <!-- ** include targets that all plugins have in common ** --> 12 <import file="../build-common.xml"/> 13 12 14 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 13 15 <include name="jts.jar"/> … … 16 18 </fileset> 17 19 18 <!-- ** include targets that all plugins have in common ** -->19 <import file="../build-common.xml"/>20 21 20 <property name="jts" location="${plugin.dist.dir}/jts.jar"/> 22 21 <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.