Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-02-21 22:36:16 +0000
committerslewis2008-02-21 22:36:16 +0000
commit640e570cfa3b62b7b64ed3d7655b55495dbf595c (patch)
treeb16c413d0553b4d052b9f97cc2e525c0826588b9 /framework/bundles/org.eclipse.ecf.telephony.call
parent0d4f0aa392851e9ee9935cd5802633a79d6014cb (diff)
downloadorg.eclipse.ecf-640e570cfa3b62b7b64ed3d7655b55495dbf595c.tar.gz
org.eclipse.ecf-640e570cfa3b62b7b64ed3d7655b55495dbf595c.tar.xz
org.eclipse.ecf-640e570cfa3b62b7b64ed3d7655b55495dbf595c.zip
Fixes for Bundle-ActivationPolicy header. bug 219878
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.telephony.call')
-rw-r--r--framework/bundles/org.eclipse.ecf.telephony.call/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.telephony.call/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.telephony.call/META-INF/MANIFEST.MF
index 143363e4d..1d068fa3b 100644
--- a/framework/bundles/org.eclipse.ecf.telephony.call/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.telephony.call/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@ Export-Package: org.eclipse.ecf.internal.telephony.call;x-internal:=true,
org.eclipse.ecf.telephony.call,
org.eclipse.ecf.telephony.call.events,
org.eclipse.ecf.telephony.call.service
+Bundle-ActivationPolicy: lazy

Back to the top