Changes between Version 108 and Version 109 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2022-01-03T14:49:50+01:00 (3 years ago)
Author:
gaben
Comment:

fix SVN repo location in description

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v108 v109  
    240240
    241241== Publishing a plugin ==
    242 The plugin list a user sees ([/plugin here]) is automatically generated at regular intervals (currently about 10 minutes) from plugin JAR files (**built with Java 8**) that are located in [source:osm/applications/editors/josm/dist/ josm/dist] on the OSM.org SVN repository (referred to as "internal" plugins) and from links that are embedded in the [wiki:/Plugins Plugins] page (referred to as "external" plugins). Each method has advantages and disadvantages.
     242The plugin list a user sees ([/plugin here]) is automatically generated at regular intervals (currently about 10 minutes) from plugin JAR files (**built with Java 8**) that are located in [source:osm/applications/editors/josm/dist/ josm/dist] on the josm.openstreetmap.de SVN repository (referred to as "internal" plugins) and from links that are embedded in the [wiki:/Plugins Plugins] page (referred to as "external" plugins). Each method has advantages and disadvantages.
    243243
    244244Advantages of hosting code externally: