Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-01-20 16:10:28 +0000
committerPascal Rapicault2013-01-20 16:10:28 +0000
commitaa717cf44d6ace46bdd500bb2fc58b4fe369d1fc (patch)
treebd29dcead2602c2ec03821c3a9488f04f7944335 /bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
parent8020d416f36e13219978dca2e29ebb64e0c48454 (diff)
downloadrt.equinox.p2-aa717cf44d6ace46bdd500bb2fc58b4fe369d1fc.tar.gz
rt.equinox.p2-aa717cf44d6ace46bdd500bb2fc58b4fe369d1fc.tar.xz
rt.equinox.p2-aa717cf44d6ace46bdd500bb2fc58b4fe369d1fc.zip
Revert "Remove non existant dependency"v20130120-161028
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
index fcb4b326d..899ff4823 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
@@ -36,7 +36,7 @@ Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)",
Import-Package: javax.xml.parsers,
org.eclipse.core.runtime.jobs,
org.eclipse.equinox.internal.p2.core.helpers,
- org.eclipse.equinox.internal.p2.jarprocessor;resolution:=optional,
+ org.eclipse.equinox.internal.p2.jarprocessor,
org.eclipse.equinox.internal.p2.metadata,
org.eclipse.equinox.internal.p2.persistence,
org.eclipse.equinox.internal.p2.repository,
@@ -49,6 +49,7 @@ Import-Package: javax.xml.parsers,
org.eclipse.equinox.p2.repository.artifact;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.repository.artifact.spi;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.repository.spi;version="[2.0.0,3.0.0)",
+ org.eclipse.internal.provisional.equinox.p2.jarprocessor;resolution:=optional,
org.eclipse.osgi.service.datalocation;version="[1.3.0,2.0.0)",
org.eclipse.osgi.signedcontent;version="1.0.0",
org.eclipse.osgi.util;version="1.1.0",

Back to the top