Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-05-22 08:26:03 +0000
committerEike Stepper2008-05-22 08:26:03 +0000
commitb86494137f005c3c3c6ff45647688d38f86cb564 (patch)
treeb79fa9dff18078f9becbff88686e343c3d6cb5d4 /plugins/org.eclipse.emf.cdo/META-INF/MANIFEST.MF
parentfb5cf03ecbd5c091d7b5923a1bca2ab827177c89 (diff)
downloadcdo-b86494137f005c3c3c6ff45647688d38f86cb564.tar.gz
cdo-b86494137f005c3c3c6ff45647688d38f86cb564.tar.xz
cdo-b86494137f005c3c3c6ff45647688d38f86cb564.zip
[233406] 'Eclipse-LazyStart' header is deprecated
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233406
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo/META-INF/MANIFEST.MF
index 95113c11dc..757f968203 100644
--- a/plugins/org.eclipse.emf.cdo/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo/META-INF/MANIFEST.MF
@@ -8,9 +8,9 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.emf.internal.cdo.bundle.Activator$Implementation
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.emf.ecore;bundle-version="[2.3.0,3.0.0)";visibility:=reexport,
- org.eclipse.emf.ecore.xmi;bundle-version="[2.3.0,3.0.0)";visibility:=reexport,
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.ecore.xmi;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.protocol;visibility:=reexport
Export-Package: org.eclipse.emf.cdo;version="0.8.0",
org.eclipse.emf.cdo.analyzer;version="0.8.0",
@@ -23,4 +23,4 @@ Export-Package: org.eclipse.emf.cdo;version="0.8.0",
org.eclipse.emf.internal.cdo.bundle;version="0.8.0";x-friends:="org.eclipse.emf.cdo.ui",
org.eclipse.emf.internal.cdo.protocol;version="0.8.0",
org.eclipse.emf.internal.cdo.util;version="0.8.0"
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy

Back to the top