]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Oops! Removed duplicate 'if'
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 13 Nov 2005 23:24:38 +0000 (23:24 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 13 Nov 2005 23:24:38 +0000 (23:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344002 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ecd4d0f644a21aa6ac179a14315342057beb0eb4..ffe2b1f123d7e503e2733e4d4f4278f47976d0f6 100644 (file)
--- 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">