Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2003-11-25 21:25:02 +0000
committerDJ Houghton2003-11-25 21:25:02 +0000
commit09f3abf08ff6a6c3fe3b3aaf5a84c78d74a3e4b4 (patch)
treecd473298c7b959f300f8166cfdf5f29bbbf419d6 /bundles/org.eclipse.osgi.util/META-INF
downloadrt.equinox.framework-09f3abf08ff6a6c3fe3b3aaf5a84c78d74a3e4b4.tar.gz
rt.equinox.framework-09f3abf08ff6a6c3fe3b3aaf5a84c78d74a3e4b4.tar.xz
rt.equinox.framework-09f3abf08ff6a6c3fe3b3aaf5a84c78d74a3e4b4.zip
Initial release.
Diffstat (limited to 'bundles/org.eclipse.osgi.util/META-INF')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..3788b03f5
--- /dev/null
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-Name: OSGi-Utility-Classes
+Bundle-GlobalName: org.eclipse.osgi.util
+Bundle-Version: 3.0
+Bundle-Description: OSGi Service Platform Release 3 Utility Classes
+Bundle-Vendor: Eclipse
+Bundle-DocUrl: http://www.eclipse.org
+Bundle-ContactAddress: www.eclipse.org
+Bundle-Copyright: Copyright (c) The Open Services Gateway Initiative (
+ 2001, 2003). All Rights Reserved.
+Bundle-ClassPath: util.jar
+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
+Import-Package: org.osgi.framework; specification-version=1.1
+Build-Information: ${build-information}

Back to the top