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