Browse Source

remove unneeeded <ivy:cachepath>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698549 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
de1b903431
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      check.xml

+ 0
- 2
check.xml View File

@@ -81,8 +81,6 @@
</target>

<target name="htmlreport" description="--> generates a html checkstyle report" depends="init-ivy">
<ivy:cachepath organisation="xalan" module="xalan" revision="2.7.0"
inline="true" conf="default" pathid="xalan.classpath" transitive="true"/>
<mkdir dir="${checkstyle.reportdir}"/>
<xslt in="${checkstyle.raw}" style="${stylesheet.html}"
out="${checkstyle.reportdir}/html/output.txt">


Loading…
Cancel
Save