Browse Source

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
tags/fop-2_0
Vincent Hennebert 10 years ago
parent
commit
283a05db7d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml View File

@@ -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>

Loading…
Cancel
Save