Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Alexander Kuppe2011-02-25 11:08:50 +0000
committerMarkus Alexander Kuppe2011-02-25 11:08:50 +0000
commit2c2222669514ba44587f75970539d8d8a51d2952 (patch)
tree8e6928ba1f5a20f38fcd880755d2c16ddefa73a4 /examples
parent32c698c2786d04f5e5735b3d13bb2f74c437bd53 (diff)
downloadorg.eclipse.ecf-2c2222669514ba44587f75970539d8d8a51d2952.tar.gz
org.eclipse.ecf-2c2222669514ba44587f75970539d8d8a51d2952.tar.xz
org.eclipse.ecf-2c2222669514ba44587f75970539d8d8a51d2952.zip
Only optionally depend on org.eclipse.equinox.app
Diffstat (limited to 'examples')
-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 338236eca..ba6651f6b 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
@@ -9,7 +9,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5,
CDC-1.1/Foundation-1.1
Import-Package: org.eclipse.ecf.core;version="3.0.0",
org.eclipse.ecf.examples.remoteservices.hello;version="3.0.0",
- org.eclipse.equinox.app;version="1.0.0"
+ org.eclipse.equinox.app;version="1.0.0";resolution:=optional
Service-Component: OSGI-INF/hello.xml
Bundle-Localization: bundle
Export-Package: org.eclipse.ecf.examples.internal.remoteservices.hello.ds.host

Back to the top