Changes between Version 48 and Version 49 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2010-11-18T22:47:43+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v48 v49 25 25 ant dist 26 26 }}} 27 28 == Testing == 29 Copy the JAR file to the .josm directory : 30 {{{ 31 cp dist/PicLayer.jar ~/.josm/plugins/ 32 }}} 33 And start josm as usual. 27 34 28 35 == JOSM plugins ==