Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis@composent.com2010-10-29 01:28:39 +0000
committerslewis@composent.com2010-10-29 01:28:39 +0000
commitacb9b993f460d1d282f78a50f6cdd7407c23d290 (patch)
tree3f9a38bdcb2830391b704e62395cab8e7372b54d /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host
parent51689410760ca040c9d48d27a692777ed7e4915c (diff)
downloadorg.eclipse.ecf-acb9b993f460d1d282f78a50f6cdd7407c23d290.tar.gz
org.eclipse.ecf-acb9b993f460d1d282f78a50f6cdd7407c23d290.tar.xz
org.eclipse.ecf-acb9b993f460d1d282f78a50f6cdd7407c23d290.zip
Work around for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=328990
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF
index bf3117eb7..338236eca 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5,
J2SE-1.4,
CDC-1.1/Foundation-1.1
Import-Package: org.eclipse.ecf.core;version="3.0.0",
- org.eclipse.ecf.examples.remoteservices.hello,
+ org.eclipse.ecf.examples.remoteservices.hello;version="3.0.0",
org.eclipse.equinox.app;version="1.0.0"
Service-Component: OSGI-INF/hello.xml
Bundle-Localization: bundle

Back to the top