Author: vborja
Date: Thu Oct 23 10:04:39 2008
New Revision: 707416
URL: http://svn.apache.org/viewvc?rev=707416&view=rev
Log:
Fixed comment.
Modified:
incubator/buildr/trunk/lib/buildr/groovy/compiler.rb
Modified: incubator/buildr/trunk/lib/buildr/groovy/compiler.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/groovy/compiler.rb?rev=707416&r1=707415&r2=707416&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/groovy/compiler.rb (original)
+++ incubator/buildr/trunk/lib/buildr/groovy/compiler.rb Thu Oct 23 10:04:39
2008
@@ -19,7 +19,7 @@
# Groovyc compiler:
# compile.using(:groovyc)
#
- # You need to require 'buildr/java/groovyc' if you need to use this compiler.
+ # You need to require 'buildr/groovy/compiler' if you need to use this
compiler.
#
# Used by default if .groovy files are found in the src/main/groovy
directory (or src/test/groovy)
# and sets the target directory to target/classes (or target/test/classes).