aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2014-01-06 17:51:30 +0000
committerVincent Hennebert <vhennebert@apache.org>2014-01-06 17:51:30 +0000
commit283a05db7d72ecb7b53517023663e14f4f506061 (patch)
tree2c42a5adb0899cfbe63108ca959db2ed9df77e9d
parentca34fbb95f0ac45d187f1207fd058e79f47a6846 (diff)
downloadxmlgraphics-fop-283a05db7d72ecb7b53517023663e14f4f506061.tar.gz
xmlgraphics-fop-283a05db7d72ecb7b53517023663e14f4f506061.zip
Re-enabled Checkstyle in Gump, the issue should be sorted now
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1555946 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c41a07792..b730584f1 100644
--- a/build.xml
+++ b/build.xml
@@ -1504,7 +1504,7 @@ NOTE:
<!-- Special target for Gump -->
<!-- =================================================================== -->
<target name="gump" depends="package,transcoder-pkg"/>
- <target name="gump-test" depends="junit-all">
+ <target name="gump-test" depends="junit-all,checkstyle">
<fail>
<condition>
<or>