Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-02-21 22:36:08 +0000
committerslewis2008-02-21 22:36:08 +0000
commit95be6e816f5632e2df9738faaa58f45f46758378 (patch)
treeb18812c983c87a6713d153cfacd09ecd78870b8e /providers/bundles/org.eclipse.ecf.provider.bittorrent.ui
parent60af5b830ec54930a6dd0112e518666828eb9a3f (diff)
downloadorg.eclipse.ecf-95be6e816f5632e2df9738faaa58f45f46758378.tar.gz
org.eclipse.ecf-95be6e816f5632e2df9738faaa58f45f46758378.tar.xz
org.eclipse.ecf-95be6e816f5632e2df9738faaa58f45f46758378.zip
Fixes for Bundle-ActivationPolicy header. bug 219878
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.bittorrent.ui')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF
index 61faaee24..a75496096 100644
--- a/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF
+++ b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@ Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %providerName
Export-Package: org.eclipse.ecf.internal.provider.bittorrent.ui;x-internal:=true
+Bundle-ActivationPolicy: lazy

Back to the top