Changes between Version 87 and Version 88 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2018-10-20T18:23:03+02:00 (7 years ago)
Author:
Don-vip
Comment:

plugins must be built using Java 8

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v87 v88  
    195195
    196196=== A plugin is deployed as a single jar ===
    197 A JOSM plugin is deployed as a single jar file. The jar files name must be equal to the plugin name, i.e. {{{routing4all.jar}}}.
     197A JOSM plugin is deployed as a single **Java 8** jar file. The jar files name must be equal to the plugin name, i.e. {{{routing4all.jar}}}.
    198198
    199199The jar file must include
     
    241241
    242242== Publishing a plugin ==
    243 The plugin list a user sees ([/plugin here]) is automatically generated at regular intervals (currently about 10 minutes) from plugin JAR files that are located in [osm:source:/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]] page (referred to as "external" plugins). Each method has advantages and disadvantages.
     243The 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 [osm:source:/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]] page (referred to as "external" plugins). Each method has advantages and disadvantages.
    244244
    245245Advantages of hosting code externally: