Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-10-06 21:26:39 +0000
committerPascal Rapicault2009-10-06 21:26:39 +0000
commit70a5a61fcfbc3064a944d448fc6ba79bd7f94709 (patch)
tree5cee3d4f22bdadb35de8f8f9cab7bb021bc028a4 /bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
parent84410042ca84d1d65a955ce0996aa5a3e0cebf35 (diff)
downloadrt.equinox.p2-70a5a61fcfbc3064a944d448fc6ba79bd7f94709.tar.gz
rt.equinox.p2-70a5a61fcfbc3064a944d448fc6ba79bd7f94709.tar.xz
rt.equinox.p2-70a5a61fcfbc3064a944d448fc6ba79bd7f94709.zip
Move query related classes to p2.metadata
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.MF4
1 files changed, 3 insertions, 1 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 0e200e717..15a42fa59 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -77,7 +77,9 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.pde.ui,
org.eclipse.equinox.p2.repository.tools,
org.eclipse.pde.core"
-Import-Package: org.osgi.framework;version="1.3.0"
+Import-Package: org.eclipse.osgi.service.localization;version="1.0.0",
+ org.eclipse.osgi.util,
+ org.osgi.framework;version="1.3.0"
Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.MetadataActivator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,

Back to the top