Browse Source

Removed dependency on no longer existing setup-xml-schema target


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1324757 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1^2
Vincent Hennebert 12 years ago
parent
commit
55c1f8be3c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      jacoco.xml

+ 1
- 1
jacoco.xml View File

<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml"> <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
<classpath location="${jacocoant.jar}"/> <classpath location="${jacocoant.jar}"/>
</taskdef> </taskdef>
<target name="test-coverage" depends="junit-compile, setup-xml-schema">
<target name="test-coverage" depends="junit-compile">
<jacoco:coverage destfile="${jacoco.report.dir}/jacoco.exec"> <jacoco:coverage destfile="${jacoco.report.dir}/jacoco.exec">
<junit dir="${basedir}" haltonfailure="yes" fork="on" forkmode="once"> <junit dir="${basedir}" haltonfailure="yes" fork="on" forkmode="once">
<sysproperty key="jawa.awt.headless" value="true"/> <sysproperty key="jawa.awt.headless" value="true"/>

Loading…
Cancel
Save