aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 22:46:32 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 22:46:32 +0000
commit780bb00f88512926170bb15a313d339b38f1514d (patch)
tree7ee2a75acc868dc28c26e59665bfddcf8a25fc77 /build.xml
parent999f7ccfefeaa9a1dcc9015b5550c53709fde1ca (diff)
downloadxmlgraphics-fop-780bb00f88512926170bb15a313d339b38f1514d.tar.gz
xmlgraphics-fop-780bb00f88512926170bb15a313d339b38f1514d.zip
Made junit-layout-standard conditional
Submitted by: Nils Meier <nmeier.at.users.sourceforge.net> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@343994 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 c12c79375..8773b845b 100644
--- a/build.xml
+++ b/build.xml
@@ -732,7 +732,7 @@ list of possible build targets.
<echo message="${hyphenation.message}"/>
</target>
- <target name="junit-layout-standard" depends="junit-compile" description="Runs FOP's standard JUnit layout tests">
+ <target name="junit-layout-standard" depends="junit-compile" if="junit.present" description="Runs FOP's standard JUnit layout tests">
<echo message="Running standard layout engine tests"/>
<mkdir dir="${build.dir}/test-reports/fop"/>
<junit haltonerror="no" fork="${junit.fork}" errorproperty="fop.junit.error" failureproperty="fop.junit.failure">