Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-12-09 16:51:15 +0000
committerKrzysztof Daniel2013-12-09 21:44:18 +0000
commit9caea12133cec9dc87e4a90c36d96a1ca9d80c71 (patch)
tree06611389c0f6fc6032cc67aead681cbfe9b95a33 /bundles/org.eclipse.equinox.p2.metadata/META-INF
parent133e82412ac9c6bcdc06ca1ac5b7faa0e7c7ceb7 (diff)
downloadrt.equinox.p2-9caea12133cec9dc87e4a90c36d96a1ca9d80c71.tar.gz
rt.equinox.p2-9caea12133cec9dc87e4a90c36d96a1ca9d80c71.tar.xz
rt.equinox.p2-9caea12133cec9dc87e4a90c36d96a1ca9d80c71.zip
bug 418662: Get rid of compile warnings in official build:
org.eclipse.equinox.p2.repository Change-Id: I63eda541f7e81b9687e50414ae793d2f99086a88 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata/META-INF')
-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 292423847..00386cbe3 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -21,7 +21,8 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.equinox.p2.ui,
org.eclipse.equinox.p2.touchpoint.eclipse,
org.eclipse.equinox.p2.repository.tools,
- org.eclipse.equinox.p2.reconciler.dropins",
+ org.eclipse.equinox.p2.reconciler.dropins,
+ org.eclipse.equinox.p2.repository",
org.eclipse.equinox.internal.p2.metadata.expression;
x-friends:="org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.directorywatcher,

Back to the top