Changes between Version 36 and Version 37 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2009-11-08T13:34:38+01:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v36 v37 73 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 ||'''Plugin-Mainversion'''||required|| The lowest JOSM versi son required by this plugin.||75 ||'''Plugin-Mainversion'''||required|| The lowest JOSM version required by this plugin.|| 76 76 ||'''Plugin-Version'''||required||The SVN revision of the plugin SVN repository the plugin was built against|| 77 77 ||'''Plugin-Class'''||required||Points to the main class of the plugin||