Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-11-14 14:11:36 +0000
committerThomas Watson2017-06-16 12:38:08 +0000
commitf919cea9a25f4b6e05a9e04397c3254c51f85780 (patch)
tree2b5c8a8defae9a2cee2749ad5ae602c5c73e2d6e /bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
parent0af49fa8440cd17af48b6a54c5d52f6ea26267c9 (diff)
downloadrt.equinox.framework-f919cea9a25f4b6e05a9e04397c3254c51f85780.tar.gz
rt.equinox.framework-f919cea9a25f4b6e05a9e04397c3254c51f85780.tar.xz
rt.equinox.framework-f919cea9a25f4b6e05a9e04397c3254c51f85780.zip
Update framework API to the latest for R7.
Change-Id: I6c9d481175591949ba2791dc4000fb6be5639abb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF/MANIFEST.MF')
-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 91c3be476..9a96d4036 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -74,7 +74,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource",
org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",
org.osgi.service.url;version="1.0",
- org.osgi.util.tracker;version="1.5.1";uses:="org.osgi.framework"
+ org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework"
Export-Service: org.osgi.service.packageadmin.PackageAdmin,
org.osgi.service.permissionadmin.PermissionAdmin,
org.osgi.service.startlevel.StartLevel,

Back to the top