Skip to content

Commit c4af10f

Browse files
author
taylor.smock
committed
fix #21819: MapDust is deprecated and API no longer works (patch by jBeata)
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18368 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent b5c4860 commit c4af10f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/org/openstreetmap/josm/plugins/PluginHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ public final class PluginHandler {
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
}

0 commit comments

Comments
 (0)