Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.etrice.cdt-integration.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.cdt-integration.feature/feature.xml b/features/org.eclipse.etrice.cdt-integration.feature/feature.xml
index 8c0880e33..24e112bfc 100644
--- a/features/org.eclipse.etrice.cdt-integration.feature/feature.xml
+++ b/features/org.eclipse.etrice.cdt-integration.feature/feature.xml
@@ -46,6 +46,8 @@ http://www.eclipse.org/legal/epl-v20.html
<import plugin="org.eclipse.cdt.managedbuilder.core" version="8.2.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.equinox.common" version="3.6.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.ant.launching"/>
+ <import feature="org.eclipse.cdt" version="8.0.0"/>
</requires>
<plugin

Back to the top