Changeset 29615 in osm for applications/editors/josm
- Timestamp:
- 2013-06-01T01:43:25+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/build.xml
r29435 r29615 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="utilsplugin2" default="dist" basedir="."> 15 3 … … 24 12 <property name="plugin.icon" value="images/utils.png"/> 25 13 <property name="plugin.link" value="http://josm.openstreetmap.de/wiki/Help/Plugin/UtilsPlugin2"/> 26 14 <property name="plugin.stage" value="40"/> 15 27 16 <!-- ** include targets that all plugins have in common ** --> 28 17 <import file="../build-common.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.