Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2004-04-14 12:49:47 +0000
committerThomas Watson2004-04-14 12:49:47 +0000
commitdbc115b2b499a653a65654004120d6319ace6211 (patch)
tree20e065dd7668c1f062bb0708c5f686a2388bab62 /bundles/org.eclipse.osgi.util
parent062bfb68712d5c414d811decc433a289db94a1a5 (diff)
downloadrt.equinox.framework-dbc115b2b499a653a65654004120d6319ace6211.tar.gz
rt.equinox.framework-dbc115b2b499a653a65654004120d6319ace6211.tar.xz
rt.equinox.framework-dbc115b2b499a653a65654004120d6319ace6211.zip
Move org.osgi.util.tracker into org.eclipse.osgi
Diffstat (limited to 'bundles/org.eclipse.osgi.util')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF6
-rw-r--r--bundles/org.eclipse.osgi.util/util.jarbin15801 -> 11098 bytes
2 files changed, 2 insertions, 4 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index a83b34895..af0c020ad 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -10,12 +10,10 @@ 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,
+Export-Package: 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,
+Provide-Package: org.osgi.util.measurement,
org.osgi.util.position,
org.osgi.util.xml
Import-Package: org.osgi.framework; specification-version=1.1
diff --git a/bundles/org.eclipse.osgi.util/util.jar b/bundles/org.eclipse.osgi.util/util.jar
index 3a80ae0aa..287b39d37 100644
--- a/bundles/org.eclipse.osgi.util/util.jar
+++ b/bundles/org.eclipse.osgi.util/util.jar
Binary files differ

Back to the top