Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-09-11 16:07:26 +0000
committerThomas Watson2012-09-11 16:07:26 +0000
commitbe169f88da8715a49a0ac6bbcce0a58d5299dc7a (patch)
tree5518d33d1c1349fb1f6c45cdfc6232b938437d6e /bundles/org.eclipse.osgi/META-INF
parent9bc24c15248264c132639dd4c8dcea9567e4bc9c (diff)
downloadrt.equinox.framework-be169f88da8715a49a0ac6bbcce0a58d5299dc7a.tar.gz
rt.equinox.framework-be169f88da8715a49a0ac6bbcce0a58d5299dc7a.tar.xz
rt.equinox.framework-be169f88da8715a49a0ac6bbcce0a58d5299dc7a.zip
rename org.eclipse.osgi.framework.report to org.eclipse.osgi.report.resolution
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 3bd6dfbdf..1aea43253 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -12,7 +12,6 @@ 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,
@@ -29,6 +28,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.eclipse.osgi.internal.signedcontent;x-internal:=true,
org.eclipse.osgi.internal.url;x-internal:=true,
org.eclipse.osgi.launch;version="1.0",
+ org.eclipse.osgi.report.resolution;version="1.0",
org.eclipse.osgi.service.datalocation;version="1.3",
org.eclipse.osgi.service.debug;version="1.2",
org.eclipse.osgi.service.environment;version="1.3",

Back to the top