Changeset 8070 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2015-02-15T20:31:03+01:00 (9 years ago)
Author:
Don-vip
Message:

see #10930 - deprecate notes plugin

File:
1 edited

Legend:

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

    r8030 r8070  
    124124            new DeprecatedPlugin("openstreetbugs", tr("replaced by new {0} plugin", "notes")),
    125125            new DeprecatedPlugin("nearclick", tr("no longer required")),
     126            new DeprecatedPlugin("notes", IN_CORE),
    126127        });
    127128    }
     
    204205
    205206    /**
    206      * List of unmaintained plugins. Not really up-to-date as the vast majority of plugins are not really maintained after a few months, sadly...
     207     * List of unmaintained plugins. Not really up-to-date as the vast majority of plugins are not maintained after a few months, sadly...
    207208     */
    208209    private static final String [] UNMAINTAINED_PLUGINS = new String[] {"gpsbabelgui", "Intersect_way"};
Note: See TracChangeset for help on using the changeset viewer.