Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-17 00:26:17 +0000
committerslewis2006-11-17 00:26:17 +0000
commite12c2b5790a5c9ff8e5626ca8c8be57c844795d1 (patch)
tree84b7277c56454ffe7762ca558db54ea58df1b87f /examples/bundles/org.eclipse.ecf.example.clients
parent898b8f557ed8a5c9c256fe52671316f29e3c3650 (diff)
downloadorg.eclipse.ecf-e12c2b5790a5c9ff8e5626ca8c8be57c844795d1.tar.gz
org.eclipse.ecf-e12c2b5790a5c9ff8e5626ca8c8be57c844795d1.tar.xz
org.eclipse.ecf-e12c2b5790a5c9ff8e5626ca8c8be57c844795d1.zip
Removed Require-Bundle references for org.eclipse.core.runtime (changed to Import-Package). Also changed version number to 0.9.4
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.clients')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 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 5723ed799..1a85aded9 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
@@ -2,16 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Clients Example
Bundle-SymbolicName: org.eclipse.ecf.example.clients;singleton:=true
-Bundle-Version: 0.9.3
+Bundle-Version: 0.9.4
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.example.clients
Bundle-ClassPath: exampleclients.jar
Eclipse-AutoStart: true
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.ecf,
+Require-Bundle: org.eclipse.ecf,
org.eclipse.ecf.presence,
org.eclipse.ecf.provider.xmpp,
org.eclipse.ecf.sharedobject
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
+Import-Package: org.eclipse.core.runtime,
+ org.osgi.framework;version="1.3.0"

Back to the top