Changeset 31755 in osm for applications/editors/josm/plugins/geotools/build.xml
- Timestamp:
- 2015-11-16T02:20:33+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r31744 r31755 11 11 <property name="plugin.icon" value="images/compass.png"/> 12 12 <property name="plugin.canloadatruntime" value="true"/> 13 <property name="plugin.requires" value="jts"/> 13 <property name="plugin.requires" value="jts;ejml"/> 14 14 <property name="plugin.stage" value="20"/> 15 15 16 16 <!-- ** include targets that all plugins have in common ** --> 17 17 <import file="../build-common.xml"/> 18 18 19 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 20 <include name="jts.jar"/> 21 <include name="ejml.jar"/> 22 </fileset> 23 19 24 <!-- 20 25 **********************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
