Changeset 11345 in josm


Ignore:
Timestamp:
2016-11-29T08:20:34+01:00 (7 years ago)
Author:
simon04
Message:

fix #14059 - Unmaintained plugins: NanoLog, irsrectify, surveyor2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r11339 r11345  
    225225     */
    226226    static final List<String> UNMAINTAINED_PLUGINS = Collections.unmodifiableList(Arrays.asList(
     227        "NanoLog", // See https://trac.openstreetmap.org/changeset/29404/subversion
     228        "irsrectify", // See https://trac.openstreetmap.org/changeset/29404/subversion
     229        "surveyor2", // See https://trac.openstreetmap.org/changeset/29404/subversion
    227230        "gpsbabelgui",
    228231        "Intersect_way",
Note: See TracChangeset for help on using the changeset viewer.