|
From: Ben W. <bw...@us...> - 2004-03-06 08:21:29
|
User: bwang00
Date: 04/03/05 23:58:45
Modified: . build.xml
Log:
Fixed typo in tests-baseaop-unit for Bill's aop
Revision Changes Path
1.341 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -r1.340 -r1.341
--- build.xml 27 Feb 2004 23:58:57 -0000 1.340
+++ build.xml 6 Mar 2004 07:58:43 -0000 1.341
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.340 2004/02/27 23:58:57 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.341 2004/03/06 07:58:43 bwang00 Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -5435,7 +5435,7 @@
</junit>
</target>
- <target name="test-baseaop-unit" depends="init">
+ <target name="tests-baseaop-unit" depends="init">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
<junit dir="${module.output}"
|