Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2008-05-09 13:59:41 +0000
committerDoug Schaefer2008-05-09 13:59:41 +0000
commit6519bc4131b64eb427101e76d8b13b5e017ad1ac (patch)
treebf3bac6114b8ff4ebf0784c3d45968495f285170 /releng/org.eclipse.cdt-feature
parent1e130b3edf479a117f65012b35a865d436372f27 (diff)
downloadorg.eclipse.cdt-6519bc4131b64eb427101e76d8b13b5e017ad1ac.tar.gz
org.eclipse.cdt-6519bc4131b64eb427101e76d8b13b5e017ad1ac.tar.xz
org.eclipse.cdt-6519bc4131b64eb427101e76d8b13b5e017ad1ac.zip
Fixed up the dependency name.
Diffstat (limited to 'releng/org.eclipse.cdt-feature')
-rw-r--r--releng/org.eclipse.cdt-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt-feature/feature.xml b/releng/org.eclipse.cdt-feature/feature.xml
index 42be6ae8ab0..076fbcf5b60 100644
--- a/releng/org.eclipse.cdt-feature/feature.xml
+++ b/releng/org.eclipse.cdt-feature/feature.xml
@@ -35,7 +35,7 @@
<import plugin="org.eclipse.ui.cheatsheets" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.ui.intro" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.ui.intro.universal"/>
- <import feature="org.eclipse.cdt.platform" version="5.0.0.qualifier"/>
+ <import feature="org.eclipse.cdt.platform" version="5.0.0"/>
</requires>
</feature>

Back to the top