Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2012-12-06 15:14:19 +0000
committerBJ Hargrave2012-12-12 20:39:52 +0000
commitcea583eef269022ea7a4397798aa6eb5f48981f6 (patch)
tree36a05e145c07c46d063a3d97f055bd688368f7bc /bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
parent7ed1cd7fe49fbc5f0805954035e6b3243f9ffe9c (diff)
downloadrt.equinox.framework-cea583eef269022ea7a4397798aa6eb5f48981f6.tar.gz
rt.equinox.framework-cea583eef269022ea7a4397798aa6eb5f48981f6.tar.xz
rt.equinox.framework-cea583eef269022ea7a4397798aa6eb5f48981f6.zip
dto: Add draft of OSGi DTO classes
Add DTO classes from OSGi to implement DTO support in the framework. The manifest is also changed to export these packages.
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 599a3289f..6862b4899 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -41,6 +41,11 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.eclipse.osgi.storage.url.reference;x-internal:=true,
org.eclipse.osgi.storagemanager;version="1.0",
org.eclipse.osgi.util;version="1.1",
+ org.osgi.dto;version="1.0",
+ org.osgi.dto.framework;version="1.8",
+ org.osgi.dto.framework.startlevel;version="1.0",
+ org.osgi.dto.framework.wiring;version="1.1",
+ org.osgi.dto.resource;version="1.0",
org.osgi.framework;version="1.8",
org.osgi.framework.hooks.bundle;version="1.1",
org.osgi.framework.hooks.resolver;version="1.0",

Back to the top