- Timestamp:
- 2015-02-15T20:31:03+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r8030 r8070 124 124 new DeprecatedPlugin("openstreetbugs", tr("replaced by new {0} plugin", "notes")), 125 125 new DeprecatedPlugin("nearclick", tr("no longer required")), 126 new DeprecatedPlugin("notes", IN_CORE), 126 127 }); 127 128 } … … 204 205 205 206 /** 206 * List of unmaintained plugins. Not really up-to-date as the vast majority of plugins are not reallymaintained 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... 207 208 */ 208 209 private static final String [] UNMAINTAINED_PLUGINS = new String[] {"gpsbabelgui", "Intersect_way"};
Note:
See TracChangeset
for help on using the changeset viewer.