Changeset 5961 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2013-05-14T22:02:33+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r5957 r5961 52 52 import org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec; 53 53 import org.openstreetmap.josm.gui.JMultilineLabel; 54 import org.openstreetmap.josm.gui.MapFrame;55 54 import org.openstreetmap.josm.gui.download.DownloadSelection; 56 55 import org.openstreetmap.josm.gui.help.HelpUtil; … … 105 104 new DeprecatedPlugin("remotecontrol", IN_CORE), 106 105 new DeprecatedPlugin("imagery", IN_CORE), 106 new DeprecatedPlugin("imageryadjust", IN_CORE), 107 107 new DeprecatedPlugin("slippymap", IN_CORE), 108 108 new DeprecatedPlugin("wmsplugin", IN_CORE),
Note:
See TracChangeset
for help on using the changeset viewer.