Author: kkolinko Date: Tue Jul 26 09:49:26 2011 New Revision: 1151046 URL: http://svn.apache.org/viewvc?rev=1151046&view=rev Log: Update to checkstyle 5.4
Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1151046&r1=1151045&r2=1151046&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Tue Jul 26 09:49:26 2011 @@ -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 Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1151046&r1=1151045&r2=1151046&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Jul 26 09:49:26 2011 @@ -168,7 +168,10 @@ 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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org