Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hallgren2010-01-13 12:59:44 +0000
committerThomas Hallgren2010-01-13 12:59:44 +0000
commit62eb06de9e9564748a3048f99f307c32a984b214 (patch)
tree28d62c65462ccffbb66b32f133eba01430d51da4 /bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF
parent81026456fefe243425035fa2f1091d6810eff8e3 (diff)
downloadrt.equinox.p2-62eb06de9e9564748a3048f99f307c32a984b214.tar.gz
rt.equinox.p2-62eb06de9e9564748a3048f99f307c32a984b214.tar.xz
rt.equinox.p2-62eb06de9e9564748a3048f99f307c32a984b214.zip
298604 : Split the p2QL into one core simple Expression part and one Query part
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF
index da22b4c74..8eb989b7d 100644
--- a/bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF
@@ -12,9 +12,12 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5,
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.internal.p2.metadata,
+ org.eclipse.equinox.internal.p2.metadata.expression,
+ org.eclipse.equinox.internal.p2.metadata.expression.parser,
org.eclipse.equinox.internal.p2.query,
org.eclipse.equinox.internal.provisional.p2.metadata,
org.eclipse.equinox.p2.metadata,
+ org.eclipse.equinox.p2.metadata.expression,
org.eclipse.equinox.p2.metadata.query,
org.eclipse.equinox.p2.query,
org.eclipse.equinox.p2.repository.artifact,

Back to the top