Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Lindberg2009-08-26 21:15:09 +0000
committerHenrik Lindberg2009-08-26 21:15:09 +0000
commit600e890188a495ca44180163f1d93616fb88ecb0 (patch)
tree1fea25dde2fdb725816635c13ae10e05e5535234 /bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
parent3857e9aa964cc8fe33a211c97ac3649d8d6fb981 (diff)
downloadrt.equinox.p2-600e890188a495ca44180163f1d93616fb88ecb0.tar.gz
rt.equinox.p2-600e890188a495ca44180163f1d93616fb88ecb0.tar.xz
rt.equinox.p2-600e890188a495ca44180163f1d93616fb88ecb0.zip
Bug 287558 - Adopt ECF support on NTLM2 (part 1)
Added support for the new ECF status code 477 - after this checkin a new version of ECF that generates 477 status code can be used - work remains to actually switch http client when this occurs.
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.MF1
1 files changed, 1 insertions, 0 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 d55cba84f..4cf5a1439 100644
--- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
@@ -20,6 +20,7 @@ Import-Package: javax.xml.parsers,
org.eclipse.equinox.internal.p2.repository.helpers,
org.eclipse.equinox.internal.provisional.p2.core,
org.eclipse.equinox.security.storage,
+ org.eclipse.osgi.service.debug,
org.eclipse.osgi.util;version="1.1.0",
org.osgi.framework;version="1.4.0",
org.osgi.service.packageadmin;version="1.2.0",

Back to the top