Changes between Version 45 and Version 46 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2010-09-19T13:33:46+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v45 v46 142 142 143 143 ||'''Plugin-Mainversion'''||required|| The lowest JOSM version required by this plugin.|| 144 ||'''Plugin-Version'''||required||The SVN revision of the plugin SVN repository the plugin was built against|| 144 ||'''Plugin-Version'''||required||The plugin version, for most plugins this is the SVN revision of the plugin SVN repository the plugin was built against|| 145 145 ||'''Plugin-Class'''||required||Points to the main class of the plugin|| 146 146 ||'''Plugin-Description'''||required||Gives the description of the plugin visible in the preferences page. For line breaks, you have to use {{{<br>}}}, ''not'' {{{<br/>}}}||