Changes between Version 85 and Version 86 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2018-06-17T15:12:53+02:00 (7 years ago)
Author:
floscher
Comment:

The gradle-josm-plugin has #movedtogitlab

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v85 v86  
    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 [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].
     8The 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://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].
    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