From ec0528041806609f3bb8ade7fd353e4e8daf3f52 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 26 Jul 2011 09:49:26 +0000 Subject: [PATCH] Update to checkstyle 5.4 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1151046 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 2 +- webapps/docs/changelog.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 09c4b338a..389bb75e6 100644 --- a/build.properties.default +++ b/build.properties.default @@ -182,7 +182,7 @@ junit.jar=${junit.lib}/junit-4.8.2.jar junit.loc=http://cloud.github.com/downloads/KentBeck/junit/junit4.8.2.zip # ----- Checkstyle, version 5.1 or later ----- -checkstyle.version=5.3 +checkstyle.version=5.4 checkstyle.home=${base.path}/checkstyle-${checkstyle.version} checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle-${checkstyle.version}-bin.zip checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 7b17529bf..17b220cc2 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -168,7 +168,10 @@ updated ECJ jar. Patch provided by Ian Brandt. (markt) - Converted Tomcat unit tests to JUnit 4. (kkolinko) + Convert Tomcat unit tests to JUnit 4. (kkolinko) + + + Update optional CheckStyle library to 5.4. (kkolinko) -- 2.11.0