Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-07-17 06:23:58 +0000
committerAlexander Kurtakov2020-07-17 09:49:09 +0000
commita32b7c929f5b5b87ae7aef1a26d3302d6a15322e (patch)
tree32ce4aa6d28ed92dbe2d7344cd0a12de80a326df
parent52117e67f0b7de345dbcd86f02f08c7b8dbb78f1 (diff)
downloadrt.equinox.bundles-a32b7c929f5b5b87ae7aef1a26d3302d6a15322e.tar.gz
rt.equinox.bundles-a32b7c929f5b5b87ae7aef1a26d3302d6a15322e.tar.xz
rt.equinox.bundles-a32b7c929f5b5b87ae7aef1a26d3302d6a15322e.zip
Switch Eclipse-LazyStart to Bundle-ActivationPolicy.Y20200718-1200I20200718-1800I20200717-1800
Change-Id: Ie559d7674bf272d8001095bba8bd6424b99db074 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
index 5cd8d7939..fe9b24098 100644
--- a/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
@@ -13,6 +13,6 @@ Import-Package: org.eclipse.equinox.log,
org.osgi.service.event;version="1.1.0",
org.osgi.service.log;version="1.3.0",
org.osgi.service.packageadmin;version="1.2.0"
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Automatic-Module-Name: org.eclipse.equinox.cm.test

Back to the top