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:27:50 UTC

svn commit: r627467 - /httpcomponents/httpcore/trunk/README.txt

Author: olegk
Date: Wed Feb 13 07:27:47 2008
New Revision: 627467

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

Modified:
    httpcomponents/httpcore/trunk/README.txt

Modified: httpcomponents/httpcore/trunk/README.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/README.txt?rev=627467&r1=627466&r2=627467&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/README.txt (original)
+++ httpcomponents/httpcore/trunk/README.txt Wed Feb 13 07:27:47 2008
@@ -2,6 +2,18 @@
 ==========================
 Welcome to the HttpCore component of the HttpComponents project.
 
+Building instructions
+---------------------
+For building from source instructions please refer to BUILDING.txt.
+
+Dependencies
+------------
+HttpCore main module requires Java 1.3 compatible runtime only.  
+
+HttpCore NIO module requires Java 5.0 compatible runtime and the main
+module of the same version.  
+
+
 Visit the project site at
    http://hc.apache.org/
 for more information.