|
From: Sacha L. <sla...@us...> - 2003-05-30 13:40:44
|
User: slaboure
Date: 03/05/30 06:40:41
Modified: . Tag: Branch_3_2 build.xml
Log:
Fix testsuite after singleton commit
Revision Changes Path
No revision
No revision
1.165.2.72 +5 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.71
retrieving revision 1.165.2.72
diff -u -r1.165.2.71 -r1.165.2.72
--- build.xml 30 May 2003 06:59:39 -0000 1.165.2.71
+++ build.xml 30 May 2003 13:40:38 -0000 1.165.2.72
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.71 2003/05/30 06:59:39 slaboure Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.72 2003/05/30 13:40:38 slaboure Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -289,9 +289,10 @@
<path id="jboss.cluster.classpath">
<pathelement path="${jboss.cluster.lib}/jbossha-client.jar"/>
</path>
- <path id="jboss.cluster-server.classpath">
- <pathelement path="${jboss.cluster.lib}/jbossha.jar"/>
+ <path id="jboss.cluster-singleton.classpath">
+ <pathelement path="${jboss.cluster.lib}/jbossha-singleton.jar"/>
</path>
+
<!-- Transaction -->
<property name="jboss.transaction.root" value="${project.root}/transaction/output"/>
<property name="jboss.transaction.lib" value="${jboss.transaction.root}/lib"/>
@@ -342,7 +343,7 @@
<path refid="jboss.security.classpath"/>
<path refid="jboss.connector.classpath"/>
<path refid="jboss.cluster.classpath"/>
- <path refid="jboss.cluster-server.classpath"/>
+ <path refid="jboss.cluster-singleton.classpath"/>
<path refid="jboss.management.classpath"/>
<path refid="jboss.transaction.classpath"/>
<path refid="jboss.varia.classpath"/>
|