rleland 2002/10/14 11:09:10
Modified: . build.properties.sample
Log:
Use cactus Servlet 1.2 tests by default.
Revision Changes Path
1.15 +4 -4 jakarta-struts/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.properties.sample 10 Oct 2002 17:03:19 -0000 1.14
+++ build.properties.sample 14 Oct 2002 18:09:09 -0000 1.15
@@ -83,7 +83,7 @@
# The JAR file containing the Servlet API classes to compile against (either
# version 2.2 or 2.3)
-servlet.jar=${apache.home}/jakarta-tomcat-3.2.3/lib/servlet.jar
+servlet.jar=${apache.home}/jakarta-servletapi/lib/servlet.jar
# The directory containing your binary distribution of Tomcat 3.2, from CVS
# module "jakarta-tomcat" (and branch "TOMCAT_32") at jakarta.apache.org.
@@ -106,7 +106,7 @@
# -----------------------------------------
# Cactus home
-cactus.home=${apache.home}/jakarta-cactus-13-1.3
+cactus.home=${apache.home}/jakarta-cactus-12-1.3
cactus.lib=${cactus.home}/lib
# Cactus jar for the Servlet API corresponding to the servlet.jar file
@@ -133,5 +133,5 @@
# comment it's home property. For example, if you don't want to run the
# tests on Tomcat 4.0, comment the "tomcat.home.40" property.
-tomcat.home.32 = ${apache.home}/jakarta-tomcat-3.2.3
+tomcat.home.32 = ${apache.home}/jakarta-tomcat-3.2.4
tomcat.home.40 = ${apache.home}/jakarta-tomcat-4.0.6
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>