Changes between Version 22 and Version 23 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2008-01-16T21:08:31+01:00 (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v22 v23  
    1111svn co http://svn.openstreetmap.org osm
    1212}}}
    13  * create a new plugin-directory osm/utils/josm/plugins/''yourpluginname''
     13 * create a new plugin-directory osm/applications/editors/josm/plugins/''yourpluginname''
    1414 * copy an ant script (build.xml) from an other plugin ('''TODO:''' Someone familar with ant could be so nice and setup a template plugin with an almost complete configured ant script and then change this here)
    1515 * The important thing of your build script is, that it places some attributes into the MANIFEST.MF of the jar file. See below.