README.rdoc in ittayd-buildr-1.3.4 vs README.rdoc in ittayd-buildr-1.3.5

- old
+ new

@@ -1,12 +1,11 @@ = Buildr This is Buildr, the build system that doesn't suck. -http://incubator.apache.org/buildr/ +http://buildr.apache.org/ - == Get Started === Install Buildr Buildr needs Ruby 1.8 or later and RubyGems 0.9 or later. @@ -21,25 +20,25 @@ gem install buildr (Use sudo for Linux and OS X) More installation and setup instructions available online -http://incubator.apache.org/buildr/ +http://buildr.apache.org/ === RTFM -* Buildr documentation: http://incubator.apache.org/buildr/ +* Buildr documentation: http://buildr.apache.org/ * More about Rake: http://docs.rubyrake.org * Antwrap documentation: http://antwrap.rubyforge.org === Mailing list -Users: http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/ +Users: users-subscribe@buildr.apache.org http://buildr.markmail.org/search/list:users -Developers: http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/ +Developers: dev-subscribe@buildr.apache.org http://buildr.markmail.org/search/list:dev Create your own Buildfile and start living the life! == Where's My Ruby? @@ -95,18 +94,18 @@ == 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 @@ -131,16 +130,5 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - -== Disclaimer - -Apache Buildr is an effort undergoing incubation at The Apache Software -Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of -all newly accepted projects until a further review indicates that the -infrastructure, communications, and decision making process have stabilized in -a manner consistent with other successful ASF projects. While incubation status -is not necessarily a reflection of the completeness or stability of the code, -it does indicate that the project has yet to be fully endorsed by the ASF.