|
From: David J. <d_j...@us...> - 2003-06-16 02:01:44
|
User: d_jencks
Date: 03/06/15 19:01:44
Modified: . build.xml
Log:
Rewrite deployment system to deal with multiple deployment descriptors. Simplify ejb container code. MDB can implement any interface, not just jms MessageListener (deployment partially implemented). message delivery goes through jca 1.5 adapter. ASF is no longer used.
Revision Changes Path
1.272 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- build.xml 15 Jun 2003 23:57:20 -0000 1.271
+++ build.xml 16 Jun 2003 02:01:43 -0000 1.272
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.271 2003/06/15 23:57:20 andygodwin Exp $ -->
+<!-- $Id: build.xml,v 1.272 2003/06/16 02:01:43 d_jencks Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -145,7 +145,7 @@
<!--+=======================================+-->
<!-- Override JUnit defaults -->
- <property name="junit.timeout" value="180000"/> <!-- 3 minutes -->
+ <property name="junit.timeout" value="1800000"/> <!-- 3 minutes -->
<property name="junit.batchtest.todir" value="${build.reports}"/>
<!-- Configure defaults & build tools -->
|