comparison groovy-ant.xml @ 44:714576165aba

jacoco is now handled entirely by jacoco-ant.xml
author smith@nwoca.org
date Thu, 09 Jun 2011 10:35:27 -0400
parents ea29594bb799
children 5d200e63ba1a
comparison
equal deleted inserted replaced
43:c1619b87800e 44:714576165aba
69 <formatter type="brief" usefile="false"/> 69 <formatter type="brief" usefile="false"/>
70 <formatter type="xml"/> 70 <formatter type="xml"/>
71 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> 71 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
72 <jvmarg line="${run.jvmargs}"/> 72 <jvmarg line="${run.jvmargs}"/>
73 <jvmarg line="${jvm.agent}"/> 73 <jvmarg line="${jvm.agent}"/>
74 <jvmarg line="${jacoco.coverage.agent}"/>
75 </junit> 74 </junit>
76 </sequential> 75 </sequential>
77 </macrodef> 76 </macrodef>
78 </target> 77 </target>
79 78