Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-04-09 21:45:36 +0000
committerJohn Cortell2010-04-09 21:45:36 +0000
commit2622f554b5db1f4516bd281981acc45ace2bbdb4 (patch)
treedbb1f88ee68d7f3cca983bb6a248bc33d395b86f /debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
parente7b723ffdb0a8ca835dbc5a811f739abf96aa755 (diff)
downloadorg.eclipse.cdt-2622f554b5db1f4516bd281981acc45ace2bbdb4.tar.gz
org.eclipse.cdt-2622f554b5db1f4516bd281981acc45ace2bbdb4.tar.xz
org.eclipse.cdt-2622f554b5db1f4516bd281981acc45ace2bbdb4.zip
Move new common gdb plugins to dedicated feature
Diffstat (limited to 'debug/org.eclipse.cdt.gnu.debug-feature/feature.xml')
-rw-r--r--debug/org.eclipse.cdt.gnu.debug-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
index 92d0c1ab03e..32e2aab00e7 100644
--- a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
+++ b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
@@ -30,6 +30,7 @@
<import plugin="org.eclipse.core.variables" version="3.2.200" match="greaterOrEqual"/>
<import plugin="com.ibm.icu"/>
<import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
+ <import plugin="org.eclipse.cdt.debug.ui" version="7.0.0" match="compatible"/>
<import plugin="org.eclipse.cdt.ui" version="5.0.0" match="compatible"/>
<import plugin="org.eclipse.debug.ui" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.ui.console" version="3.1.100" match="compatible"/>
@@ -38,7 +39,8 @@
<import plugin="org.eclipse.core.expressions" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.core.variables" version="3.1.100" match="compatible"/>
<import plugin="org.eclipse.ltk.core.refactoring" version="3.5.0" match="compatible"/>
- <import plugin="org.eclipse.cdt.debug.ui" version="7.0.0" match="compatible"/>
+ <import plugin="org.eclipse.cdt.gdb" version="7.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.cdt.debug.mi.core" version="7.0.0" match="compatible"/>
</requires>
<plugin

Back to the top