Changes between Version 81 and Version 82 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2018-02-20T11:12:14+01:00 (7 years ago)
Author:
anonymous
Comment:

Use HTTPS svn

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v81 v82  
    1010 * Check out the plugin environment into an empty directory called {{{josm}}}. Make sure path contains only ASCII characters, otherwise build may fail.
    1111{{{
    12 svn co http://svn.openstreetmap.org/applications/editors/josm
     12svn co https://svn.openstreetmap.org/applications/editors/josm
    1313}}}
    1414 * 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].