Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-03-30 14:40:04 +0000
committerPascal Rapicault2010-03-30 14:40:04 +0000
commit9a2cc267368f4f3620602722ff016ed2332e0ff2 (patch)
tree6dca3776b1b29af835a141d70e688a5899439bf2 /bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
parentc5e011700713d584e8d18b1ae719da53cd6be06d (diff)
downloadrt.equinox.p2-9a2cc267368f4f3620602722ff016ed2332e0ff2.tar.gz
rt.equinox.p2-9a2cc267368f4f3620602722ff016ed2332e0ff2.tar.xz
rt.equinox.p2-9a2cc267368f4f3620602722ff016ed2332e0ff2.zip
Cleanup manifest
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
index 825c5dc20..5d8ef5ae0 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -80,7 +80,7 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.equinox.p2.metadata.index;version="2.0.0",
org.eclipse.equinox.p2.query;version="2.0.0"
Require-Bundle: org.eclipse.equinox.common,
- org.eclipse.equinox.p2.core
+ org.eclipse.equinox.p2.core;bundle-version="[2.0.0,3.0.0)"
Import-Package: org.eclipse.osgi.service.localization;version="1.0.0",
org.eclipse.osgi.util,
org.osgi.framework;version="1.3.0"

Back to the top