Changeset 29004 in osm for applications/editors/josm/plugins/00_plugin_dir_template
- Timestamp:
- 2012-11-27T20:14:34+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/00_plugin_dir_template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_plugin_dir_template/README.template
r22835 r29004 24 24 See build.xml in this directory and update the plugin specific properties in the 25 25 configuration section. 26 26 27 To get an command overview run 28 > ant help 29 30 To build the plugin run 31 > ant dist 32 33 To install the generated plugin locally (in you default plugin directory) run 34 > ant install 35 36 The generated plugin jar is not automatically available in JOSMs plugin configuration 37 dialog. You have to check it in first. 38 39 Use the ant target 'publish' to check in the plugin and make it available to other 40 JOSM users: 41 set the properties commit.message and plugin.main.version 42 and run 43 > ant publish 27 44 28 45 Maintaining versions -
applications/editors/josm/plugins/00_plugin_dir_template/build.xml
r28990 r29004 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 -->
Note:
See TracChangeset
for help on using the changeset viewer.