You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2008/09/24 14:54:09 UTC

svn commit: r698549 - /ant/core/trunk/check.xml

Author: jhm
Date: Wed Sep 24 05:54:09 2008
New Revision: 698549

URL: http://svn.apache.org/viewvc?rev=698549&view=rev
Log:
remove unneeeded <ivy:cachepath>

Modified:
    ant/core/trunk/check.xml

Modified: ant/core/trunk/check.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/check.xml?rev=698549&r1=698548&r2=698549&view=diff
==============================================================================
--- ant/core/trunk/check.xml (original)
+++ ant/core/trunk/check.xml Wed Sep 24 05:54:09 2008
@@ -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">