Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-02-17 22:26:06 +0000
committerslewis2010-02-17 22:26:06 +0000
commitab9bd790cfec6b3fdd2bbfb0e42261ddc553213f (patch)
tree6ee294f71382801d520a672c3a968049614d4f58 /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host
parent0bf2ee208fcda3a3bbe2ee62e565e2756a1ff533 (diff)
downloadorg.eclipse.ecf-ab9bd790cfec6b3fdd2bbfb0e42261ddc553213f.tar.gz
org.eclipse.ecf-ab9bd790cfec6b3fdd2bbfb0e42261ddc553213f.tar.xz
org.eclipse.ecf-ab9bd790cfec6b3fdd2bbfb0e42261ddc553213f.zip
Relaxed use of org.eclipse.equinox.common bundle version
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/META-INF/MANIFEST.MF
index 42dff59b0..6a050e852 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/META-INF/MANIFEST.MF
@@ -16,6 +16,6 @@ Import-Package: org.eclipse.ecf.core;version="3.0.0",
org.osgi.framework,
org.osgi.util.tracker;version="1.4.2"
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.equinox.common;bundle-version="3.5.0"
+Require-Bundle: org.eclipse.equinox.common
Bundle-Localization: bundle
Export-Package: org.eclipse.ecf.internal.examples.remoteservices.hello.host;x-internal:=true

Back to the top