Author: olegk
Date: Sun Jun 11 06:46:49 2006
New Revision: 413446

URL: http://svn.apache.org/viewvc?rev=413446&view=rev
Log:
Included a description where to put the jar files for building and testing

Contributed by Sebastian Bazley <sebb at apache.org>

Modified:
    jakarta/commons/proper/httpclient/trunk/DEPENDENCIES.txt

Modified: jakarta/commons/proper/httpclient/trunk/DEPENDENCIES.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/DEPENDENCIES.txt?rev=413446&r1=413445&r2=413446&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/DEPENDENCIES.txt (original)
+++ jakarta/commons/proper/httpclient/trunk/DEPENDENCIES.txt Sun Jun 11 
06:46:49 2006
@@ -5,4 +5,15 @@
 * JCE 1.2.2 when running in JRE < 1.4 (optional)
 * Commons Logging 1.0.0 or above 
 * Commons Codec 1.2.0 or above
+* junit (unit testing only)
 
+For building httpclient:
+-----------------------
+Create the lib directory if necessary, and add the following to the lib 
directory:
+* commons-codec.jar
+* commons-logging.jar
+
+For testing httpclient:
+----------------------
+Create the lib directory if necessary, and add the following to the lib 
directory:
+* junit.jar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to