Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-02-17 22:25:45 +0000
committerslewis2010-02-17 22:25:45 +0000
commit9b86cea1834972dee0ab9e899f96ec33fdffbfb8 (patch)
treeb4f472046cd8771a2b2402fd189aa1dbd6fd33b4 /examples/bundles/org.eclipse.ecf.examples.loadbalancing.server
parent4259c5a2a79a2cc29d7aa8551a164a6d49b4a4ea (diff)
downloadorg.eclipse.ecf-9b86cea1834972dee0ab9e899f96ec33fdffbfb8.tar.gz
org.eclipse.ecf-9b86cea1834972dee0ab9e899f96ec33fdffbfb8.tar.xz
org.eclipse.ecf-9b86cea1834972dee0ab9e899f96ec33fdffbfb8.zip
Relaxed use of org.eclipse.equinox.common bundle version
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.loadbalancing.server')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.loadbalancing.server/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.server/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.server/META-INF/MANIFEST.MF
index 782f18c6a..429ed1159 100644
--- a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.server/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.server/META-INF/MANIFEST.MF
@@ -16,4 +16,4 @@ Import-Package: org.eclipse.ecf.core,
Bundle-ActivationPolicy: lazy
Bundle-Localization: bundle
Export-Package: org.eclipse.ecf.internal.examples.loadbalancing.server;x-internal:=true
-Require-Bundle: org.eclipse.equinox.common;bundle-version="3.5.1"
+Require-Bundle: org.eclipse.equinox.common

Back to the top