Author: kkolinko
Date: Sun Nov 24 21:26:17 2013
New Revision: 1545079

URL: http://svn.apache.org/r1545079
Log:
Merged r1545078 from tomcat/trunk:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Correct typo, add note about licensing

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/BUILDING.txt

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1545078

Modified: tomcat/tc7.0.x/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/BUILDING.txt?rev=1545079&r1=1545078&r2=1545079&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/BUILDING.txt (original)
+++ tomcat/tc7.0.x/trunk/BUILDING.txt Sun Nov 24 21:26:17 2013
@@ -374,11 +374,15 @@ For example:
 
         junit.formatter.usefile=false
 
- 4. Optional support is provided for the Cobertura code ocverage tool. It can 
be
- enabled using the following property:
+ 4. Optional support is provided for the Cobertura code coverage tool. It
+ can be enabled using the following property:
 
         test.cobertura=true
 
+* NOTE: Cobertura is licensed under GPL v2 with parts of it being under
+  Apache License v1.1. See http://cobertura.sf.net for details. Using it
+  during Tomcat build is optional and is off by default.
+
 
 (8) Source code checks
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to