Browse Source

Oops, remove debug code.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@411714 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_93
Jeremias Maerki 18 years ago
parent
commit
f0959e6350
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      build.xml

+ 0
- 1
build.xml View File

@@ -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"/>

Loading…
Cancel
Save