diff options
author | Tomasz Zarna | 2008-11-18 15:16:54 +0000 |
---|---|---|
committer | Tomasz Zarna | 2008-11-18 15:16:54 +0000 |
commit | 75984d2a8f3182b946997635376af033cd6a1574 (patch) | |
tree | 74469db7eddbcb61c33b63020aa0a41175743fb8 /bundles/org.eclipse.core.net/META-INF/MANIFEST.MF | |
parent | efd6b84a4cf40a57e88d7c85ce8125e61c1c2f8c (diff) | |
download | eclipse.platform.team-75984d2a8f3182b946997635376af033cd6a1574.tar.gz eclipse.platform.team-75984d2a8f3182b946997635376af033cd6a1574.tar.xz eclipse.platform.team-75984d2a8f3182b946997635376af033cd6a1574.zip |
bug 255616: [Net] Add proxy providers layer on the top of ProxyManager
Diffstat (limited to 'bundles/org.eclipse.core.net/META-INF/MANIFEST.MF')
-rw-r--r-- | bundles/org.eclipse.core.net/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF index ac4b7983b..a0814ba49 100644 --- a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF @@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)", org.eclipse.osgi;bundle-version="3.4.0", org.eclipse.equinox.registry;bundle-version="3.4.0" Bundle-ActivationPolicy: lazy -Export-Package: org.eclipse.core.internal.net;x-internal:=true, +Export-Package: org.eclipse.core.internal.net;x-friends:="org.eclipse.ui.net", org.eclipse.core.net.proxy Bundle-RequiredExecutionEnvironment: J2SE-1.4, CDC-1.0/Foundation-1.0, |