jtaylor 02/03/11 04:51:46
Modified: . build-test.xml
Log:
Changes to make the rttests run again. I'd mutter something like 'when you make
changes also test the tests', but I'm confident maven will solve all problems
of this sort shortly =]
Revision Changes Path
1.14 +2 -1 jakarta-turbine-3/build-test.xml
Index: build-test.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/build-test.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build-test.xml 4 Mar 2002 23:45:35 -0000 1.13
+++ build-test.xml 11 Mar 2002 12:51:46 -0000 1.14
@@ -18,6 +18,7 @@
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-util.jar}"/>
<pathelement location="${commons-io.jar}"/>
+ <pathelement location="${commons-lang.jar}"/>
<pathelement location="${fulcrum.jar}"/>
<pathelement location="${servlet.jar}"/>
<pathelement location="${stratum.jar}"/>
@@ -241,8 +242,8 @@
<copy file="${cactus.jar}" todir="${build.dir}/rttest/lib"/>
<copy file="${commons-beanutils.jar}" todir="${build.dir}/rttest/lib"/>
<copy file="${commons-collections.jar}" todir="${build.dir}/rttest/lib"/>
- <copy file="${commons-util.jar}" todir="${build.dir}/rttest/lib"/>
<copy file="${commons-io.jar}" todir="${build.dir}/rttest/lib"/>
+ <copy file="${commons-lang.jar}" todir="${build.dir}/rttest/lib"/>
<copy file="${dom4j.jar}" todir="${build.dir}/rttest/lib"/>
<copy file="${fulcrum.jar}" todir="${build.dir}/rttest/lib"/>
<copy file="${junit.jar}" todir="${build.dir}/rttest/lib"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>