Changes between Version 81 and Version 82 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2018-02-20T11:12:14+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v81 v82 10 10 * Check out the plugin environment into an empty directory called {{{josm}}}. Make sure path contains only ASCII characters, otherwise build may fail. 11 11 {{{ 12 svn co http://svn.openstreetmap.org/applications/editors/josm 12 svn co https://svn.openstreetmap.org/applications/editors/josm 13 13 }}} 14 14 * Create a new plugin directory {{{josm/plugins/yourpluginname}}}. You may create a copy of the template directory [osm:source:/applications/editors/josm/plugins/00_plugin_dir_template/ 00_plugin_dir_template]. It includes a directory layout, a [osm:source:/applications/editors/josm/plugins/00_plugin_dir_template/LICENSE license file] and a template for the [osm:source:/applications/editors/josm/plugins/00_plugin_dir_template/build.xml build.xml].