summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/check.xml b/check.xml
index cb4a8a5c2..07c13b432 100755
--- a/check.xml
+++ b/check.xml
@@ -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">