Changeset 30564 in osm for applications/editors/josm
- Timestamp:
- 2014-08-05T19:59:59+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r30563 r30564 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 <fileset id="plugin.requires.jars" dir="../../dist"> 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"/> 12 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 11 13 <include name="jts.jar"/> 12 14 <include name="geotools.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.