Changeset 29440 in osm for applications/editors/josm/plugins
- Timestamp:
- 2013-03-30T01:47:24+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tag2link/build.xml
r29435 r29440 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <!-- 3 ** This is a template build file for the tag2linkplugin.3 ** This is a template build file for a JOSM plugin. 4 4 ** 5 5 ** Maintaining versions 6 6 ** ==================== 7 ** see README.template7 ** See README.template 8 8 ** 9 9 ** Usage 10 10 ** ===== 11 ** To build it run 12 ** 13 ** > ant dist 14 ** 15 ** To install the generated plugin locally (in you default plugin directory) run 16 ** 17 ** > ant install 18 ** 19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration 20 ** 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 other 23 ** JOSM users: 24 ** set the properties commit.message and plugin.main.version 25 ** and run 26 ** > ant publish 27 ** 11 ** Call "ant help" to get possible build targets. 28 12 ** 29 13 --> … … 34 18 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 19 <property name="plugin.main.version" value="4968"/> 36 37 <!-- Configure these properties (replace "..." accordingly). 38 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 39 --> 20 40 21 <property name="plugin.author" value="Don-vip & FrViPofm"/> 41 22 <property name="plugin.class" value="org.openstreetmap.josm.plugins.tag2link.Tag2LinkPlugin"/> … … 43 24 <property name="plugin.icon" value="images/tag2linkv2_24x24.png"/> 44 25 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link"/> 45 <!--<property name="plugin.early" value="..."/>-->46 <!--<property name="plugin.requires" value="..."/>-->47 <!--<property name="plugin.stage" value="..."/>-->48 26 49 27 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.