Skip to content
Permalink
Browse files
"imgaeryadjust" plugin has been integrated into core a long time ago,…
… but not marked as deprecated

git-svn-id: http://josm.openstreetmap.de/svn/trunk@5961 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed May 14, 2013
1 parent b249218 commit 665f4307192a2ef3db30937ff0f8def6f730f6f4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -51,7 +51,6 @@
import org.openstreetmap.josm.gui.HelpAwareOptionPane;
import org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec;
import org.openstreetmap.josm.gui.JMultilineLabel;
import org.openstreetmap.josm.gui.MapFrame;
import org.openstreetmap.josm.gui.download.DownloadSelection;
import org.openstreetmap.josm.gui.help.HelpUtil;
import org.openstreetmap.josm.gui.preferences.PreferenceSettingFactory;
@@ -104,6 +103,7 @@ public class PluginHandler {
new DeprecatedPlugin("multipoly", IN_CORE),
new DeprecatedPlugin("remotecontrol", IN_CORE),
new DeprecatedPlugin("imagery", IN_CORE),
new DeprecatedPlugin("imageryadjust", IN_CORE),
new DeprecatedPlugin("slippymap", IN_CORE),
new DeprecatedPlugin("wmsplugin", IN_CORE),
new DeprecatedPlugin("ParallelWay", IN_CORE),

0 comments on commit 665f430

Please sign in to comment.