Changeset 34698 in osm for applications/editors/josm
- Timestamp:
- 2018-10-25T22:32:12+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r34662 r34698 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/> 10 <property name="plugin.requires" value="apache-commons;j ts;ejml;geotools;utilsplugin2"/>10 <property name="plugin.requires" value="apache-commons;jaxb;jts;ejml;geotools;utilsplugin2"/> 11 11 12 12 <!-- ** include targets that all plugins have in common ** --> … … 15 15 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 16 16 <include name="apache-commons.jar"/> 17 <include name="jaxb.jar"/> 17 18 <include name="jts.jar"/> 18 19 <include name="ejml.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.