Author: boisvert
Date: Wed Sep 8 10:23:19 2010
New Revision: 994974
URL: http://svn.apache.org/viewvc?rev=994974&view=rev
Log:
Fix rdoc of classpath_variables
Modified:
buildr/trunk/lib/buildr/ide/eclipse.rb
Modified: buildr/trunk/lib/buildr/ide/eclipse.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/ide/eclipse.rb?rev=994974&r1=994973&r2=994974&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/ide/eclipse.rb (original)
+++ buildr/trunk/lib/buildr/ide/eclipse.rb Wed Sep 8 10:23:19 2010
@@ -32,7 +32,7 @@ module Buildr
end
# :call-seq:
- # classpath_variables { :VAR => '/path/to/location' }
+ # classpath_variables :VAR => '/path/to/location'
# Sets classpath variables to be used for library path substitution
# on the project.
#