Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-09-04 18:05:08 +0000
committerThomas Watson2008-09-04 18:05:08 +0000
commite0fb9ad32eb42037e4812ea8998d8a9ccb7bc356 (patch)
tree20097eebf01f13aa5aa88a2f9c8bc3082fcf1c8f /bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
parent0e56f61d9f96cb814747dac738de7acf7b6e35a1 (diff)
downloadrt.equinox.framework-e0fb9ad32eb42037e4812ea8998d8a9ccb7bc356.tar.gz
rt.equinox.framework-e0fb9ad32eb42037e4812ea8998d8a9ccb7bc356.tar.xz
rt.equinox.framework-e0fb9ad32eb42037e4812ea8998d8a9ccb7bc356.zip
Bug 246132 Refactor loader layer
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 9fd47e66a..b5404554f 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -43,6 +43,7 @@ Export-Package: org.eclipse.osgi.event;version="1.0",
org.eclipse.osgi.framework.internal.reliablefile;x-internal:=true,
org.eclipse.osgi.framework.util;x-internal:=true,
org.eclipse.osgi.internal.baseadaptor;x-internal:=true,
+ org.eclipse.osgi.internal.loader.buddy; x-internal:=true,
org.eclipse.osgi.internal.module;x-internal:=true,
org.eclipse.osgi.internal.profile;x-internal:=true,
org.eclipse.osgi.internal.resolver;x-internal:=true,

Back to the top