2006/unicorn .classpath,1.4.4.11,1.4.4.12

Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv12814

Modified Files:
      Tag: dev2
	.classpath 
Log Message:
Fixed  a bug with file upload (mimetype was not set in UploadRequest.doRequest)
Also use Apache escapers rather than custom one

Index: .classpath
===================================================================
RCS file: /sources/public/2006/unicorn/.classpath,v
retrieving revision 1.4.4.11
retrieving revision 1.4.4.12
diff -u -d -r1.4.4.11 -r1.4.4.12
--- .classpath	19 Aug 2009 18:46:28 -0000	1.4.4.11
+++ .classpath	27 Aug 2009 18:31:35 -0000	1.4.4.12
@@ -13,6 +13,10 @@
 		</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"/>
@@ -38,5 +42,10 @@
 	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmlpublic.jar"/>
 	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
 	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tasklist.jar"/>
+	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tmp/apache-mime4j-0.6.jar"/>
+	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tmp/commons-codec-1.3.jar"/>
+	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tmp/httpclient-4.0.jar"/>
+	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tmp/httpcore-4.0.1.jar"/>
+	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tmp/httpmime-4.0.jar"/>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>

Received on Thursday, 27 August 2009 18:31:47 UTC