Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2004-01-27 19:27:04 +0000
committerThomas Watson2004-01-27 19:27:04 +0000
commit5690e48941ec7a9a2dba3888b650276e92cdea52 (patch)
treefe98c37271dc958377a885840e2f003dee1155e8 /bundles/org.eclipse.osgi.util/META-INF
parent3836c5eb22cb3282ee744c9e30ff33f30dfe0742 (diff)
downloadrt.equinox.framework-5690e48941ec7a9a2dba3888b650276e92cdea52.tar.gz
rt.equinox.framework-5690e48941ec7a9a2dba3888b650276e92cdea52.tar.xz
rt.equinox.framework-5690e48941ec7a9a2dba3888b650276e92cdea52.zip
Fix for defect 50705 - packages not provided by osgi.util bundle.
Diffstat (limited to 'bundles/org.eclipse.osgi.util/META-INF')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index cbda1471d..2199fc1c5 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -13,5 +13,8 @@ Export-Package: org.osgi.util.tracker; specification-version=1.2,
org.osgi.util.measurement; specification-version=1.0,
org.osgi.util.position; specification-version=1.0,
org.osgi.util.xml; specification-version=1.0
+Provide-Package: org.osgi.util.tracker,
+ org.osgi.util.measurement,
+ org.osgi.util.position,
+ org.osgi.util.xml
Import-Package: org.osgi.framework; specification-version=1.1
-Build-Information: ${build-information}

Back to the top