- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Sep 2009 16:43:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn In directory hutz:/tmp/cvs-serv8804 Modified Files: .classpath Log Message: Restored ClientHttpRequest as Apache's HttpClient was making the markup validator fail on file upload (in streaming mode) for not much added benefit. Same goes for EscapeXMLEntities. Not much benefit from using Apache's classes which need several dependencies Index: .classpath =================================================================== RCS file: /sources/public/2006/unicorn/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- .classpath 28 Aug 2009 12:39:54 -0000 1.6 +++ .classpath 3 Sep 2009 16:43:21 -0000 1.7 @@ -13,10 +13,6 @@ </attributes> </classpathentry> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xbean.jar"/> - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpcore-4.0.1.jar"/> - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpmime-4.0.jar"/> - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpclient-4.0.jar"/> - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/apache-mime4j-0.6.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsr173_1.0_api.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections-3.2.1.jar"/>
Received on Thursday, 3 September 2009 16:43:35 UTC