|
From: Bill B. <pat...@us...> - 2003-01-22 17:32:42
|
User: patriot1burke
Date: 03/01/22 09:32:41
Modified: . build.xml
Log:
Moved method hashing to its own static class in org.jboss.util.MethodHashing in the common
library.
Revision Changes Path
1.216 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- build.xml 21 Jan 2003 02:45:16 -0000 1.215
+++ build.xml 22 Jan 2003 17:32:39 -0000 1.216
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.215 2003/01/21 02:45:16 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.216 2003/01/22 17:32:39 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -4231,7 +4231,7 @@
| name in -Dtest=dirname in tests/dirname/test/**TestCase.class
-->
- <target name="test" depends="init" if="test"
+ <target name="test" depends="maybejars" if="test"
description="Execute a single test.">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.log}"/>
|