[jboss-cvs] JBossAS SVN: r60570 - branches/Branch_AOP_1_5/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 15 12:54:10 EST 2007


Author: flavia.rainone at jboss.com
Date: 2007-02-15 12:54:10 -0500 (Thu, 15 Feb 2007)
New Revision: 60570

Modified:
   branches/Branch_AOP_1_5/aop/build.xml
Log:
Loadtime-test task was setting caller with wrong value

Modified: branches/Branch_AOP_1_5/aop/build.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/build.xml	2007-02-15 15:16:24 UTC (rev 60569)
+++ branches/Branch_AOP_1_5/aop/build.xml	2007-02-15 17:54:10 UTC (rev 60570)
@@ -757,7 +757,7 @@
    <target name="loadtime-test" depends="init">
       <antcall  target="_run-bootclasspath-test" inheritRefs="true">
          <param name="test" value="${test}"/>
-         <param name="caller" value="bootclasspath-classis"/>
+         <param name="caller" value="bootclasspath-tests"/>
       </antcall>
    </target>
 




More information about the jboss-cvs-commits mailing list