Changes between Version 22 and Version 23 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2008-01-16T21:08:31+01:00 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v22 v23 11 11 svn co http://svn.openstreetmap.org osm 12 12 }}} 13 * create a new plugin-directory osm/ utils/josm/plugins/''yourpluginname''13 * create a new plugin-directory osm/applications/editors/josm/plugins/''yourpluginname'' 14 14 * 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) 15 15 * The important thing of your build script is, that it places some attributes into the MANIFEST.MF of the jar file. See below.