Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2018-07-13 11:31:11 +0000
committerJuergen Haug2018-07-18 07:42:30 +0000
commit4e869c85c5c03b09566b1211605e28b43c3dade7 (patch)
tree452864c49931f32c2d62ecb3399f97281ee85e36 /features/org.eclipse.etrice.feature
parentb5c007221654a5367ad8f92f8fd14b786b46ab3b (diff)
downloadorg.eclipse.etrice-4e869c85c5c03b09566b1211605e28b43c3dade7.tar.gz
org.eclipse.etrice-4e869c85c5c03b09566b1211605e28b43c3dade7.tar.xz
org.eclipse.etrice-4e869c85c5c03b09566b1211605e28b43c3dade7.zip
Bug 536975 [releng] fixed build to be compatible xtext 2.12
Diffstat (limited to 'features/org.eclipse.etrice.feature')
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index 2461e20a1..3f60bd41e 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -47,7 +47,7 @@ http://www.eclipse.org/legal/epl-v10.html
<requires>
<import plugin="org.apache.commons.io" version="2.0.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.graphiti" version="0.8.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.xtext.sdk" version="2.12.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.xtext.redist" version="2.12.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top