|
From: Thomas D. <tdi...@us...> - 2004-12-17 10:41:31
|
User: tdiesler
Date: 04/12/17 02:41:23
Modified: . Tag: Branch_3_2 build.xml
Log:
Remove dependency of one-test on maybejars
Revision Changes Path
No revision
No revision
1.165.2.174 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.173
retrieving revision 1.165.2.174
diff -u -r1.165.2.173 -r1.165.2.174
--- build.xml 2 Dec 2004 10:52:14 -0000 1.165.2.173
+++ build.xml 17 Dec 2004 10:41:21 -0000 1.165.2.174
@@ -1639,7 +1639,7 @@
| of the unit test using the test property, -Dtest=org.jboss.test....
| Here you specify the testcase class, not the directory
-->
- <target name="one-test" depends="maybejars" if="test"
+ <target name="one-test" if="test"
description="Execute a single test.">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
|