Changes between Version 78 and Version 79 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2016-08-20T07:51:10+02:00 (9 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

h5 headings, I need to link "Publishing the new plugin"

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v78 v79  
    259259You have found a bug in a plugin and you are able to fix it. Then your next steps are:
    260260
    261 '''Fixing the bug'''
     261===== Fixing the bug =====
    262262  1. fix the bug in the plugin, compile it, run it locally in JOSM, and test it
    263263
    264 '''Publishing the new plugin'''
     264===== Publishing the new plugin =====
    265265  1. Did you change something which will not work with every JOSM version? Then you should update '''Plugin-Mainversion''' in {{{build.xml}}}
    266266     * look for the line {{{<attribute name="Plugin-Mainversion" value="..."/>}}}
     
    271271  1. commit the {{{.jar}}} file in the {{{dist}}} directory
    272272
    273 '''Closing trac ticket'''
     273===== Closing trac ticket =====
    274274  1. Did you fix the bug based on a trac ticket? Please close it and leave a note. You can refer to the new plugin version using the macro {{{[o12345]}}}, where 12345 is a plugin revision number.
    275275