Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-05-14 22:28:10 +0000
committerJohn Arthorne2008-05-14 22:28:10 +0000
commit039e307013f78052db8b62437523333fe6a8ac74 (patch)
treeb22e321d9f29138ec5d3938cdbc806feee5fc56a /bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
parenteb4355310d7170cc78ccbb6e8bfe20afbb85b8fd (diff)
downloadrt.equinox.p2-039e307013f78052db8b62437523333fe6a8ac74.tar.gz
rt.equinox.p2-039e307013f78052db8b62437523333fe6a8ac74.tar.xz
rt.equinox.p2-039e307013f78052db8b62437523333fe6a8ac74.zip
Bug 232186 Expensive localized property retrieval
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.MF3
1 files changed, 2 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 5151503c8..d2274088f 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -11,7 +11,8 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.equinox.p2.engine,
org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.artifact.optimizers,
- org.eclipse.equinox.p2.artifact.processors",
+ org.eclipse.equinox.p2.artifact.processors,
+ org.eclipse.equinox.p2.ui",
org.eclipse.equinox.internal.provisional.p2.metadata;
x-friends:="org.eclipse.equinox.p2.artifact.optimizers,
org.eclipse.equinox.p2.artifact.processors,

Back to the top