Ver código fonte

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 anos atrás
pai
commit
d1c82a1d50
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      build.xml

+ 1
- 1
build.xml Ver arquivo

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

Carregando…
Cancelar
Salvar