Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-09-21 19:14:33 +0000
committerslewis2006-09-21 19:14:33 +0000
commit06293df84d35aebb5d713a23473fd6c69a00e325 (patch)
tree7575a40e019f52467841d958f35665a066aadaab /examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
parent418ac4ff33fff2932c143fd9b368ad04cc616740 (diff)
downloadorg.eclipse.ecf-06293df84d35aebb5d713a23473fd6c69a00e325.tar.gz
org.eclipse.ecf-06293df84d35aebb5d713a23473fd6c69a00e325.tar.xz
org.eclipse.ecf-06293df84d35aebb5d713a23473fd6c69a00e325.zip
Fix for dependency on file share API
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
index 3c6b31c3e..a21b7f915 100644
--- a/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
@@ -11,7 +11,6 @@ Eclipse-AutoStart: true
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ecf,
org.eclipse.ecf.presence,
- org.eclipse.ecf.provider.xmpp,
- org.eclipse.ecf.fileshare
+ org.eclipse.ecf.provider.xmpp
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top