You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/08/29 06:52:38 UTC

svn commit: r990490 - /buildr/trunk/lib/buildr/groovy/compiler.rb

Author: boisvert
Date: Sun Aug 29 04:52:38 2010
New Revision: 990490

URL: http://svn.apache.org/viewvc?rev=990490&view=rev
Log:
Fix documentation bug

Modified:
    buildr/trunk/lib/buildr/groovy/compiler.rb

Modified: buildr/trunk/lib/buildr/groovy/compiler.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/groovy/compiler.rb?rev=990490&r1=990489&r2=990490&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/groovy/compiler.rb (original)
+++ buildr/trunk/lib/buildr/groovy/compiler.rb Sun Aug 29 04:52:38 2010
@@ -53,7 +53,7 @@ module Buildr::Groovy
     # The groovyc compiler jars are added to classpath at load time,
     # if you want to customize artifact versions, you must set them on the
     #
-    #      artifact_ns['Buildr::Compiler::Groovyc'].groovy = '1.7.1'
+    #      artifact_ns(Buildr::Groovy::Groovyc).groovy = '1.7.1'
     #
     # namespace before this file is required.
     REQUIRES = ArtifactNamespace.for(self) do |ns|