|
From: Adrian B. <ej...@us...> - 2004-03-10 10:01:19
|
User: ejort
Date: 04/03/10 01:35:36
Modified: . build.xml
Log:
Avoid the recompile before the aop standalone tests
Revision Changes Path
1.346 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- build.xml 10 Mar 2004 00:45:32 -0000 1.345
+++ build.xml 10 Mar 2004 09:35:35 -0000 1.346
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.345 2004/03/10 00:45:32 bwang00 Exp $ -->
+<!-- $Id: build.xml,v 1.346 2004/03/10 09:35:35 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -5394,7 +5394,7 @@
</junit>
</target>
- <target name="tests-standalone-aop-unit" depends="compile">
+ <target name="tests-standalone-aop-unit" depends="maybejars">
<!--
<antcall target="tests-treecacheaop-unit" inheritRefs="true"/>
-->
|