You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/02/13 16:28:29 UTC

svn commit: r627469 - in /httpcomponents/httpclient/trunk: BUILDING.txt README.txt

Author: olegk
Date: Wed Feb 13 07:28:26 2008
New Revision: 627469

URL: http://svn.apache.org/viewvc?rev=627469&view=rev
Log:
Added dependencies section to the README file

Modified:
    httpcomponents/httpclient/trunk/BUILDING.txt
    httpcomponents/httpclient/trunk/README.txt

Modified: httpcomponents/httpclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/BUILDING.txt?rev=627469&r1=627468&r2=627469&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpclient/trunk/BUILDING.txt Wed Feb 13 07:28:26 2008
@@ -4,7 +4,8 @@
 (1) Requisites
 --------------
 HttpClient utilizes Maven 2 as a distribution management and packaging tool. Version 2.0.7 or above 
-is recommended. Maven 2 requires JDK 1.4 or above in order to execute. 
+is recommended. Maven 2 requires JDK 1.4 or above in order to execute. However, JDK 1.5 or above is
+required in order to compile HttpClient.
 
 Maven installation and configuration instructions can be found here:
 
@@ -28,4 +29,3 @@
 module-httpmime/target/httpmime-<VERSION>.jar
 
 where <VERSION> is the release version
-

Modified: httpcomponents/httpclient/trunk/README.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/README.txt?rev=627469&r1=627468&r2=627469&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/README.txt (original)
+++ httpcomponents/httpclient/trunk/README.txt Wed Feb 13 07:28:26 2008
@@ -2,7 +2,35 @@
 ============================
 Welcome to the HttpClient component of the HttpComponents project.
 
+Building instructions
+---------------------
+For building from source instructions please refer to BUILDING.txt.
+
+Dependencies
+------------
+HttpClient main module requires Java 5.0 compatible runtime and 
+depends on the following external libraries:  
+
+* Apache HttpComponents HttpCore 4.0-beta1 or newer API compatible 
+  version
+* Apache Commons Logging 1.0.3 or newer API compatible version
+* Apache Commons Codec 1.3 or newer API compatible version
+
+HttpMime module is optional and requires Java 5.0 compatible runtime
+and depends on the following external libraries:  
+
+* Apache HttpComponents HttpCore 4.0-beta1 or newer API compatible 
+  version
+* Apache mime4j 0.3 or newer API compatible version
+* Apache Commons Logging 1.0.3 or newer API compatible version
+* Apache Commons IO 1.2 or newer API compatible version
+* Apache Log4j 1.2.14 or newer API compatible version
+  (The runtime dependency on Log4j will be removed with the next 
+  release of Apache mime4j)
+
+
 Visit the project site at
    http://hc.apache.org/
 for more information.
+