Changeset 3672 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2010-11-25T10:30:06+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r3671 r3672 75 75 String IN_CORE = tr("integrated into main program"); 76 76 for (String[] depr : new String[][] { 77 {"mappaint"}, {"unglueplugin"}, {"lang-de"}, {"lang-en_GB"}, {"lang-fr"}, 78 {"lang-it"}, {"lang-pl"}, {"lang-ro"}, {"lang-ru"}, {"ewmsplugin"}, 79 {"ywms"}, {"tways-0.2"}, {"geotagged"}, {"landsat"}, {"namefinder"}, 80 {"waypoints"}, {"slippy_map_chooser"}, {"tcx-support"}, {"usertools"}, 81 {"AgPifoJ", IN_CORE}, {"utilsplugin", IN_CORE}, {"ghost"}, 77 {"mappaint", IN_CORE}, {"unglueplugin", IN_CORE}, 78 {"lang-de", IN_CORE}, {"lang-en_GB", IN_CORE}, {"lang-fr", IN_CORE}, 79 {"lang-it", IN_CORE}, {"lang-pl", IN_CORE}, {"lang-ro", IN_CORE}, 80 {"lang-ru", IN_CORE}, 81 {"ewmsplugin", tr("replaced by {0} plugin","wmsplugin")}, 82 {"ywms", tr("replaced by {0} plugin","wmsplugin")}, 83 {"tways-0.2", IN_CORE}, 84 {"geotagged", IN_CORE}, 85 {"landsat", tr("replaced by {0} plugin","lakewalker")}, 86 {"namefinder", IN_CORE}, 87 {"waypoints", IN_CORE}, {"slippy_map_chooser", IN_CORE}, 88 {"tcx-support", tr("replaced by {0} plugin","dataimport")}, 89 {"usertools", IN_CORE}, 90 {"AgPifoJ", IN_CORE}, {"utilsplugin", IN_CORE}, {"ghost", IN_CORE}, 82 91 {"validator", IN_CORE}}) { 83 92 DEPRECATED_PLUGINS.put(depr[0], depr.length >= 2 ? depr[1] : null);
Note:
See TracChangeset
for help on using the changeset viewer.