summaryrefslogtreecommitdiff
blob: d3446420f720024b3b0dc2508bff64f2f8529f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -Naur a/build.xml b/build.xml
--- a/build.xml	2014-02-18 23:32:25.440819710 +0100
+++ b/build.xml	2014-02-18 23:32:43.017053558 +0100
@@ -218,12 +218,6 @@
         </fileset>
       </batchtest>
     </junit>
-    <junitreport todir="${doc}/junit">
-      <fileset dir="${doc}/junit">
-        <include name="TEST-*.xml"/>
-      </fileset>
-      <report format="noframes" todir="${doc}/junit"/>
-    </junitreport>
   </target>
 
   <!-- ******************************************************************** -->