Changes between Version 78 and Version 79 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2016-08-20T07:51:10+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v78 v79 259 259 You have found a bug in a plugin and you are able to fix it. Then your next steps are: 260 260 261 '''Fixing the bug'''261 ===== Fixing the bug ===== 262 262 1. fix the bug in the plugin, compile it, run it locally in JOSM, and test it 263 263 264 '''Publishing the new plugin'''264 ===== Publishing the new plugin ===== 265 265 1. Did you change something which will not work with every JOSM version? Then you should update '''Plugin-Mainversion''' in {{{build.xml}}} 266 266 * look for the line {{{<attribute name="Plugin-Mainversion" value="..."/>}}} … … 271 271 1. commit the {{{.jar}}} file in the {{{dist}}} directory 272 272 273 '''Closing trac ticket'''273 ===== Closing trac ticket ===== 274 274 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. 275 275