Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2012-09-06 14:59:15 +0000
committerThomas Watson2012-09-06 14:59:15 +0000
commitb89784d3c1750372551dd77c25868293f67ee3d0 (patch)
tree6c9211775740a9814853f0b206ea961255d6461a /bundles/org.eclipse.osgi/META-INF
parent869e2ef794c4cabc62e3e931f3ef73493d2e21ab (diff)
downloadrt.equinox.framework-b89784d3c1750372551dd77c25868293f67ee3d0.tar.gz
rt.equinox.framework-b89784d3c1750372551dd77c25868293f67ee3d0.tar.xz
rt.equinox.framework-b89784d3c1750372551dd77c25868293f67ee3d0.zip
Bug 388143 - New framework implementation must provide detailed
information regarding resolution failures.
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF')
-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 b51cd0627..3bd6dfbdf 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -12,6 +12,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.eclipse.osgi.framework.internal.core;x-internal:=true,
org.eclipse.osgi.framework.internal.reliablefile;x-internal:=true,
org.eclipse.osgi.framework.log;version="1.1",
+ org.eclipse.osgi.framework.report;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,

Back to the top