Author: oglueck
Date: Thu Mar  3 00:44:53 2005
New Revision: 156023

URL: http://svn.apache.org/viewcvs?view=rev&rev=156023
Log:
Fixed: dependencies and JDK version

PR: 33815

Modified:
    jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml?view=diff&r1=156022&r2=156023
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml Thu Mar  3 
00:44:53 2005
@@ -21,12 +21,10 @@
 
     <section name="Getting Ready">
       <p>The first thing you need to do is get a copy of <em>HttpClient</em> 
and it's
-      dependencies.  Currently the only required dependency is
-      <a href="/commons/logging/">commons-logging</a>.  This tutorial was
-      written for <em>HttpClient</em> 2.0 and at a minimum requires 2.0 Alpha
-      2.  You will also need JDK 1.2.2 or above.</p>
+      <a href="dependencies.html">dependencies</a>. This tutorial was
+      written for <em>HttpClient</em> 3.0.  You will also need JDK 1.3 or 
above.</p>
 
-    <p>Once you've downloaded <em>HttpClient</em> and commons-logging you'll 
need to
+    <p>Once you've downloaded <em>HttpClient</em> and dependencies you will 
need to
       put them on your classpath.  There is also an optional dependency on JSSE
       which is required for HTTPS connections;  this is not required for this
       tutorial.</p>



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

Reply via email to