Skip to main content
summaryrefslogtreecommitdiffstats
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.extensionlocation
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.extensionlocation')
-rw-r--r--bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF
index a3effadd6..97c257666 100644
--- a/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF
@@ -32,4 +32,4 @@ Import-Package: org.eclipse.equinox.internal.p2.artifact.repository.simple,
org.eclipse.osgi.service.datalocation;version="1.1.0",
org.eclipse.osgi.service.resolver;version="1.2.0",
org.eclipse.osgi.util,
- org.osgi.framework
+ org.osgi.framework;version="1.6.0"

Back to the top