Browse Source

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

Commit 1324757 was actually meant to be made against trunk


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325806 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Vincent Hennebert 12 years ago
parent
commit
50b34f5849
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      jacoco.xml

+ 1
- 1
jacoco.xml View File

@@ -5,7 +5,7 @@
<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
<classpath location="${jacocoant.jar}"/>
</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">
<junit dir="${basedir}" haltonfailure="yes" fork="on" forkmode="once">
<sysproperty key="jawa.awt.headless" value="true"/>

Loading…
Cancel
Save