Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorDoug Schaefer2008-04-22 19:08:42 +0000
committerDoug Schaefer2008-04-22 19:08:42 +0000
commit441779330d6f3c2c731443a8830587e4837b2029 (patch)
tree7da8f6d4c6d6f4615eb886d43d1e259b685aafea /debug
parent5f763849559ede05fe85324c1f8c47a3f7830df5 (diff)
downloadorg.eclipse.cdt-441779330d6f3c2c731443a8830587e4837b2029.tar.gz
org.eclipse.cdt-441779330d6f3c2c731443a8830587e4837b2029.tar.xz
org.eclipse.cdt-441779330d6f3c2c731443a8830587e4837b2029.zip
Fix up dependencies.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.gnu.debug-feature/feature.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
index 2880b26f2d0..43e4578a212 100644
--- a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
+++ b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
@@ -33,6 +33,7 @@
<import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/>
<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 feature="org.eclipse.cdt.platform" version="5.0.0"/>
</requires>
<plugin

Back to the top