You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2011/10/29 02:16:08 UTC

svn commit: r1190702 - /buildr/trunk/doc/more_stuff.textile

Author: donaldp
Date: Sat Oct 29 00:16:08 2011
New Revision: 1190702

URL: http://svn.apache.org/viewvc?rev=1190702&view=rev
Log:
Update JavaNCSS documentation to refer to JavaNCSS as extesion name

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=1190702&r1=1190701&r2=1190702&view=diff
==============================================================================
--- buildr/trunk/doc/more_stuff.textile (original)
+++ buildr/trunk/doc/more_stuff.textile Sat Oct 29 00:16:08 2011
@@ -835,7 +835,7 @@ If the xsl file named "checkstyle-report
 
 h2(#javancss). JavaNCSS
 
-Checkstyle is integrated into Buildr through an extension. The extension adds the "javancss:xml" task that generates an xml report and may add a "javancss:html" task if an appropriate xsl is preset. A typical project that uses the extension may look something like;
+JavaNCSS is integrated into Buildr through an extension. The extension adds the "javancss:xml" task that generates an xml report and may add a "javancss:html" task if an appropriate xsl is preset. A typical project that uses the extension may look something like;
 
 {% highlight ruby %}
 require 'buildr/javancss'