Changeset 35154 in osm for applications/editors/josm/plugins/geotools
- Timestamp:
- 2019-09-28T23:29:13+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r35127 r35154 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;ejml"/> 13 <property name="plugin.requires" value="jts;ejml;apache-commons"/> 14 14 <property name="plugin.stage" value="20"/> 15 15 … … 20 20 <include name="jts.jar"/> 21 21 <include name="ejml.jar"/> 22 <include name="apache-commons.jar"/> 22 23 </fileset> 23 24
Note:
See TracChangeset
for help on using the changeset viewer.