Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-01-09 18:51:24 +0000
committerEike Stepper2011-01-09 18:51:24 +0000
commit1c62f209a698e28852a4abec8efd36408d331eb8 (patch)
treebb64d8a49fa9d1d83ced209b5854de8df3ebcd2e /plugins/org.gastro.rcp/META-INF/MANIFEST.MF
parentb2b6f479cd98f7fce0745dd202e1e6b7aecf0f9d (diff)
downloadcdo-1c62f209a698e28852a4abec8efd36408d331eb8.tar.gz
cdo-1c62f209a698e28852a4abec8efd36408d331eb8.tar.xz
cdo-1c62f209a698e28852a4abec8efd36408d331eb8.zip
fixed platform deps >=3.4
Diffstat (limited to 'plugins/org.gastro.rcp/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.gastro.rcp/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
index 28885eecbf..911cdb0fda 100644
--- a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: CDO Gastro Example RCP
Bundle-SymbolicName: org.gastro.rcp; singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.gastro.internal.rcp.Activator
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.eclipse.net4j.tcp;bundle-version="[2.0.0,5.0.0)";visibility:=reexport,
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,

Back to the top