Changeset 29854 in osm for applications/editors/josm/plugins/waydownloader/build.xml
- Timestamp:
- 2013-08-21T03:47:16+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/build.xml
r29771 r29854 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="waydownloader" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 18 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 <property name="plugin.main.version" value="6 082"/>7 <property name="plugin.main.version" value="6162"/> 20 8 21 9 <property name="plugin.author" value="Harry Wood"/>
Note:
See TracChangeset
for help on using the changeset viewer.