Changeset 31757 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-11-16T02:38:27+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r31748 r31757 12 12 <property name="plugin.icon" value="images/layericon.png"/> 13 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/> 14 <property name="plugin.requires" value="log4j;jts; geotools"/>14 <property name="plugin.requires" value="log4j;jts;ejml;geotools"/> 15 15 16 16 <!-- ** include targets that all plugins have in common ** --> … … 20 20 <include name="log4j.jar"/> 21 21 <include name="jts.jar"/> 22 <include name="ejml.jar"/> 22 23 <include name="geotools.jar"/> 23 24 </fileset>
Note:
See TracChangeset
for help on using the changeset viewer.