dlr 01/11/26 15:56:00
Modified: build testcases.xml
Log:
o Broke long line.
o Shorter notation for <classpath> element.
Revision Changes Path
1.26 +3 -4 jakarta-velocity/build/testcases.xml
Index: testcases.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -u -r1.25 -r1.26
--- testcases.xml 2001/11/26 23:39:48 1.25
+++ testcases.xml 2001/11/26 23:55:59 1.26
@@ -76,11 +76,10 @@
<target name="test-template">
<echo message="Running Template tests..."/>
- <java classname="${velocity.test.runner}" fork="yes"
failonerror="${testbed.failonerror}">
+ <java classname="${velocity.test.runner}" fork="yes"
+ failonerror="${testbed.failonerror}">
<arg value="org.apache.velocity.test.TemplateTestCase"/>
- <classpath>
- <path refid="classpath"/>
- </classpath>
+ <classpath refid="classpath"/>
</java>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>