Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-12-09 18:34:06 +0000
committerKrzysztof Daniel2013-12-09 21:44:18 +0000
commitd7badb5db57e955f940cb43814cb204c71d15985 (patch)
tree5023b8b87fdc6e1004ed52800e288f97b4de9872 /bundles/org.eclipse.equinox.p2.transport.ecf
parente68ffe41281328dfb97e02f49327bd040d01b7b9 (diff)
downloadrt.equinox.p2-d7badb5db57e955f940cb43814cb204c71d15985.tar.gz
rt.equinox.p2-d7badb5db57e955f940cb43814cb204c71d15985.tar.xz
rt.equinox.p2-d7badb5db57e955f940cb43814cb204c71d15985.zip
bug 418662 - Get rid of compile warnings in official build -
org.eclipse.equinox.p2.discovery.compatibility Change-Id: Ieaf254570551fef783d1cc6bbf79daf51847d5fa
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.transport.ecf')
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF
index 8dafc6b68..b2b8497e3 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ecf;bundle-version="3.1.0",
Service-Component: OSGI-INF/ecfTransport.xml
Bundle-Activator: org.eclipse.equinox.internal.p2.transport.ecf.Activator
Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.equinox.internal.p2.transport.ecf;x-internal:=true
+Export-Package: org.eclipse.equinox.internal.p2.transport.ecf;x-friends:="org.eclipse.equinox.p2.discovery.compatibility"
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Import-Package: org.eclipse.osgi.util;version="1.1.0",

Back to the top