README.rdoc in djspiewak-buildr-1.3.4 vs README.rdoc in djspiewak-buildr-1.3.4.1
- old
+ new
@@ -2,11 +2,10 @@
This is Buildr, the build system that doesn't suck.
http://buildr.apache.org/
-
== Get Started
=== Install Buildr
Buildr needs Ruby 1.8 or later and RubyGems 0.9 or later.
@@ -33,13 +32,13 @@
* Antwrap documentation: http://antwrap.rubyforge.org
=== Mailing list
-Users: http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/
+Users: http://mail-archives.apache.org/mod_mbox/buildr-users/
-Developers: http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/
+Developers: http://mail-archives.apache.org/mod_mbox/buildr-dev/
Create your own Buildfile and start living the life!
== Where's My Ruby?
@@ -95,17 +94,17 @@
== Living On the Edge
You can check the latest sources from SVN:
- svn co http://svn.apache.org/repos/asf/incubator/buildr/trunk
+ svn co http://svn.apache.org/repos/asf/buildr/trunk
Or browse the SVN repository online:
-http://svn.apache.org/repos/asf/incubator/buildr
+http://svn.apache.org/repos/asf/buildr
-If you prefer Git, a Git fork is available from http://github.com/vic/buildr/tree/master:
+If you prefer Git, a Git fork is available from http://github.com/buildr/buildr/tree/master:
- git clone git://github.com/vic/buildr.git
+ git clone git://github.com/buildr/buildr.git
To install Buildr locally from source:
cd buildr
rake install