Changes between Version 111 and Version 112 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2023-01-02T22:33:33+01:00 (2 years ago)
Author:
Klumbumbus
Comment:

fix #22474 - remove dead link

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v111 v112  
    66Any Questions left? Ask at the [https://lists.openstreetmap.org/listinfo/josm-dev developers mailinglist].
    77
    8 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 and a [https://gitlab.com/floscher/gradle-josm-plugin/tree/demo demo project].
     8The 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.
    99You can choose either method to build, depending on what you prefer, even setting up both build systems on one project is possible. However if you want to put your plugin into the SVN repo for JOSM plugins, it's generally preferred to use the Ant build described below.
    1010