aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 23:24:38 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 23:24:38 +0000
commit35f6e9d8d347d74de70a37a9ca5472275461c306 (patch)
tree0e0385d746faa80a6e4b9104385e5e782c459b3c /build.xml
parentc32c8496f93911003c9b46ab91daf3a626f01ef5 (diff)
downloadxmlgraphics-fop-35f6e9d8d347d74de70a37a9ca5472275461c306.tar.gz
xmlgraphics-fop-35f6e9d8d347d74de70a37a9ca5472275461c306.zip
Oops! Removed duplicate 'if'
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ecd4d0f64..ffe2b1f12 100644
--- a/build.xml
+++ b/build.xml
@@ -753,7 +753,7 @@ list of possible build targets.
</junit>
</target>
- <target name="junit-layout-hyphenation" depends="hyphenation-present, junit-compile" if="junit.present" description="Runs FOP's JUnit hyphenation layout tests" if="hyphenation.present">
+ <target name="junit-layout-hyphenation" depends="hyphenation-present, junit-compile" description="Runs FOP's JUnit hyphenation layout tests" if="hyphenation.present, junit.present">
<echo message="Running hyphenation layout engine tests"/>
<mkdir dir="${build.dir}/test-reports/fop"/>
<junit haltonerror="no" fork="${junit.fork}" errorproperty="fop.junit.error" failureproperty="fop.junit.failure">