You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/10/20 22:53:27 UTC

svn commit: r706408 - /incubator/buildr/trunk/_buildr

Author: vborja
Date: Mon Oct 20 13:53:26 2008
New Revision: 706408

URL: http://svn.apache.org/viewvc?rev=706408&view=rev
Log:
Oops, the first line was a useful comment, added again.

Modified:
    incubator/buildr/trunk/_buildr

Modified: incubator/buildr/trunk/_buildr
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/_buildr?rev=706408&r1=706407&r2=706408&view=diff
==============================================================================
--- incubator/buildr/trunk/_buildr (original)
+++ incubator/buildr/trunk/_buildr Mon Oct 20 13:53:26 2008
@@ -14,6 +14,9 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
+
+# Run buildr from source, specifically for testing stuff without doing a rake install.
+
 require 'rubygems'
 $LOAD_PATH << File.join(File.dirname(__FILE__), 'lib') << File.join(File.dirname(__FILE__), 'addon')
 spec = Gem::Specification.load(File.join(File.dirname(__FILE__), 'buildr.gemspec'))