Browse Source

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 years ago
parent
commit
d1c82a1d50
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml View File

@@ -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…
Cancel
Save