Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2008-12-23 15:13:07 +0000
committermkuppe2008-12-23 15:13:07 +0000
commit1c8fc4bb53c1d6a58f1a9509dc4e0463b9cdd211 (patch)
treedbf3355718f876004c021f5af79445151cb9a848 /framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
parent09106188aaccf0c933efe9b1520e02451f76fd20 (diff)
downloadorg.eclipse.ecf-1c8fc4bb53c1d6a58f1a9509dc4e0463b9cdd211.tar.gz
org.eclipse.ecf-1c8fc4bb53c1d6a58f1a9509dc4e0463b9cdd211.tar.xz
org.eclipse.ecf-1c8fc4bb53c1d6a58f1a9509dc4e0463b9cdd211.zip
NEW - bug 259525: [discovery][ui] discovery doesn't start on Eclipse 3.4.1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259525
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 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 845b133c9..2b009ab7d 100644
--- a/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
@@ -19,4 +19,5 @@ 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
+Bundle-ActivationPolicy: lazy; exclude:="org.eclipse.ecf.core.util"
+

Back to the top