Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoulwen Le Fur2013-09-13 08:25:06 +0000
committerNathalie Lepine2013-09-13 08:25:06 +0000
commitb77d5e94e3bd9cedb382d66e4b2f0f7c016066e7 (patch)
treecbc8dc1c4b2bf8513b5ba7b7225956cfd176ddd4 /plugins
parentbd0af4cb7c0457ce5896256d311ffb41af302768 (diff)
downloadorg.eclipse.eef-b77d5e94e3bd9cedb382d66e4b2f0f7c016066e7.tar.gz
org.eclipse.eef-b77d5e94e3bd9cedb382d66e4b2f0f7c016066e7.tar.xz
org.eclipse.eef-b77d5e94e3bd9cedb382d66e4b2f0f7c016066e7.zip
UPDATED: downgraded cdo minimum version
Conflicts: plugins/org.eclipse.emf.eef.cdo.runtime/META-INF/MANIFEST.MF
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.eef.cdo.runtime/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.eef.cdo.runtime/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.eef.cdo.runtime/META-INF/MANIFEST.MF
index 9065df97d..896696c4b 100644
--- a/plugins/org.eclipse.emf.eef.cdo.runtime/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.eef.cdo.runtime/META-INF/MANIFEST.MF
@@ -7,8 +7,8 @@ Bundle-Activator: org.eclipse.emf.eef.cdo.runtime.EEFCDORuntimePlugin
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.emf.cdo;bundle-version="[4.0.1,4.1.0)",
- org.eclipse.emf.eef.runtime;bundle-version="1.3.0"
+ org.eclipse.emf.cdo;bundle-version="4.0.0",
+ org.eclipse.emf.eef.runtime
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.emf.eef.cdo.runtime.policies,

Back to the top