Changes between Version 35 and Version 36 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2009-11-08T12:47:49+01:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v35 v36 71 71 == The MANIFEST.MF == 72 72 73 You have to put some information into the manifest file of your jar. If you use ant, you can set these values within the build.xml file. 73 You have to put some information into the manifest file of your jar. If you use ant, you can set these values within the {{{build.xml}}} file. 74 74 75 75 ||'''Plugin-Mainversion'''||required|| The lowest JOSM versison required by this plugin.|| … … 87 87 || '''<lang>_Plugin-Description'''||optional||The translated description text for the plugin. E.g. ''de_Plugin-Description'' contains the German translation.|| 88 88 89 For SVN managed plugins, the links to old versions and the translation texts are automatically added to the [http://josm.openstreetmap.de/plugin plugin information], so JOSM can use that in plugin dialog. 89 For SVN managed plugins, the links to old versions and the translated descriptions are automatically added to the [http://josm.openstreetmap.de/plugin plugin information], so JOSM can use that when it displays the list of plugins in the preference dialog. 90 90 91 91 92 == Updating a plugin ==