瀏覽代碼

remove deprecated style task

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547971 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94
Joerg Pietschmann 17 年之前
父節點
當前提交
d1c82a1d50
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 查看文件

@@ -1188,7 +1188,7 @@ NOTE:
</target>

<target name="checkstyle-html" depends="checkstyle-avail, checkstyle-check" if="checkstyle.noframes.xslt.available">
<style in="${build.dir}/checkstyle_report.xml" out="${build.dir}/checkstyle_report.html" style="${checkstyle.noframes.xslt}"/>
<xslt in="${build.dir}/checkstyle_report.xml" out="${build.dir}/checkstyle_report.html" style="${checkstyle.noframes.xslt}"/>
</target>

<target name="checkstyle" depends="checkstyle-avail, checkstyle-check, checkstyle-html" description="Runs Checkstyle for a code quality report"/>

Loading…
取消
儲存