remove unneeded params

This commit is contained in:
freek 2018-11-26 00:27:50 +01:00
parent 1a411cc39c
commit 74e78f4a19
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
<logging> <logging>
<log type="tap" target="build/report.tap"/> <log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/> <log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-text" target="build/coverage.txt"/> <log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-clover" target="build/logs/clover.xml"/> <log type="coverage-clover" target="build/logs/clover.xml"/>
</logging> </logging>