Changes between Version 28 and Version 29 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2009-09-30T12:27:40+02:00 (16 years ago)
Author:
vsandre
Comment:

svn josm

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v28 v29  
    1111svn co http://svn.openstreetmap.org osm
    1212}}}
     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)
    1314 * 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].
    1415 * 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.