Changes between Version 114 and Version 115 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2024-10-24T18:38:30+02:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v114 v115 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 [https://lists.openstreetmap.org/listinfo/josm-dev developers mailinglist].7 6 8 7 The following instructions show the most widely used setup for Plugins (Ant build, versioned in [source:osm/applications/editors/josm/plugins/ SVN]). An alternative option is using Gradle, see [https://gitlab.com/floscher/gradle-josm-plugin#getting-started the code repository of gradle-josm-plugin] for documentation about that option.