Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-07-31 18:12:02 +0000
committerslewis2010-07-31 18:12:02 +0000
commit74991d3a52050b3b6a00514a8ac72ce0964429be (patch)
tree6373217174dc6643aa758f9c8c4ecaa67d36db5c /examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/META-INF
parent0cf29aef20e072c1d264c5b4b79da37a06d19433 (diff)
downloadorg.eclipse.ecf-74991d3a52050b3b6a00514a8ac72ce0964429be.tar.gz
org.eclipse.ecf-74991d3a52050b3b6a00514a8ac72ce0964429be.tar.xz
org.eclipse.ecf-74991d3a52050b3b6a00514a8ac72ce0964429be.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=321354
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/META-INF')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/META-INF/MANIFEST.MF
index f8731e4e6..b74458d12 100644
--- a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/META-INF/MANIFEST.MF
@@ -9,7 +9,6 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.eclipse.ecf.core,
org.eclipse.ecf.core.identity;version="3.0.0",
org.eclipse.ecf.examples.loadbalancing,
- org.eclipse.ecf.osgi.services.distribution,
org.eclipse.ecf.remoteservice,
org.eclipse.equinox.app;version="1.0.0",
org.osgi.framework;version="1.3.0",

Back to the top