Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-05-23 20:59:22 +0000
committerslewis2009-05-23 20:59:22 +0000
commit98112a793159f2fd2ed4472ca2a5b7858fc734ae (patch)
treeff981d7fd80c1d9bb029cc31beb0ee54d349bbf0
parentc618d2ec1b1f45ccab978b5a1b0634b4159975f0 (diff)
downloadorg.eclipse.ecf-98112a793159f2fd2ed4472ca2a5b7858fc734ae.tar.gz
org.eclipse.ecf-98112a793159f2fd2ed4472ca2a5b7858fc734ae.tar.xz
org.eclipse.ecf-98112a793159f2fd2ed4472ca2a5b7858fc734ae.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=277585
-rw-r--r--framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF6
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF
index f9c62dda5..7dbf811a6 100644
--- a/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF
@@ -16,10 +16,8 @@ Eclipse-BuddyPolicy: global
Bundle-ManifestVersion: 2
Require-Bundle: org.eclipse.equinox.common,
org.eclipse.ecf,
- org.eclipse.ecf.sharedobject,
- org.eclipse.equinox.app
-Import-Package: org.eclipse.equinox.concurrent.future;version="1.0.0",
- org.eclipse.osgi.util;version="1.0.0",
+ org.eclipse.ecf.sharedobject
+Import-Package: org.eclipse.osgi.util;version="1.0.0",
org.osgi.framework;version="1.3.0",
org.osgi.service.log;version="1.3.0",
org.osgi.util.tracker;version="1.3.2"

Back to the top