Ticket #21819: MapDust-deprecated.patch
File MapDust-deprecated.patch, 782 bytes (added by , 4 years ago) |
---|
-
src/org/openstreetmap/josm/plugins/PluginHandler.java
167 167 new DeprecatedPlugin("javafx-osx", inCore), 168 168 new DeprecatedPlugin("javafx-unixoid", inCore), 169 169 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) 171 172 ); 172 173 Collections.sort(DEPRECATED_PLUGINS); 173 174 }