Updated name of project and build location

This commit is contained in:
Alex Bilbie 2012-08-06 15:32:25 +01:00
parent 7705805568
commit a9e816f336

View File

@ -19,11 +19,11 @@
</blacklist>
</filters>
<logging>
<log type="coverage-html" target="build/coverage" title="Name of Project"
<log type="coverage-html" target="coverage" title="lncd/OAuth"
charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml"
<log type="coverage-clover" target="logs/clover.xml"/>
<log type="junit" target="logs/junit.xml"
logIncompleteSkipped="false"/>
</logging>
</phpunit>