Author: jhm
Date: Tue May 6 10:06:48 2014
New Revision: 1592699
URL: http://svn.apache.org/r1592699
Log:
Update Checkstyle, so the Ivy-Check build job could run.
https://builds.apache.org/view/A-D/view/Ant/job/Ivy-check
Modified:
ant/ivy/core/trunk/build.xml
Modified: ant/ivy/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=1592699&r1=1592698&r2=1592699&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Tue May 6 10:06:48 2014
@@ -559,7 +559,7 @@
<!-- Checks Ivy codebase according to
${checkstyle.src.dir}/checkstyle-config -->
<target name="checkstyle-internal" depends="jar">
- <ivy:cachepath organisation="checkstyle" module="checkstyle"
revision="4.3"
+ <ivy:cachepath organisation="checkstyle" module="checkstyle"
revision="5.0"
inline="true" conf="default" pathid="checkstyle.classpath"
transitive="true"
log="download-only"/>
<taskdef resource="checkstyletask.properties"
classpathref="checkstyle.classpath" />