Changes between Version 114 and Version 115 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2024-10-24T18:38:30+02:00 (9 months ago)
Author:
StephaneP
Comment:

josm-dev mailing list is closed

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v114 v115  
    44
    55This 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].
    76
    87The 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.