|
From: Jason D. <us...@us...> - 2002-10-06 03:28:45
|
User: user57
Date: 02/10/05 20:28:44
Modified: . build.xml
Log:
Revision Changes Path
1.182 +6 -5 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- build.xml 6 Oct 2002 00:54:31 -0000 1.181
+++ build.xml 6 Oct 2002 03:28:44 -0000 1.182
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.181 2002/10/06 00:54:31 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.182 2002/10/06 03:28:44 user57 Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -127,11 +127,7 @@
<!-- Override JUnit defaults -->
<property name="junit.timeout" value="1200000"/> <!-- 20 minutes -->
- <property name="jbosstest.iterationcount" value="10"/>
- <property name="jbosstest.threadcount" value="5"/>
- <property name="jbosstest.beancount" value="5"/>
<property name="junit.batchtest.todir" value="${build.reports}"/>
- <property name="junit.jvm.options" value="-Ddummy"/>
<!-- Configure defaults & build tools -->
<call target="configure-defaults"/>
@@ -141,6 +137,10 @@
<!--| Define module specific elements here. |-->
<!--+=======================================+-->
+ <property name="jbosstest.iterationcount" value="10"/>
+ <property name="jbosstest.threadcount" value="5"/>
+ <property name="jbosstest.beancount" value="5"/>
+
<!-- Classpath to build and run the tests -->
<path id="tests.classpath">
<pathelement path="${classpath}"/>
@@ -621,6 +621,7 @@
depends="compile">
<call target="_output:support"/>
+
<parallel>
<call target="_output:bank"/>
<call target="_output:bank-new"/>
|