|
From: Adrian B. <ej...@us...> - 2003-05-12 18:58:10
|
User: ejort
Date: 03/05/12 11:58:09
Modified: . build.xml
Log:
Convert the testsuite to use JBoss remoting rather than the RMIAdaptor
Revision Changes Path
1.259 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- build.xml 9 May 2003 20:49:14 -0000 1.258
+++ build.xml 12 May 2003 18:58:08 -0000 1.259
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.258 2003/05/09 20:49:14 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.259 2003/05/12 18:58:08 ejort Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -157,7 +157,7 @@
<property name="jbosstest.threadcount" value="5"/>
<property name="jbosstest.beancount" value="5"/>
- <property name="jbosstest.server.name" value="local"/>
+ <property name="jbosstest.server.name" value="localhost"/>
<property name="jbosstest.data.dir" value="${module.output}/data"/>
|