Author: markt
Date: Mon Sep 17 15:38:27 2012
New Revision: 1386666
URL: http://svn.apache.org/viewvc?rev=1386666&view=rev
Log:
Add checkstyle
Modified:
tomcat/site/trunk/docs/tools.html
tomcat/site/trunk/xdocs/tools.xml
Modified: tomcat/site/trunk/docs/tools.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1386666&r1=1386665&r2=1386666&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tools.html (original)
+++ tomcat/site/trunk/docs/tools.html Mon Sep 17 15:38:27 2012
@@ -327,6 +327,18 @@ and a committer should be able to fix it
</tr>
+<tr>
+
+<td><a href="http://checkstyle.sourceforge.net/" rel="nofollow">
+ <img src="http://checkstyle.sourceforge.net/images/logo.png"></a></td>
+ <td>
+<p>Checkstyle is used by the Tomcat developers to maintain the Tomcat
+ coding standard.</p>
+
+</td>
+
+</tr>
+
</table>
</blockquote>
Modified: tomcat/site/trunk/xdocs/tools.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/tools.xml?rev=1386666&r1=1386665&r2=1386666&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/tools.xml (original)
+++ tomcat/site/trunk/xdocs/tools.xml Mon Sep 17 15:38:27 2012
@@ -55,6 +55,13 @@ and a committer should be able to fix it
errors.</p>
</td>
</tr>
+<tr>
+ <td><a href="http://checkstyle.sourceforge.net/" rel="nofollow">
+ <img src="http://checkstyle.sourceforge.net/images/logo.png"/></a></td>
+ <td><p>Checkstyle is used by the Tomcat developers to maintain the Tomcat
+ coding standard.</p>
+ </td>
+</tr>
</table>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]