rleland 2003/02/07 14:00:57
Modified: . build.properties.sample
Log:
Be polite and add comments to cactus.contextURL variable.
Revision Changes Path
1.27 +7 -2 jakarta-struts/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.properties.sample 7 Feb 2003 21:51:16 -0000 1.26
+++ build.properties.sample 7 Feb 2003 22:00:56 -0000 1.27
@@ -123,7 +123,6 @@
# Cactus home
cactus.home=${apache.home}/jakarta-cactus-12-1.3
cactus.lib=${cactus.home}/lib
-cactus.contextURL = http://localhost:8080/test
# Cactus jar for the Servlet API corresponding to the servlet.jar file
# selected above (either 2.2 or 2.3)
@@ -131,6 +130,12 @@
# Cactus Ant custom tasks jar
cactus.ant.jar = ${cactus.lib}/cactus-ant.jar
+
+# URL used to run tests for cactus, change to non standard port
+# if container is already running on that port.
+cactus.contextURL = http://localhost:8080/test
+
+
# Ant Optional Jars for Junit task
ant.optional.jar = ${apache.home}/jakarta-ant-1.5.1/lib/optional.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]