Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-06-20 21:00:19 +0000
committerDoug Schaefer2007-06-20 21:00:19 +0000
commite2630a179e79501a11e084a4914fee3497eeb486 (patch)
treee2cb3c98e9932bc9fe6714442c18f6beaff73388 /releng/org.eclipse.cdt.sdk-feature/feature.xml
parent8116574e1e02628bdb6ea2dfebc3e7449f6b4966 (diff)
downloadorg.eclipse.cdt-e2630a179e79501a11e084a4914fee3497eeb486.tar.gz
org.eclipse.cdt-e2630a179e79501a11e084a4914fee3497eeb486.tar.xz
org.eclipse.cdt-e2630a179e79501a11e084a4914fee3497eeb486.zip
Bug 193574 - the SDK and runtime features have become disassociated. Trying to fix.
Diffstat (limited to 'releng/org.eclipse.cdt.sdk-feature/feature.xml')
-rw-r--r--releng/org.eclipse.cdt.sdk-feature/feature.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/releng/org.eclipse.cdt.sdk-feature/feature.xml b/releng/org.eclipse.cdt.sdk-feature/feature.xml
index 2d82bd8e91a..c96b3837597 100644
--- a/releng/org.eclipse.cdt.sdk-feature/feature.xml
+++ b/releng/org.eclipse.cdt.sdk-feature/feature.xml
@@ -25,12 +25,9 @@
id="org.eclipse.cdt.source"
version="0.0.0"/>
- <includes
- id="org.eclipse.cdt"
- version="0.0.0"/>
-
<requires>
<import plugin="org.eclipse.help" version="3.2.0" match="compatible"/>
+ <import feature="org.eclipse.cdt" version="4.0.0" match="compatible"/>
</requires>
<plugin

Back to the top