You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jspeex/files/jspeex-0.9.7-remove-junit-r...

17 lines
530 B

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>
<!-- ******************************************************************** -->