remm 02/04/15 02:42:03 Modified: . BUILDING.txt Log: - Update the document on how to build, mentioning JDK 1.3 instead of 1.2. Revision Changes Path 1.29 +3 -3 jakarta-tomcat-4.0/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- BUILDING.txt 1 Mar 2002 01:48:14 -0000 1.28 +++ BUILDING.txt 15 Apr 2002 09:42:03 -0000 1.29 @@ -1,4 +1,4 @@ -$Id: BUILDING.txt,v 1.28 2002/03/01 01:48:14 remm Exp $ +$Id: BUILDING.txt,v 1.29 2002/04/15 09:42:03 remm Exp $ Building The Tomcat 4.0 Servlet/JSP Container @@ -7,14 +7,14 @@ This subproject contains the source code Tomcat 4.0, a server that implements the Servlet 2.3 and JSP 1.2 Specifications from Java Software. In order to build a binary distribution version of the container from a source -distribution, you must have a Java Development Kit (JDK) for version 1.2 (or +distribution, you must have a Java Development Kit (JDK) for version 1.3 (or later) downloaded and installed (version 1.3.1 recommended), and do the following: (0) Download and Install a Java Development Kit -* Download a Java Development Kit (JDK) release (version 1.2 or later) from: +* Download a Java Development Kit (JDK) release (version 1.3 or later) from: http://java.sun.com/j2se/
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>