Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-08-18 22:22:49 +0000
committerThomas Watson2008-08-18 22:22:49 +0000
commitf1333e3a9f8e25b2e0768df7b431aadd61e2faa0 (patch)
treeecb8cfd6592083cdd7d9c5f76651bea9393a38db /bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
parentaf53a1dd8eb3d156e759d20706c5837f2deaef66 (diff)
downloadrt.equinox.framework-f1333e3a9f8e25b2e0768df7b431aadd61e2faa0.tar.gz
rt.equinox.framework-f1333e3a9f8e25b2e0768df7b431aadd61e2faa0.tar.xz
rt.equinox.framework-f1333e3a9f8e25b2e0768df7b431aadd61e2faa0.zip
Bug 244443 Implement SystemBundle (RFC 132)
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index daa56c761..42705a5a5 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -4,6 +4,7 @@ Export-Package: org.eclipse.osgi.event;version="1.0",
org.eclipse.osgi.framework.console;version="1.0",
org.eclipse.osgi.framework.eventmgr;version="1.1",
org.eclipse.osgi.framework.log;version="1.0",
+ org.eclipse.osgi.launch; version="1.0",
org.eclipse.osgi.service.datalocation;version="1.1",
org.eclipse.osgi.service.debug;version="1.0",
org.eclipse.osgi.service.environment;version="1.1",
@@ -17,6 +18,7 @@ Export-Package: org.eclipse.osgi.event;version="1.0",
org.eclipse.osgi.storagemanager;version="1.0",
org.eclipse.osgi.util;version="1.1",
org.osgi.framework;version="1.5",
+ org.osgi.framework.launch; version="1.0",
org.osgi.framework.hooks.service; version="1.0",
org.osgi.service.condpermadmin;version="1.1",
org.osgi.service.packageadmin;version="1.2",
@@ -39,7 +41,6 @@ Export-Package: org.eclipse.osgi.event;version="1.0",
org.eclipse.osgi.framework.internal.protocol.bundleresource;x-internal:=true,
org.eclipse.osgi.framework.internal.protocol.reference;x-internal:=true,
org.eclipse.osgi.framework.internal.reliablefile;x-internal:=true,
- org.eclipse.osgi.framework.launcher;x-internal:=true,
org.eclipse.osgi.framework.util;x-internal:=true,
org.eclipse.osgi.internal.baseadaptor;x-internal:=true,
org.eclipse.osgi.internal.module;x-internal:=true,

Back to the top