Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-07-17 14:16:04 +0000
committerThomas Watson2012-07-17 14:16:04 +0000
commitc85bcd13667455348d7ab46346aa5224df17b4be (patch)
tree96538611edc2033bcef0ea04883af3a2350796d2 /bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
parentcaa71b0efb4e231b050e3c46f216ea8030a53e02 (diff)
downloadrt.equinox.framework-c85bcd13667455348d7ab46346aa5224df17b4be.tar.gz
rt.equinox.framework-c85bcd13667455348d7ab46346aa5224df17b4be.tar.xz
rt.equinox.framework-c85bcd13667455348d7ab46346aa5224df17b4be.zip
Move EclipseEnvironmentInfo to org.eclipse.osgi.internal.framework
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 9cfa42dff..40f8c8770 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -56,6 +56,7 @@ Export-Package: org.eclipse.osgi.container;version="1.0",
org.eclipse.osgi.framework.util;x-internal:=true,
org.eclipse.osgi.internal.baseadaptor;x-internal:=true,
org.eclipse.osgi.internal.debug;x-internal:=true,
+ org.eclipse.osgi.internal.framework;x-internal:=true,
org.eclipse.osgi.internal.location;x-internal:=true,
org.eclipse.osgi.internal.loader;x-internal:=true,
org.eclipse.osgi.internal.loader.buddy; x-internal:=true,

Back to the top