|
From: Ben W. <bw...@us...> - 2003-12-12 05:16:19
|
User: bwang00
Date: 03/12/11 21:16:18
Modified: . Tag: Branch_3_2 build.xml
Log:
back ported cache test cases
Revision Changes Path
No revision
No revision
1.165.2.124 +3 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.123
retrieving revision 1.165.2.124
diff -u -r1.165.2.123 -r1.165.2.124
--- build.xml 28 Nov 2003 15:18:27 -0000 1.165.2.123
+++ build.xml 12 Dec 2003 05:16:17 -0000 1.165.2.124
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.123 2003/11/28 15:18:27 cazzius Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.124 2003/12/12 05:16:17 bwang00 Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -95,6 +95,7 @@
<path refid="oswego.concurrent.classpath"/>
<path refid="jacorb.jacorb.classpath"/>
<path refid="junit.junit.classpath"/>
+ <path refid="jgroups.jgroups.classpath"/>
<path refid="junitejb.junitejb.classpath"/>
<!-- needed for JBossMQ selector tests -->
@@ -137,6 +138,7 @@
<path refid="jboss.transaction.classpath"/>
<path refid="jboss.varia.classpath"/>
<path refid="jboss.jbossnet.classpath" />
+ <path refid="jboss.cache.classpath" />
</path>
<!-- ===== -->
|