|
From: Adrian B. <ej...@us...> - 2003-07-06 20:01:52
|
User: ejort
Date: 03/07/06 13:01:51
Modified: . Tag: Branch_3_2 build.xml
Log:
Temporary fix for the 3.2 testsuite build
Revision Changes Path
No revision
No revision
1.165.2.78 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.77
retrieving revision 1.165.2.78
diff -u -r1.165.2.77 -r1.165.2.78
--- build.xml 28 Jun 2003 19:50:22 -0000 1.165.2.77
+++ build.xml 6 Jul 2003 20:01:51 -0000 1.165.2.78
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.77 2003/06/28 19:50:22 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.78 2003/07/06 20:01:51 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -292,7 +292,7 @@
<pathelement path="${jboss.cluster.lib}/jbossha-client.jar"/>
</path>
<path id="jboss.cluster-singleton.classpath">
- <pathelement path="${jboss.cluster.lib}/jbossha-singleton.jar"/>
+ <pathelement path="${jboss.cluster.lib}/jbossha.jar"/>
</path>
<!-- Transaction -->
|