diff options
author | Krzysztof Daniel | 2013-12-09 13:01:10 -0500 |
---|---|---|
committer | Krzysztof Daniel | 2013-12-09 16:44:18 -0500 |
commit | 0f6f5ff14d908f4ed5a850bbe9f46a23a607da5c (patch) | |
tree | b68361961e41038355d6a904dfae62585fba096f /bundles/org.eclipse.equinox.p2.metadata/META-INF | |
parent | 6e6c205e4f8b2adabd2c3dd294e7d99eb7a94341 (diff) | |
download | rt.equinox.p2-0f6f5ff14d908f4ed5a850bbe9f46a23a607da5c.tar.gz rt.equinox.p2-0f6f5ff14d908f4ed5a850bbe9f46a23a607da5c.tar.xz rt.equinox.p2-0f6f5ff14d908f4ed5a850bbe9f46a23a607da5c.zip |
bug 418662: Get rid of compile warnings in official build -
org.eclipse.equinox.p2.publisher.eclipse
Change-Id: I02f9f6367913e01988f5e65452d2c52c7898a5a7
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.MF | 3 |
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 00386cbe3..0197f7123 100644 --- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF @@ -22,7 +22,8 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata; org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.repository.tools, org.eclipse.equinox.p2.reconciler.dropins, - org.eclipse.equinox.p2.repository", + org.eclipse.equinox.p2.repository, + org.eclipse.equinox.p2.publisher.eclipse", org.eclipse.equinox.internal.p2.metadata.expression; x-friends:="org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.directorywatcher, |