[jboss-cvs] JBossAS SVN: r94061 - projects/jboss-jca/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 28 09:59:38 EDT 2009


Author: jesper.pedersen
Date: 2009-09-28 09:59:38 -0400 (Mon, 28 Sep 2009)
New Revision: 94061

Modified:
   projects/jboss-jca/trunk/build.xml
Log:
Fixed deployer tests for Cobertura

Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml	2009-09-28 13:04:06 UTC (rev 94060)
+++ projects/jboss-jca/trunk/build.xml	2009-09-28 13:59:38 UTC (rev 94061)
@@ -449,6 +449,7 @@
            timeout="${junit.timeout}">
       
       <jvmarg line="${junit.jvm.options}"/>
+      <sysproperty key="archives.dir" value="${build.dir}/deployers"/>
       <sysproperty key="test.dir" value="${test.dir}"/>
       <sysproperty key="net.sourceforge.cobertura.datafile" file="${reports.dir}/cobertura/cobertura.ser" />
 




More information about the jboss-cvs-commits mailing list