Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.etrice.feature/feature.xml')
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index 1d1a504de..8c31e9028 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -45,7 +45,8 @@ http://www.eclipse.org/legal/epl-v20.html
<requires>
<import plugin="org.eclipse.graphiti" version="0.8.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.xtext.runtime" version="2.15.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.xtext.redist" version="2.15.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ant.ui"/>
</requires>
<plugin

Back to the top