Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-12-21 15:59:34 +0000
committerJohn Arthorne2010-12-21 15:59:34 +0000
commitc0116b0290afd51a20299f27a2831bf5c0e82023 (patch)
treeefdcf9fc5d69d580652e568d6b379d2b1aba48f7 /bundles/org.eclipse.equinox.p2.repository
parent9e89ef4b80a63ba00bd27fe1f92e4e863a82a977 (diff)
downloadrt.equinox.p2-c0116b0290afd51a20299f27a2831bf5c0e82023.tar.gz
rt.equinox.p2-c0116b0290afd51a20299f27a2831bf5c0e82023.tar.xz
rt.equinox.p2-c0116b0290afd51a20299f27a2831bf5c0e82023.zip
incremented version range due to use of generified OSGi APIpublishing_incubator
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
index 2fdf3fce4..166ba9232 100644
--- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
@@ -49,10 +49,10 @@ Import-Package: javax.xml.parsers,
org.eclipse.equinox.security.storage,
org.eclipse.osgi.service.debug,
org.eclipse.osgi.util;version="1.1.0",
- org.osgi.framework;version="1.3.0",
+ org.osgi.framework;version="1.6.0",
org.osgi.service.packageadmin;version="1.2.0",
org.osgi.service.prefs;version="1.0.0",
- org.osgi.util.tracker;version="1.3.0",
+ org.osgi.util.tracker;version="1.4.0",
org.xml.sax,
org.xml.sax.helpers
Service-Component: OSGI-INF/cacheManager.xml

Back to the top