diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2005-11-13 23:24:38 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2005-11-13 23:24:38 +0000 |
commit | 35f6e9d8d347d74de70a37a9ca5472275461c306 (patch) | |
tree | 0e0385d746faa80a6e4b9104385e5e782c459b3c /build.xml | |
parent | c32c8496f93911003c9b46ab91daf3a626f01ef5 (diff) | |
download | xmlgraphics-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.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" 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"> |