Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-03-19 01:12:22 +0000
committerThomas Watson2007-03-19 01:12:22 +0000
commit4a4c9bf616fff50aded947ae643dbc7d89f105b7 (patch)
tree37ffc32536ad7282b9b97f26c17436dd221d507c /bundles/org.eclipse.osgi.util
parent190593d2024aa9deed24beeceaa591dd329b04b8 (diff)
downloadrt.equinox.framework-4a4c9bf616fff50aded947ae643dbc7d89f105b7.tar.gz
rt.equinox.framework-4a4c9bf616fff50aded947ae643dbc7d89f105b7.tar.xz
rt.equinox.framework-4a4c9bf616fff50aded947ae643dbc7d89f105b7.zip
Bug 177869 Please revert the changes in bug 177843 - causing build breakagev20070318
Diffstat (limited to 'bundles/org.eclipse.osgi.util')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index a9dab174a..646b58f8c 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -9,8 +9,8 @@ Bundle-Localization: plugin
Bundle-DocUrl: http://www.eclipse.org
Bundle-ContactAddress: www.eclipse.org
Bundle-Copyright: %copyright
-Export-Package: org.osgi.util.measurement;version="1.0",
- org.osgi.util.position;version="1.0";uses:="org.osgi.util.measurement",
- org.osgi.util.xml;version="1.0";uses:="javax.xml.parsers,org.osgi.framework"
+Export-Package: org.osgi.util.measurement; version="1.0",
+ org.osgi.util.position; version="1.0",
+ org.osgi.util.xml; version="1.0"
Import-Package: org.osgi.framework; version=1.1
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0

Back to the top