Changeset 32134 in osm for applications/editors/josm/plugins/indoorhelper/build.xml
- Timestamp:
- 2016-03-30T00:10:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoorhelper/build.xml
r32122 r32134 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="indoorhelper" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="Inital commit"/> 18 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 <property name="plugin.main.version" value=" 7001"/>7 <property name="plugin.main.version" value="9759"/> 20 8 21 9 <!-- Configure these properties (replace "..." accordingly). 22 23 24 25 10 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 26 11 --> … … 40 25 <!-- ** include targets that all plugins have in common ** --> 41 26 <import file="../build-common.xml"/> 42 43 27 </project>
Note:
See TracChangeset
for help on using the changeset viewer.