summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorJan Matèrne <jhm@apache.org>2014-06-29 20:59:56 +0200
committerJan Matèrne <jhm@apache.org>2014-06-29 20:59:56 +0200
commit877b505fe89b2d1a0508244ac7c49e898ee250a1 (patch)
tree60028b69a19f2e916cc4848b70585d6aafa412fa /check.xml
parentaa21694b843e9ee674441ba986a0c8c3ffa9d21c (diff)
downloadant-877b505fe89b2d1a0508244ac7c49e898ee250a1.tar.gz
Creating the HTMLReport doesnt need Ivy
Diffstat (limited to 'check.xml')
-rw-r--r--check.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.xml b/check.xml
index 9fdf96396..ef1c8cbe5 100644
--- a/check.xml
+++ b/check.xml
@@ -105,7 +105,7 @@
</checkstyle>
</target>
- <target name="htmlreport" description="--> generates a html checkstyle report" depends="init-ivy">
+ <target name="htmlreport" description="--> generates a html checkstyle report">
<mkdir dir="${checkstyle.reportdir}"/>
<xslt in="${checkstyle.raw}" style="${stylesheet.html}"
out="${checkstyle.reportdir}/html/output.txt">