|
From: Sacha L. <sla...@us...> - 2002-10-07 13:27:41
|
User: slaboure
Date: 02/10/07 06:27:39
Modified: . Tag: Branch_3_2 build.xml
Log:
Add build dependency
Revision Changes Path
No revision
No revision
1.165.2.11 +2 -3 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.10
retrieving revision 1.165.2.11
diff -u -r1.165.2.10 -r1.165.2.11
--- build.xml 5 Oct 2002 19:35:13 -0000 1.165.2.10
+++ build.xml 7 Oct 2002 13:27:38 -0000 1.165.2.11
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.10 2002/10/05 19:35:13 slaboure Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.11 2002/10/07 13:27:38 slaboure Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3408,8 +3408,7 @@
</junit>
</target>
- <!--target name="tests-clustering-unit" depends="maybejars"-->
- <target name="tests-clustering-unit" >
+ <target name="tests-clustering-unit" depends="maybejars">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
<junit dir="${module.output}"
|