Changeset 29115 in osm for applications/editors/josm/plugins/opendata/build.xml
- Timestamp:
- 2012-12-26T00:13:16+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r29023 r29115 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <project name="opendata" default="dist" basedir="."> 3 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 4 <property name="plugin.main.version" value="5554"/> 5 3 <property name="plugin.main.version" value="5631"/> 6 4 <property name="plugin.author" value="Don-vip"/> 7 5 <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/> … … 9 7 <property name="plugin.icon" value="images/dialogs/o24.png"/> 10 8 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/> 11 <!--<property name="plugin.early" value="..."/>-->12 9 <property name="plugin.requires" value="jts;geotools;utilsplugin2"/> 13 <!--<property name="plugin.stage" value="..."/>-->14 10 15 11 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.