Cleanup ant build file

This commit is contained in:
Antonin Delpeuch 2017-08-03 11:29:56 +01:00
parent c6098c2b86
commit fff349439b

View File

@ -187,9 +187,6 @@
<xmlfileset file="${server.tests.dir}/conf/tests.xml"/>
</testng>
</jacoco:coverage>
<!-- </target>
<target name="server_coverage" depends="server_test"> -->
<jacoco:report>
<executiondata>
<file file="${server.tests.report.dir}/jacoco.exec"/>
@ -208,8 +205,6 @@
</jacoco:report>
</target>
<!-- ================================================================== -->
<target name="prepare_jar">