Changeset 31766 in osm for applications/editors/josm
- Timestamp:
- 2015-11-16T23:32:13+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r31677 r31766 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/> 10 <property name="plugin.requires" value="apache-commons;jts; geotools;utilsplugin2"/>10 <property name="plugin.requires" value="apache-commons;jts;ejml;geotools;utilsplugin2"/> 11 11 12 12 <!-- ** include targets that all plugins have in common ** --> … … 16 16 <include name="apache-commons.jar"/> 17 17 <include name="jts.jar"/> 18 <include name="ejml.jar"/> 18 19 <include name="geotools.jar"/> 19 20 <include name="opendata.jar"/> … … 22 23 <property name="apache-commons" location="${plugin.dist.dir}/apache-commons.jar"/> 23 24 <property name="jts" location="${plugin.dist.dir}/jts.jar"/> 25 <property name="ejml" location="${plugin.dist.dir}/ejml.jar"/> 24 26 <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/> 25 27 … … 87 89 <pathelement location="${apache-commons}"/> 88 90 <pathelement location="${jts}"/> 91 <pathelement location="${ejml}"/> 89 92 <pathelement location="${geotools}"/> 90 93 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.