Skip to content

Commit

Permalink
Download just a checkstyle-6.0-all.jar instead of the whole bin.zip t…
Browse files Browse the repository at this point in the history
…hat contains that file.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1638725 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Konstantin Kolinko committed Nov 12, 2014
1 parent 4924fac commit 61b3d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ objenesis.jar=${objenesis.home}/objenesis-${objenesis.version}.jar
# ----- Checkstyle, version 6.0 or later -----
checkstyle.version=6.0
checkstyle.home=${base.path}/checkstyle-${checkstyle.version}
checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle/${checkstyle.version}/checkstyle-${checkstyle.version}-bin.zip
checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle/${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar

# ----- JSON Libraries (for bayeux module) -----
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
description="Download components necessary to validate source"
if="${execute.validate}">

<antcall target="downloadzip">
<antcall target="downloadfile">
<param name="sourcefile" value="${checkstyle.loc}"/>
<param name="destfile" value="${checkstyle.jar}"/>
<param name="destdir" value="${base.path}"/>
Expand Down

0 comments on commit 61b3d8b

Please sign in to comment.