aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-06-05 08:33:47 +0000
committerJeremias Maerki <jeremias@apache.org>2006-06-05 08:33:47 +0000
commitf0959e63500ffe1d4e8786f1c9480ad0400131d4 (patch)
tree26f614eec97c52f4a70313fda4250521d5cd3723 /build.xml
parent56a347b2352eceb9fe362543cd6384feab2df3ec (diff)
downloadxmlgraphics-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.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6a52bafaf..1f8475986 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>