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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 11 11:25:38 EST 2007


Author: flavia.rainone at jboss.com
Date: 2007-01-11 11:25:34 -0500 (Thu, 11 Jan 2007)
New Revision: 59531

Modified:
   branches/Branch_AOP_1_5/aop/build.xml
Log:
Fixed build error on linux systems.

Modified: branches/Branch_AOP_1_5/aop/build.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/build.xml	2007-01-11 15:46:39 UTC (rev 59530)
+++ branches/Branch_AOP_1_5/aop/build.xml	2007-01-11 16:25:34 UTC (rev 59531)
@@ -1082,7 +1082,6 @@
       <junit printsummary="yes" fork="no" haltonfailure="no">
          <sysproperty key="jboss.aop.path" value="${jboss.aop.path}"/>
          <sysproperty key="jboss.aop.class.path" value="${jboss.aop.class.path}"/>
-         <jvmarg value="${jboss.aop.class.path}"/>
          <formatter type="plain" extension="-${caller}.txt"/>
          <formatter type="xml" extension="-${caller}.xml"/>
          <classpath>




More information about the jboss-cvs-commits mailing list