Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-05-05 05:03:16 +0000
committerDarin Swanson2004-05-05 05:03:16 +0000
commit455ee7900c2b4b152f6d57e27bc97d5c8f825958 (patch)
treeec0dde6112ee809f738c1cd26be8230f71c30eb9 /org.eclipse.debug.ui/plugin.xml
parent9b789510181d1bfdb6a3eb382b0e8b4fa9dea926 (diff)
downloadeclipse.platform.debug-455ee7900c2b4b152f6d57e27bc97d5c8f825958.tar.gz
eclipse.platform.debug-455ee7900c2b4b152f6d57e27bc97d5c8f825958.tar.xz
eclipse.platform.debug-455ee7900c2b4b152f6d57e27bc97d5c8f825958.zip
Bug 60364 - debug used deprecated runtime code
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index fdc8b7510..d19746aba 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -25,7 +25,7 @@
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.ui.editors"/>
- <import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.core.runtime"/>
</requires>

Back to the top