Changes between Version 83 and Version 84 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2018-04-05T09:14:26+02:00 (7 years ago)
Author:
javiersanp
Comment:

Add link to developers mailinglist

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v83 v84  
    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 developers mailinglist.
     6Any Questions left? Ask at the [https://lists.openstreetmap.org/listinfo/josm-dev developers mailinglist].
    77
    88The 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].