Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2018-11-16 11:06:41 +0000
committerHenrik Rentz-Reichert2018-11-16 11:06:41 +0000
commit467f82ea075c4c8254c07e087bd8636ed9700b96 (patch)
treead8b35b845ad97df28f86a8dc33731b2c1d11cc7
parentb252ae72b40f2ed93212dc89b7f9e7449fad4016 (diff)
downloadorg.eclipse.etrice-v_2.0.0-RC6.tar.gz
org.eclipse.etrice-v_2.0.0-RC6.tar.xz
org.eclipse.etrice-v_2.0.0-RC6.zip
more ant plug-ins added as dependency in CDT featurev_2.0.0-RC6
goal is that installing eTrice in a C/C++ package also has the capability to launch Ant from external tools
-rw-r--r--features/org.eclipse.etrice.cdt-integration.feature/feature.xml7
-rw-r--r--releng/org.eclipse.etrice.site/category.xml2
2 files changed, 6 insertions, 3 deletions
diff --git a/features/org.eclipse.etrice.cdt-integration.feature/feature.xml b/features/org.eclipse.etrice.cdt-integration.feature/feature.xml
index 24e112bfc..550b6a275 100644
--- a/features/org.eclipse.etrice.cdt-integration.feature/feature.xml
+++ b/features/org.eclipse.etrice.cdt-integration.feature/feature.xml
@@ -15,7 +15,7 @@
-->
<feature
- id="org.eclipse.etrice.cdt-integration.feature"
+ id="org.eclipse.etrice.cdt_integration.feature"
label="%featureName"
version="2.0.0.qualifier"
provider-name="%providerName"
@@ -47,7 +47,10 @@ http://www.eclipse.org/legal/epl-v20.html
<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"/>
+ <import feature="org.eclipse.cdt" version="8.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ant.core"/>
+ <import plugin="org.eclipse.ant.ui"/>
+ <import plugin="org.eclipse.core.externaltools"/>
</requires>
<plugin
diff --git a/releng/org.eclipse.etrice.site/category.xml b/releng/org.eclipse.etrice.site/category.xml
index 7958f4ee8..8819870d5 100644
--- a/releng/org.eclipse.etrice.site/category.xml
+++ b/releng/org.eclipse.etrice.site/category.xml
@@ -3,7 +3,7 @@
<feature id="org.eclipse.etrice.feature" version="2.0.0.qualifier">
<category name="org.eclipse.etrice"/>
</feature>
- <feature id="org.eclipse.etrice.cdt-integration.feature" version="2.0.0.qualifier">
+ <feature id="org.eclipse.etrice.cdt_integration.feature" version="2.0.0.qualifier">
<category name="org.eclipse.etrice"/>
</feature>
<category-def name="org.eclipse.etrice" label="eTrice">

Back to the top