Changes between Version 35 and Version 36 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2009-11-08T12:47:49+01:00 (16 years ago)
Author:
Gubaer
Comment:

fixed documentation on how to update a plugin

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v35 v36  
    7171== The MANIFEST.MF ==
    7272
    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.
     73You 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.
    7474
    7575||'''Plugin-Mainversion'''||required|| The lowest JOSM versison required by this plugin.||
     
    8787|| '''<lang>_Plugin-Description'''||optional||The translated description text for the plugin. E.g. ''de_Plugin-Description'' contains the German translation.||
    8888
    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.
     89For 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
    9091
    9192== Updating a plugin ==