Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoribull2010-01-12 00:55:38 +0000
committeribull2010-01-12 00:55:38 +0000
commit8ac4cda697c875f22a921b30cb6be480ead5c1a0 (patch)
tree81587c66b4f39dde442e75d96132ac36290e1d63 /bundles/org.eclipse.equinox.p2.ql/META-INF
parenta87bb68f1094291428ff938bf8e2117862b8e845 (diff)
downloadrt.equinox.p2-8ac4cda697c875f22a921b30cb6be480ead5c1a0.tar.gz
rt.equinox.p2-8ac4cda697c875f22a921b30cb6be480ead5c1a0.tar.xz
rt.equinox.p2-8ac4cda697c875f22a921b30cb6be480ead5c1a0.zip
291763 - [metadata] Cleanup the Query API
This moves the query API to its final location
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 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 5fc080ac8..da22b4c74 100644
--- a/bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ql/META-INF/MANIFEST.MF
@@ -12,10 +12,11 @@ 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.query,
org.eclipse.equinox.internal.provisional.p2.metadata,
- org.eclipse.equinox.internal.provisional.p2.metadata.query,
org.eclipse.equinox.p2.metadata,
org.eclipse.equinox.p2.metadata.query,
+ org.eclipse.equinox.p2.query,
org.eclipse.equinox.p2.repository.artifact,
org.eclipse.osgi.service.localization,
org.osgi.framework

Back to the top