diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-06-05 08:33:47 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-06-05 08:33:47 +0000 |
commit | f0959e63500ffe1d4e8786f1c9480ad0400131d4 (patch) | |
tree | 26f614eec97c52f4a70313fda4250521d5cd3723 /build.xml | |
parent | 56a347b2352eceb9fe362543cd6384feab2df3ec (diff) | |
download | xmlgraphics-fop-f0959e63500ffe1d4e8786f1c9480ad0400131d4.tar.gz xmlgraphics-fop-f0959e63500ffe1d4e8786f1c9480ad0400131d4.zip |
Oops, remove debug code.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@411714 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -736,7 +736,6 @@ list of possible build targets. <target name="junit-basic" depends="junit-compile" description="Runs FOP's JUnit basic tests" if="junit.present"> <echo message="Running basic functionality tests for fop.jar"/> - <echo message="${junit.haltonfailure}"/> <junit haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" errorproperty="fop.junit.error" failureproperty="fop.junit.failure"> <sysproperty key="basedir" value="${basedir}"/> <sysproperty key="jawa.awt.headless" value="true"/> |