Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 22928 invoked by uid 500); 15 Jun 2001 20:48:43 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 22914 invoked by uid 500); 15 Jun 2001 20:48:42 -0000 Delivered-To: apmail-jakarta-tomcat-4.0-cvs@apache.org Date: 15 Jun 2001 20:48:41 -0000 Message-ID: <20010615204841.22903.qmail@apache.org> From: amyroh@apache.org To: jakarta-tomcat-4.0-cvs@apache.org Subject: cvs commit: jakarta-tomcat-4.0 build.properties.sample amyroh 01/06/15 13:48:41 Modified: . build.properties.sample Log: Add fix to build with jdk1.2. Uses an extra property in the build.properties "using.jdk.1.3=true". Uncomment this to compile CGI using jdk 1.3. Submitted by John Reilly Revision Changes Path 1.5 +6 -1 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.properties.sample 2001/06/01 18:30:20 1.4 +++ build.properties.sample 2001/06/15 20:48:41 1.5 @@ -6,7 +6,7 @@ # to "build.properties" in the same directory that contains the top level # "build.xml" file. # -# $Id: build.properties.sample,v 1.4 2001/06/01 18:30:20 jon Exp $ +# $Id: build.properties.sample,v 1.5 2001/06/15 20:48:41 amyroh Exp $ # ----------------------------------------------------------------------------- # The path that is base for the rest of the paths in this file. @@ -52,3 +52,8 @@ # The directory containing your binary distribution of the Servlet 2.3 # and JSP 1.2 API classes servletapi.home=${base.path}/jakarta-servletapi-4/dist + +# This property should be uncommented if you are using JDK 1.3 +# If it is not defined, classes that depend on 1.3 APIs will not +# be compiled. +#using.jdk.1.3=true