Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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.MF6
1 files changed, 4 insertions, 2 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 3f867c582..df193a9da 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -43,7 +43,8 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.equinox.p2.updatechecker,
org.eclipse.equinox.p2.updatesite,
org.eclipse.pde.ui,
- org.eclipse.equinox.p2.repository.tools",
+ org.eclipse.equinox.p2.repository.tools,
+ org.eclipse.pde.core",
org.eclipse.equinox.internal.provisional.p2.metadata.query;
x-friends:="org.eclipse.equinox.p2.artifact.optimizers,
org.eclipse.equinox.p2.artifact.processors,
@@ -74,7 +75,8 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.equinox.p2.console,
org.eclipse.equinox.p2.publisher,
org.eclipse.pde.ui,
- org.eclipse.equinox.p2.repository.tools"
+ org.eclipse.equinox.p2.repository.tools,
+ org.eclipse.pde.core"
Import-Package: org.eclipse.osgi.service.resolver;version="1.1.0",
org.eclipse.osgi.util;version="1.1.0",
org.osgi.framework;version="1.3.0"

Back to the top