Author: donaldp
Date: Sat Oct 29 00:16:56 2011
New Revision: 1190704

URL: http://svn.apache.org/viewvc?rev=1190704&view=rev
Log:
Remove redundant language in Checkstyle documentation

Modified:
    buildr/trunk/doc/more_stuff.textile

Modified: buildr/trunk/doc/more_stuff.textile
URL: 
http://svn.apache.org/viewvc/buildr/trunk/doc/more_stuff.textile?rev=1190704&r1=1190703&r2=1190704&view=diff
==============================================================================
--- buildr/trunk/doc/more_stuff.textile (original)
+++ buildr/trunk/doc/more_stuff.textile Sat Oct 29 00:16:56 2011
@@ -810,7 +810,7 @@ $ buildr -rbuildr/java/cobertura cobertu
 
 h2(#checkstyle). Checkstyle
 
-Checkstyle is integrated into Buildr through an extension. The extension adds 
the "checkstyle:xml" task that generates an xml report listing checkstyle 
violations in xml format and may add a "checkstyle:html" task if an appropriate 
xsl is preset. A typical project that uses the extension may look something 
like;
+Checkstyle is integrated into Buildr through an extension. The extension adds 
the "checkstyle:xml" task that generates an xml report listing checkstyle 
violations and may add a "checkstyle:html" task if an appropriate xsl is 
preset. A typical project that uses the extension may look something like;
 
 {% highlight ruby %}
 require 'buildr/checkstyle'


Reply via email to