You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/22 14:06:38 UTC

svn commit: r1641059 - /tomcat/trunk/webapps/docs/building.xml

Author: kkolinko
Date: Sat Nov 22 13:06:37 2014
New Revision: 1641059

URL: http://svn.apache.org/r1641059
Log:
Correct versions of Ant and Java to align with BUILDING.txt

Modified:
    tomcat/trunk/webapps/docs/building.xml

Modified: tomcat/trunk/webapps/docs/building.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/building.xml?rev=1641059&r1=1641058&r2=1641059&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/building.xml (original)
+++ tomcat/trunk/webapps/docs/building.xml Sat Nov 22 13:06:37 2014
@@ -43,10 +43,10 @@ The following is a quick step by step gu
 
 </section>
 
-<section name="Download a Java Development Kit (JDK) version 7">
+<section name="Download a Java Development Kit (JDK) version 8">
 
 <p>
-Building Apache Tomcat requires a JDK (version 7) to be installed. You can download one from<br />
+Building Apache Tomcat requires a JDK (version 8) to be installed. You can download one from<br />
 <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a><br/>
 <a href="http://openjdk.java.net/install/index.html">http://openjdk.java.net/install/index.html</a><br/>
 or another JDK vendor.
@@ -59,17 +59,17 @@ directory into which you installed the J
 
 </section>
 
-<section name="Install Apache Ant 1.8.1 or later">
+<section name="Install Apache Ant 1.9.3 or later">
 
 <p>
-Download a binary distribution of Ant 1.8.1 or later from
+Download a binary distribution of Ant 1.9.3 or later from
 <a href="http://ant.apache.org/bindownload.cgi">here</a>.
 </p>
 
 <p>
 Unpack the binary distribution into a convenient location so that the
 Ant release resides in its own directory (conventionally named
-<code>apache-ant-1.8.x</code>).  For the remainder of this guide,
+<code>apache-ant-1.9.x</code>).  For the remainder of this guide,
 the symbolic name <code>${ant.home}</code> is used to refer to the full pathname of
  the Ant installation directory directory.
 </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org