Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2015-03-16 17:12:37 +0000
committerHenrik Rentz-Reichert2015-03-16 17:12:37 +0000
commit62b7e119bf99a10fbb209510e90be0476a85cfa9 (patch)
tree9cdd3c6931552b5a42a5b56d76aa325a794c19da /plugins/org.eclipse.etrice.generator.config
parentead52b087fd7d931c801cf670e7eb92596df83fc (diff)
downloadorg.eclipse.etrice-62b7e119bf99a10fbb209510e90be0476a85cfa9.tar.gz
org.eclipse.etrice-62b7e119bf99a10fbb209510e90be0476a85cfa9.tar.xz
org.eclipse.etrice-62b7e119bf99a10fbb209510e90be0476a85cfa9.zip
[*] added lower bound for xtend dependencies
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.config')
-rw-r--r--plugins/org.eclipse.etrice.generator.config/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.generator.config/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.generator.config/META-INF/MANIFEST.MF
index 6927a5fe0..3188fa0c1 100644
--- a/plugins/org.eclipse.etrice.generator.config/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.generator.config/META-INF/MANIFEST.MF
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.etrice.core.common;bundle-version="0.5.0",
org.eclipse.etrice.core.config;bundle-version="0.5.0",
org.eclipse.etrice.core.genmodel;bundle-version="0.5.0",
org.eclipse.etrice.generator;bundle-version="0.5.0",
- org.eclipse.xtend.lib,
+ org.eclipse.xtend.lib;bundle-version="2.6.0",
com.google.guava,
org.eclipse.xtext.xbase.lib
Export-Package: org.eclipse.etrice.generator.config

Back to the top