Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-04-14 23:36:22 +0000
committerslewis2010-04-14 23:36:22 +0000
commite932b1840fc5406bd317a77697bae0d1dc54d945 (patch)
tree6255d9dfc7699a9e5f917e4bbc26387591492ae0 /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer
parent9e5732dc3e53a05c7993bc61b8a184dd404a3592 (diff)
downloadorg.eclipse.ecf-e932b1840fc5406bd317a77697bae0d1dc54d945.tar.gz
org.eclipse.ecf-e932b1840fc5406bd317a77697bae0d1dc54d945.tar.xz
org.eclipse.ecf-e932b1840fc5406bd317a77697bae0d1dc54d945.zip
Fix for inappropriate reference to org.eclipse.equinox.common
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/META-INF/MANIFEST.MF
index e86850a63..ed4be24d2 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/META-INF/MANIFEST.MF
@@ -13,4 +13,4 @@ Import-Package: org.eclipse.ecf.examples.remoteservices.hello,
Service-Component: OSGI-INF/helloclient.xml
Bundle-Localization: bundle
Export-Package: org.eclipse.ecf.examples.internal.remoteservices.hello.ds.consumer
-Require-Bundle: org.eclipse.equinox.common;bundle-version="3.6.0"
+Require-Bundle: org.eclipse.equinox.common

Back to the top