Sfoglia il codice sorgente

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 anni fa
parent
commit
d1c82a1d50
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      build.xml

+ 1
- 1
build.xml Vedi 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…
Annulla
Salva