Changes between Version 28 and Version 29 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2009-09-30T12:27:40+02:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v28 v29 11 11 svn co http://svn.openstreetmap.org osm 12 12 }}} 13 * If you only want to work with JOSM and its plugins, it is possible to download only the JOSM directory. (''http://svn.openstreetmap.org/applications/editors/josm'' 100MB in 2009-10) 13 14 * create a new plugin-directory {{{osm/applications/editors/josm/plugins/yourpluginname}}}. You may create a copy of the template directory [http://svn.openstreetmap.org/applications/editors/josm/plugins/00_plugin_dir_template/ 00_plugin_dir_template]. It includes a directory layout, a [http://svn.openstreetmap.org/applications/editors/josm/plugins/00_plugin_dir_template/LICENSE license file] and a template for the [http://svn.openstreetmap.org/applications/editors/josm/plugins/00_plugin_dir_template/build.xml build.xml]. 14 15 * Open the ant script ({{{build.xml}}}) in your plugin directory and configure the properties in the configuration section. The important thing of your build script is, that it places some attributes into the {{{MANIFEST.MF}}} of the jar file. See below. {{{build.xml}}} in the template directory takes care of this.