Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-08-15 14:43:02 +0000
committerDavid Inglis2002-08-15 14:43:02 +0000
commit6a2a614989ea781bac7e6007e06c9138c9c46708 (patch)
treec5c43d9056ee475ca550e9d85f701711d1719593 /launch/org.eclipse.cdt.launch/plugin.xml
parent54f5b7dadf4722ddc10bb5f227dae5b2a5ae03e4 (diff)
downloadorg.eclipse.cdt-6a2a614989ea781bac7e6007e06c9138c9c46708.tar.gz
org.eclipse.cdt-6a2a614989ea781bac7e6007e06c9138c9c46708.tar.xz
org.eclipse.cdt-6a2a614989ea781bac7e6007e06c9138c9c46708.zip
use new debugger configuartion page extension
added AbstractCLaunchTAb
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index 880c77c6824..c2c60672d86 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -17,6 +17,7 @@
<import plugin="org.eclipse.cdt.core"/>
<import plugin="org.eclipse.cdt.ui"/>
<import plugin="org.eclipse.cdt.debug.core"/>
+ <import plugin="org.eclipse.cdt.debug.ui"/>
</requires>

Back to the top