Improve build scripts for code coverage.

This commit is contained in:
James Roseborough
2010-07-20 16:33:08 +00:00
parent b806a23bc3
commit b1b96e4e6c
2 changed files with 4 additions and 6 deletions

View File

@@ -50,7 +50,6 @@
<classpath refid="cobertura.classpath" />
<classpath refid="wtk-libs" />
<classpath path="lib/bcel-5.2.jar" />
<classpath path="lib/luaj-j2se-1.0.3.jar" />
<src path="src/core"/>
<src path="src/jme"/>
<src path="src/jse"/>
@@ -84,7 +83,6 @@
<classpath location="src/test/res" />
<classpath refid="cobertura.classpath" />
<classpath path="lib/bcel-5.2.jar" />
<classpath path="lib/luaj-j2se-1.0.3.jar" />
<formatter type="xml" />
<batchtest todir="${reports.xml.dir}">
<fileset dir="test/junit">