summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 454325d..ef3ec6a 100644
--- a/build.xml
+++ b/build.xml
@@ -64,12 +64,12 @@
<delete dir="${test.results}"/>
<mkdir dir="${test.results}"/>
<junit fork="false">
- <formatter type="plain"/>
+ <formatter type="xml"/>
<classpath>
<pathelement location="${JUNIT_JAR}"/>
<pathelement location="${jar}"/>
<pathelement location="${src.tests}"/>
- <path refid="classpath"/>
+ <path refid="classpath"/>
</classpath>
<batchtest fork="yes" todir="${test.results}">
<fileset dir="${src.tests}">