Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Lindberg2009-08-27 13:30:45 +0000
committerHenrik Lindberg2009-08-27 13:30:45 +0000
commit2ad8e5839b4aeb571a440bb9522f49a8f4582847 (patch)
treee5fbd883589f721d795996ccd68cfde31acf910f /bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
parent600e890188a495ca44180163f1d93616fb88ecb0 (diff)
downloadrt.equinox.p2-2ad8e5839b4aeb571a440bb9522f49a8f4582847.tar.gz
rt.equinox.p2-2ad8e5839b4aeb571a440bb9522f49a8f4582847.tar.xz
rt.equinox.p2-2ad8e5839b4aeb571a440bb9522f49a8f4582847.zip
Bug 287558 - Adopt ECF support on NTLM2Support-for-ntlmv2
Second part of fix - now switching to JRE Http Client when NTLM detected by ECF.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
index 4cf5a1439..bb6edbcb4 100644
--- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
@@ -9,7 +9,8 @@ Require-Bundle: org.eclipse.equinox.common,
org.eclipse.ecf.filetransfer,
org.eclipse.ecf,
org.eclipse.equinox.p2.core,
- org.eclipse.equinox.registry;bundle-version="3.4.100"
+ org.eclipse.equinox.registry;bundle-version="3.4.100",
+ org.eclipse.ecf.provider.filetransfer;bundle-version="3.0.1"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1

Back to the top