Author: donaldp
Date: Sun Oct 7 00:24:34 2012
New Revision: 1395194
URL: http://svn.apache.org/viewvc?rev=1395194&view=rev
Log:
BUILDR-622 - Fix the documentation regarding the per-build configuration.
Reported By: Sebastiano Pilla
Modified:
buildr/trunk/doc/settings_profiles.textile
Modified: buildr/trunk/doc/settings_profiles.textile
URL:
http://svn.apache.org/viewvc/buildr/trunk/doc/settings_profiles.textile?rev=1395194&r1=1395193&r2=1395194&view=diff
==============================================================================
--- buildr/trunk/doc/settings_profiles.textile (original)
+++ buildr/trunk/doc/settings_profiles.textile Sun Oct 7 00:24:34 2012
@@ -166,7 +166,7 @@ Build settings can be retreived using th
h2(#variable). Non constant settings
-Before loading the Buildfile, Buildr will attempt to load two other files: the
@buildr.rb@ file in the @.buildr@ directory under your home directory, followed
by the @buildr.rb@ file it finds in the build directory.
+Before loading the Buildfile, Buildr will attempt to load two other files: the
@buildr.rb@ file in the @.buildr@ directory under your home directory, followed
by the @_buildr.rb@ (or @.buildr.rb@) file it finds in the build directory.
The loading order allows you to place global settings that affect all your
builds in your @buildr.rb@, but also over-ride those with settings for a given
project.