sgala 01/09/20 06:49:57
Modified: build build.properties build.xml
Log:
Making changes for cactus tests. Patch from Sam Ruby
Revision Changes Path
1.2 +3 -3 jakarta-jetspeed/build/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.properties 2001/05/25 20:03:35 1.1
+++ build.properties 2001/09/20 13:49:57 1.2
@@ -3,9 +3,9 @@
# the command line when starting Ant with the -D switch
servlet.jar = lib/servlet_2_2.jar
-cactus-22.jar = build/lib/commons-cactus-22.jar
-cactus-23.jar = build/lib/commons-cactus-23.jar
-cactus.ant.jar = build/lib/commons-cactus-ant.jar
+cactus-22.jar = build/lib/cactus-22.jar
+cactus-23.jar = build/lib/cactus-23.jar
+cactus.ant.jar = build/lib/cactus-ant.jar
junit.jar=build/lib/junit.jar
# Servlet engine locations for the tests
1.104 +1 -1 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- build.xml 2001/09/08 15:02:56 1.103
+++ build.xml 2001/09/20 13:49:57 1.104
@@ -140,7 +140,7 @@
<echo message="junit.jar = ${junit.jar}"/>
<!-- Initialize custom Ant task needed for running the server tests -->
- <taskdef name="runservertests"
classname="org.apache.commons.cactus.ant.RunServerTestsTask">
+ <taskdef name="runservertests"
classname="org.apache.cactus.ant.RunServerTestsTask">
<classpath>
<pathelement location="${cactus.ant.jar}"/>
</classpath>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]