dlr 02/02/18 20:00:41
Modified: . build.xml
Log:
Jon Stevens <[EMAIL PROTECTED]> has a more efficient change for
"compile-tests" JUnit detection.
Revision Changes Path
1.10 +1 -1 xml-rpc/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-rpc/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- build.xml 19 Feb 2002 03:31:21 -0000 1.9
+++ build.xml 19 Feb 2002 04:00:41 -0000 1.10
@@ -213,7 +213,7 @@
<!-- ================================================================== -->
<target name="compile-tests"
- depends="prepare,check.junit,compile"
+ depends="init,check.junit,compile"
description="Compiles testing source code">
<mkdir dir="${build.test.dest}"/>