Changes between Version 16 and Version 17 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2007-07-01T12:51:35+02:00 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v16 v17 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. 16 * Also not, that JOSM is compiled into Java5 compatible class files, so if you are using Java6 or Java7, specify "-target 1.5" as parameter to javac or your plugin will not be usable with the official josm builds. 16 17 17 18 = The ''Plugin'' class =
