浏览代码

Enabled plain formatter to get Checkstyle warnings from Gump builds


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1553214 13f79535-47bb-0310-9956-ffa450edef68
pull/22/head
Vincent Hennebert 10 年前
父节点
当前提交
1b8fc02e9a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      build.xml

+ 1
- 0
build.xml 查看文件

@@ -1072,6 +1072,7 @@ NOTE:
<fileset dir="${src.dir}" includes="**/*.java"/>
<fileset dir="${test.dir}" includes="**/*.java"/>
<formatter type="xml" toFile="${build.dir}/report_checkstyle.xml"/>
<formatter type="plain"/>
</checkstyle>
</target>
<!-- =================================================================== -->

正在加载...
取消
保存