Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2010-02-08 18:49:27 +0000
committerAndrew Gvozdev2010-02-08 18:49:27 +0000
commitd4ebe230307e87cf4cf5211e87318c332a029247 (patch)
tree25a57d9e83696e3a1b66304a53fd853d9046086a
parentc904ce76a5f75a7398686fa5c66acbaa9160e3f7 (diff)
downloadorg.eclipse.cdt-d4ebe230307e87cf4cf5211e87318c332a029247.tar.gz
org.eclipse.cdt-d4ebe230307e87cf4cf5211e87318c332a029247.tar.xz
org.eclipse.cdt-d4ebe230307e87cf4cf5211e87318c332a029247.zip
bug 301373: [API] [cdt.make.* and cdt.managedbuilder.*] add @noextend and @noimplement tags
-rw-r--r--releng/org.eclipse.cdt.platform-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.platform-feature/feature.xml b/releng/org.eclipse.cdt.platform-feature/feature.xml
index 5a92d975428..08444a63a38 100644
--- a/releng/org.eclipse.cdt.platform-feature/feature.xml
+++ b/releng/org.eclipse.cdt.platform-feature/feature.xml
@@ -50,7 +50,7 @@
<import plugin="org.eclipse.cdt.make.core" version="6.0.0" match="compatible"/>
<import plugin="org.eclipse.debug.ui" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.compare" version="3.3.0" match="compatible"/>
- <import plugin="org.eclipse.cdt.managedbuilder.core" version="6.0.0" match="compatible"/>
+ <import plugin="org.eclipse.cdt.managedbuilder.core" version="7.0.0" match="compatible"/>
<import plugin="org.eclipse.ui.ide" version="3.3.0" match="compatible"/>
<import plugin="org.eclipse.jface.text" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.ui.workbench.texteditor" version="3.5.0" match="compatible"/>

Back to the top