Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.scout.rt.client.mobile/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.scout.rt.client.mobile/META-INF/MANIFEST.MF b/org.eclipse.scout.rt.client.mobile/META-INF/MANIFEST.MF
index 324c857778..5e05eef953 100644
--- a/org.eclipse.scout.rt.client.mobile/META-INF/MANIFEST.MF
+++ b/org.eclipse.scout.rt.client.mobile/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.scout.rt.client.mobile;singleton:=true
Bundle-Version: 3.9.0.qualifier
Bundle-Activator: org.eclipse.scout.rt.client.mobile.Activator
Bundle-Vendor: Eclipse Scout Project
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.scout.commons;bundle-version="[3.8.0,4.0.0)",
org.eclipse.scout.rt.client;bundle-version="[3.8.0,4.0.0)",
org.eclipse.scout.rt.shared;bundle-version="[3.8.0,4.0.0)"

Back to the top