Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hallgren2010-02-21 16:18:46 +0000
committerThomas Hallgren2010-02-21 16:18:46 +0000
commit144588c7aff395f132d16c4d44340fd90dde64b4 (patch)
tree0542d185955127cbdae5453580287addf9868fb3 /bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
parentbac0d0d80b49629932b68ebb0920ae197395e649 (diff)
downloadrt.equinox.p2-144588c7aff395f132d16c4d44340fd90dde64b4.tar.gz
rt.equinox.p2-144588c7aff395f132d16c4d44340fd90dde64b4.tar.xz
rt.equinox.p2-144588c7aff395f132d16c4d44340fd90dde64b4.zip
302201 : Unify the two query approaches used in p2, step 2.
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.MF18
1 files changed, 15 insertions, 3 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 bf5b7462c..114bd2684 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -17,10 +17,22 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.equinox.p2.publisher,
org.eclipse.equinox.p2.director,
org.eclipse.equinox.p2.director.app,
- org.eclipse.equinox.p2.installer",
- org.eclipse.equinox.internal.p2.metadata.expression;x-friends:="org.eclipse.equinox.p2.ql,org.eclipse.equinox.p2.artifact.repository,org.eclipse.equinox.p2.directorywatcher",
+ org.eclipse.equinox.p2.installer,
+ org.eclipse.equinox.p2.ql",
+ org.eclipse.equinox.internal.p2.metadata.expression;
+ x-friends:="org.eclipse.equinox.p2.ql,
+ org.eclipse.equinox.p2.artifact.repository,
+ org.eclipse.equinox.p2.directorywatcher,
+ org.eclipse.equinox.p2.publisher,
+ org.eclipse.equinox.p2.engine",
org.eclipse.equinox.internal.p2.metadata.expression.parser;x-friends:="org.eclipse.equinox.p2.ql",
- org.eclipse.equinox.internal.p2.metadata.index;x-friends:="org.eclipse.equinox.p2.director,org.eclipse.equinox.p2.metadata.repository,org.eclipse.equinox.p2.artifact.repository",
+ org.eclipse.equinox.internal.p2.metadata.index;
+ x-friends:="org.eclipse.equinox.p2.director,
+ org.eclipse.equinox.p2.metadata.repository,
+ org.eclipse.equinox.p2.artifact.repository,
+ org.eclipse.equinox.p2.publisher,
+ org.eclipse.equinox.p2.engine,
+ org.eclipse.equinox.p2.ql",
org.eclipse.equinox.internal.p2.metadata.query;
x-friends:="org.eclipse.equinox.p2.artifact.optimizers,
org.eclipse.equinox.p2.artifact.processors,

Back to the top