diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2005-11-13 23:18:27 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2005-11-13 23:18:27 +0000 |
commit | c32c8496f93911003c9b46ab91daf3a626f01ef5 (patch) | |
tree | 246e521afedafdf2325dabeb9e0b559775a439ed /build.xml | |
parent | 780bb00f88512926170bb15a313d339b38f1514d (diff) | |
download | xmlgraphics-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |