Update to checkstyle 5.4
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 26 Jul 2011 09:49:26 +0000 (09:49 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 26 Jul 2011 09:49:26 +0000 (09:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1151046 13f79535-47bb-0310-9956-ffa450edef68

build.properties.default
webapps/docs/changelog.xml

index 09c4b33..389bb75 100644 (file)
@@ -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
index 7b17529..17b220c 100644 (file)
         updated ECJ jar. Patch provided by Ian Brandt. (markt)
       </fix>
       <update>
-        Converted Tomcat unit tests to JUnit 4. (kkolinko)
+        Convert Tomcat unit tests to JUnit 4. (kkolinko)
+      </update>
+      <update>
+        Update optional CheckStyle library to 5.4. (kkolinko)
       </update>
     </changelog>
   </subsection>