Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 19 May 2020 14:42:01 +0200
Description: Use Debian packaged Java libs
Forwarded: not-needed

--- a/src/ant/defs.xml
+++ b/src/ant/defs.xml
@@ -122,12 +122,14 @@
  xmlns:jacoco="antlib:org.jacoco.ant"
  to the <project> element in the file where this file is included.
  -->
+<!-- jacoco is not packaged for Debianso we can not run this test
 <property name="jacoco.dir" location="jacoco_reports"/>
 <property name="jacoco.binary" location="${jacoco.dir}/jacoco.exec"/>
 
 <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
     <classpath path="${public.dir}/lib/test/jacocoant.jar"/>
 </taskdef>
+-->
 
 <!-- Unfortunately can't invoke a macro from inside <jacoco:coverage>, so testng invocation is duplicated -->
 <target name="coverage" depends="compile-tests">
@@ -169,5 +171,7 @@
 </jacoco:report>
 </target>
 
+<!-- jacoco is not packaged for Debianso we can not run this test
 <target name="coverage-and-report" depends="coverage, coverage-report"
         description="Run unit test suite with coverage and generate report"/>
+-->
