Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-02-21 22:36:21 +0000
committerslewis2008-02-21 22:36:21 +0000
commite3c260c88ba05e2e3e6549de1a1b7aa94ba5ccf7 (patch)
treea6eac8749eac62aa70723a79b18bd021dae788df /examples
parent97b384ffe058662237d8fefd347986970d8438a8 (diff)
downloadorg.eclipse.ecf-e3c260c88ba05e2e3e6549de1a1b7aa94ba5ccf7.tar.gz
org.eclipse.ecf-e3c260c88ba05e2e3e6549de1a1b7aa94ba5ccf7.tar.xz
org.eclipse.ecf-e3c260c88ba05e2e3e6549de1a1b7aa94ba5ccf7.zip
Fixes for Bundle-ActivationPolicy header. bug 219878
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/bundles/org.eclipse.ecf.examples.provider.trivial/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/META-INF/MANIFEST.MF
index 7c9e768b9..468e5bd09 100755
--- a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/META-INF/MANIFEST.MF
@@ -8,3 +8,4 @@ Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ecf
Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy

Back to the top