|
From: Bill B. <pat...@us...> - 2003-03-18 16:28:55
|
User: patriot1burke
Date: 03/03/18 08:28:46
Modified: . build.xml
Log:
cluster AOP remoting test
Revision Changes Path
1.227 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- build.xml 17 Mar 2003 02:20:11 -0000 1.226
+++ build.xml 18 Mar 2003 16:28:45 -0000 1.227
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.226 2003/03/17 02:20:11 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.227 2003/03/18 16:28:45 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -98,6 +98,7 @@
<path refid="jboss.common.classpath"/>
<path refid="jboss.blocks.classpath"/>
<path refid="jboss.remoting.classpath"/>
+ <path refid="jboss.cluster.classpath"/>
<pathelement path="${jboss.aop.lib}/jboss-aop.jar"/>
<pathelement path="${jboss.system.lib}/testsuite-support.jar"/>
<pathelement path="${jboss.naming.lib}/jnpserver.jar"/>
|