aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 23:18:27 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 23:18:27 +0000
commitc32c8496f93911003c9b46ab91daf3a626f01ef5 (patch)
tree246e521afedafdf2325dabeb9e0b559775a439ed /build.xml
parent780bb00f88512926170bb15a313d339b38f1514d (diff)
downloadxmlgraphics-fop-c32c8496f93911003c9b46ab91daf3a626f01ef5.tar.gz
xmlgraphics-fop-c32c8496f93911003c9b46ab91daf3a626f01ef5.zip
Made junit-layout-hyphenation conditional
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344000 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 8773b845b..ecd4d0f64 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" description="Runs FOP's JUnit hyphenation layout tests" if="hyphenation.present">
+ <target name="junit-layout-hyphenation" depends="hyphenation-present, junit-compile" if="junit.present" description="Runs FOP's JUnit hyphenation layout tests" if="hyphenation.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">