Changeset 31699 in osm for applications/editors
- Timestamp:
- 2015-10-26T13:47:00+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OSMRecPlugin/build.xml
r31615 r31699 14 14 <property name="plugin.icon" value="images/dialogs/logo-osmrec.png"/> 15 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/> 16 <property name="plugin.requires" value="log4j;apache-commons;jts;geotools"/> 16 17 17 18 <!-- ** include targets that all plugins have in common ** --> 18 19 <import file="../build-common.xml"/> 20 21 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 22 <include name="log4j.jar"/> 23 <include name="apache-commons.jar"/> 24 <include name="jts.jar"/> 25 <include name="geotools.jar"/> 26 </fileset> 27 19 28 </project>
Note:
See TracChangeset
for help on using the changeset viewer.