Changeset 29461 in osm for applications/editors/josm/plugins/imagery-xml-bounds/build.xml
- Timestamp:
- 2013-04-02T00:59:43+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r29435 r29461 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for the imagery-xml-bounds plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="imagery-xml-bounds" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> 32 4 <property name="commit.message" value="Commit message"/> 33 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="5 459"/>6 <property name="plugin.main.version" value="5821"/> 35 7 36 8 <!-- Configure these properties (replace "..." accordingly). … … 42 14 <property name="plugin.icon" value="images/xml_24.png"/> 43 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Imagery-XML-Bounds"/> 44 <!--<property name="plugin.early" value="..."/>-->45 <!--<property name="plugin.requires" value="..."/>-->46 <!--<property name="plugin.stage" value="..."/>-->47 16 48 17 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.