Ticket #21819: MapDust-deprecated.patch

File MapDust-deprecated.patch, 782 bytes (added by jBeata, 4 years ago)
  • src/org/openstreetmap/josm/plugins/PluginHandler.java

     
    167167            new DeprecatedPlugin("javafx-osx", inCore),
    168168            new DeprecatedPlugin("javafx-unixoid", inCore),
    169169            new DeprecatedPlugin("javafx-windows", inCore),
    170             new DeprecatedPlugin("wikidata", tr(replacedByPlugin, "osmwiki-dataitem"))
     170            new DeprecatedPlugin("wikidata", tr(replacedByPlugin, "osmwiki-dataitem")),
     171            new DeprecatedPlugin("mapdust", noLongerRequired)
    171172        );
    172173        Collections.sort(DEPRECATED_PLUGINS);
    173174    }