summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorJan Materne <jhm@apache.org>2008-09-24 12:54:09 +0000
committerJan Materne <jhm@apache.org>2008-09-24 12:54:09 +0000
commitde1b9034317a615b2080e4b7f01392a07a15fe74 (patch)
treef326fa7ba3adb5c486bc7e36aacfa75a42127b46 /check.xml
parentfcd6eb260f574eaa5b3aababe3b7adadda0f7d2d (diff)
downloadant-de1b9034317a615b2080e4b7f01392a07a15fe74.tar.gz
remove unneeeded <ivy:cachepath>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'check.xml')
-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">