Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-10-20 18:17:33 +0000
committerJohn Arthorne2009-10-20 18:17:33 +0000
commitd80ba2d81fc220ab5862e72c05e93e403542efb1 (patch)
tree2d49008e3573a51df96b2e55304607dcff8fdf1d /bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
parent0f37c767a9e304c0b15c4eaa08f833bd5f454831 (diff)
downloadrt.equinox.p2-d80ba2d81fc220ab5862e72c05e93e403542efb1.tar.gz
rt.equinox.p2-d80ba2d81fc220ab5862e72c05e93e403542efb1.tar.xz
rt.equinox.p2-d80ba2d81fc220ab5862e72c05e93e403542efb1.zip
Bug 290207 - Support multiple p2 instances in a single VM
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, 3 insertions, 0 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 ac38803c9..0f87eab08 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
@@ -61,6 +61,8 @@ Import-Package: javax.xml.parsers,
org.eclipse.equinox.internal.provisional.p2.metadata,
org.eclipse.equinox.internal.provisional.p2.repository,
org.eclipse.equinox.internal.provisional.spi.p2.repository,
+ org.eclipse.equinox.p2.core,
+ org.eclipse.equinox.p2.core.spi,
org.eclipse.internal.provisional.equinox.p2.jarprocessor;resolution:=optional,
org.eclipse.osgi.framework.log;version="1.0.0",
org.eclipse.osgi.signedcontent;version="1.0.0",
@@ -75,3 +77,4 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)",
org.eclipse.equinox.registry
+Service-Component: OSGI-INF/repositoryManager.xml

Back to the top