Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2014-09-06 18:48:58 +0000
committerHenrik Rentz-Reichert2014-09-06 18:48:58 +0000
commitcfdaacac778f40cc3201d6cf83f61dfda3523478 (patch)
treea32fc7417428f603a983d4848d70bfdaee6e9f73 /plugins/org.eclipse.etrice.generator.ui/META-INF/MANIFEST.MF
parent03da90275db6d7e32c9d858089b9e70804148a25 (diff)
downloadorg.eclipse.etrice-cfdaacac778f40cc3201d6cf83f61dfda3523478.tar.gz
org.eclipse.etrice-cfdaacac778f40cc3201d6cf83f61dfda3523478.tar.xz
org.eclipse.etrice-cfdaacac778f40cc3201d6cf83f61dfda3523478.zip
[most manifests] upper bound for Xtext
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.etrice.generator.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.generator.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.generator.ui/META-INF/MANIFEST.MF
index 3a516ef26..e80af4af3 100644
--- a/plugins/org.eclipse.etrice.generator.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.generator.ui/META-INF/MANIFEST.MF
@@ -21,7 +21,7 @@ Require-Bundle: org.eclipse.etrice.core.etmap;bundle-version="0.5.0",
org.eclipse.jdt.core;bundle-version="3.9.0",
org.eclipse.jdt.launching;bundle-version="3.7.0",
org.eclipse.ui.ide;bundle-version="3.9.0",
- org.eclipse.xtext.xbase.lib;bundle-version="2.4.2",
+ org.eclipse.xtext.xbase.lib;bundle-version="[2.6.0,2.7.0)",
org.eclipse.xtext,
org.eclipse.xtext.ui
Bundle-ActivationPolicy: lazy

Back to the top