Changes between Version 83 and Version 84 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2018-04-05T09:14:26+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v83 v84 4 4 5 5 This page gives a short introduction for developers how to create, deploy and develop plugins for JOSM. 6 Any Questions left? Ask at the developers mailinglist. 6 Any Questions left? Ask at the [https://lists.openstreetmap.org/listinfo/josm-dev developers mailinglist]. 7 7 8 8 The following instructions show the most widely used setup for Plugins (Ant build, versioned in [osm:source:/applications/editors/josm/plugins/ SVN]). An alternative option is using Gradle, see [https://github.com/floscher/gradle-josm-plugin#getting-started the gradle-josm-plugin at GitHub] for documentation about that option and a [https://github.com/floscher/gradle-josm-plugin/tree/demo demo project].