Changeset 16975 in josm for trunk


Ignore:
Timestamp:
2020-08-29T21:36:28+02:00 (4 years ago)
Author:
simon04
Message:

see #14200 - deprecate MovementAlert plugin

File:
1 edited

Legend:

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

    r16974 r16975  
    159159            new DeprecatedPlugin("gpxfilter", inCore),
    160160            new DeprecatedPlugin("tag2link", inCore),
    161             new DeprecatedPlugin("rapid", tr(replacedByPlugin, "MapWithAI"))
     161            new DeprecatedPlugin("rapid", tr(replacedByPlugin, "MapWithAI")),
     162            new DeprecatedPlugin("MovementAlert", inCore)
    162163        );
    163164        Collections.sort(DEPRECATED_PLUGINS);
Note: See TracChangeset for help on using the changeset viewer.