Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-12-09 18:01:10 +0000
committerKrzysztof Daniel2013-12-09 21:44:18 +0000
commit0f6f5ff14d908f4ed5a850bbe9f46a23a607da5c (patch)
treeb68361961e41038355d6a904dfae62585fba096f /bundles/org.eclipse.equinox.p2.publisher
parent6e6c205e4f8b2adabd2c3dd294e7d99eb7a94341 (diff)
downloadrt.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.publisher')
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF15
1 files changed, 12 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF
index dc0a2226a..c7132dbe6 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF
@@ -12,9 +12,18 @@ Export-Package: org.eclipse.equinox.internal.p2.publisher;
org.eclipse.equinox.p2.ui.sdk,
org.eclipse.equinox.p2.updatesite,
org.eclipse.equinox.p2.publisher.eclipse",
- org.eclipse.equinox.p2.publisher;x-friends:="org.eclipse.equinox.p2.directorywatcher,org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.equinox.p2.updatesite,org.eclipse.pde.publishing",
- org.eclipse.equinox.p2.publisher.actions;x-friends:="org.eclipse.equinox.p2.updatesite,org.eclipse.equinox.p2.directorywatcher,org.eclipse.pde.publishing",
- org.eclipse.equinox.spi.p2.publisher;x-friends:="org.eclipse.equinox.p2.updatesite"
+ org.eclipse.equinox.p2.publisher;
+ x-friends:="org.eclipse.equinox.p2.directorywatcher,
+ org.eclipse.equinox.p2.touchpoint.eclipse,
+ org.eclipse.equinox.p2.updatesite,
+ org.eclipse.pde.publishing,
+ org.eclipse.equinox.p2.publisher.eclipse",
+ org.eclipse.equinox.p2.publisher.actions;
+ x-friends:="org.eclipse.equinox.p2.updatesite,
+ org.eclipse.equinox.p2.directorywatcher,
+ org.eclipse.pde.publishing,
+ org.eclipse.equinox.p2.publisher.eclipse",
+ org.eclipse.equinox.spi.p2.publisher;x-friends:="org.eclipse.equinox.p2.updatesite,org.eclipse.equinox.p2.publisher.eclipse"
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top