|
From: Ivelin A. I. <iv...@us...> - 2003-07-06 21:55:15
|
User: ivelin
Date: 03/07/06 14:55:13
Modified: . Tag: Branch_3_2 build.xml
Log:
renamed dependency from singleton to cluster.all
because there are now more unit tests,
which are not just for the singleton.
Revision Changes Path
No revision
No revision
1.165.2.79 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.78
retrieving revision 1.165.2.79
diff -u -r1.165.2.78 -r1.165.2.79
--- build.xml 6 Jul 2003 20:01:51 -0000 1.165.2.78
+++ build.xml 6 Jul 2003 21:55:12 -0000 1.165.2.79
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.78 2003/07/06 20:01:51 ejort Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.79 2003/07/06 21:55:12 ivelin Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -291,7 +291,7 @@
<path id="jboss.cluster.classpath">
<pathelement path="${jboss.cluster.lib}/jbossha-client.jar"/>
</path>
- <path id="jboss.cluster-singleton.classpath">
+ <path id="jboss.cluster.all.classpath">
<pathelement path="${jboss.cluster.lib}/jbossha.jar"/>
</path>
@@ -345,7 +345,7 @@
<path refid="jboss.security.classpath"/>
<path refid="jboss.connector.classpath"/>
<path refid="jboss.cluster.classpath"/>
- <path refid="jboss.cluster-singleton.classpath"/>
+ <path refid="jboss.cluster.all.classpath"/>
<path refid="jboss.management.classpath"/>
<path refid="jboss.transaction.classpath"/>
<path refid="jboss.varia.classpath"/>
|