Changeset 30828 in osm for applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
- Timestamp:
- 2014-11-29T20:04:57+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
r30416 r30828 11 11 <property name="plugin.description" value="Bring in errors from Osm Inspector and display it on the current JOSM bounding box"/> 12 12 <property name="plugin.icon" value="images/osmInspector.jpg"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust"/> 13 <!--<property name="plugin.link" value=""/>--> 14 <property name="plugin.requires" value="jts;geotools"/> 14 15 15 16 <!-- ** include targets that all plugins have in common ** --> 16 17 <import file="../build-common.xml"/> 17 18 19 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 20 <include name="jts.jar"/> 21 <include name="geotools.jar"/> 22 </fileset> 23 18 24 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
