Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-02-21 22:36:00 +0000
committerslewis2008-02-21 22:36:00 +0000
commit9fbcf678389ca5e065e0690d5c407c60f0cc4e4f (patch)
tree8e6a2973bbeee924b3a82b365753d7224bdac52c /framework/bundles/org.eclipse.ecf.identity
parent320cfca7e54c12ca775c28a1667ecb3c3646f8d6 (diff)
downloadorg.eclipse.ecf-9fbcf678389ca5e065e0690d5c407c60f0cc4e4f.tar.gz
org.eclipse.ecf-9fbcf678389ca5e065e0690d5c407c60f0cc4e4f.tar.xz
org.eclipse.ecf-9fbcf678389ca5e065e0690d5c407c60f0cc4e4f.zip
Fixes for Bundle-ActivationPolicy header. bug 219878
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
index d1dfaa273..4eac621dd 100644
--- a/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
@@ -19,3 +19,4 @@ Import-Package: org.eclipse.osgi.service.debug;version="1.0.0",
org.osgi.util.tracker;version="1.3.2"
Require-Bundle: org.eclipse.equinox.common,
org.eclipse.equinox.registry
+Bundle-ActivationPolicy: lazy

Back to the top