Author: markt Date: Sun May 22 19:10:29 2016 New Revision: 1745084 URL: http://svn.apache.org/viewvc?rev=1745084&view=rev Log: Update 8.0.x to latest cobertura
Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1745084&r1=1745083&r2=1745084&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/build.properties.default (original) +++ tomcat/tc8.0.x/trunk/build.properties.default Sun May 22 19:10:29 2016 @@ -236,11 +236,11 @@ dojo-js.loc=http://download.dojotoolkit. dojo-js.jar=${dojo-js.home}/dojo/dojo.js # ----- Cobertura code coverage tool ----- -cobertura.version=2.0.3 +cobertura.version=2.1.1 cobertura.home=${base.path}/cobertura-${cobertura.version} cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar cobertura.lib=${cobertura.home}/lib -cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.0.3-bin.tar.gz +cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.1.1-bin.tar.gz # ----- Findbugs ----- findbugs.version=3.0.1 Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1745084&r1=1745083&r2=1745084&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Sun May 22 19:10:29 2016 @@ -115,6 +115,10 @@ Update the internal fork of Commons File Upload to r1743698 (1.3.1 plus additional fixes). (markt) </update> + <update> + Update the option code coverage tool Cobertura to 2.1.1 so it is easier + to compare the change in lines of code between 8.0.x and 9.0.x. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org