README.txt in klaas1979-ivy4r-0.1.0 vs README.txt in klaas1979-ivy4r-0.2.0

- old
+ new

@@ -1,14 +1,19 @@ = ivy4r * http://github.com/klaas1979/ivy4r/tree/master +* http://ivy4r.rubyforge.org/ == DESCRIPTION: -Apache Ivy dependency manager wrapper for ruby (see http://ant.apache.org/ivy/index.html for more information).Use Ivy via a ruby wrapper without the need to use Apache Ant. -The wrapper uses Antwrap (see http://antwrap.rubyforge.org/) to interface with Ivy. +Apache Ivy dependency manager wrapper for ruby (see {Apache Ivy}[http://ant.apache.org/ivy/index.html] for more information). +Use {Apache Ivy}[http://ant.apache.org/ivy/index.html] via a ruby wrapper without the need to use Apache Ant. +The wrapper uses Antwrap[http://antwrap.rubyforge.org/] to interface with Ivy. +Includes a Extension for Buildr[http://buildr.apache.org/] to use {Apache Ivy}[http://ant.apache.org/ivy/index.html] +for dependency management. + == FEATURES/PROBLEMS: Supports most standard Ivy Ant targets via Antwrap. === Supported Ivy targets: @@ -44,22 +49,18 @@ * var == SYNOPSIS: To init a new Ivy4r instance set the ANT_HOME and the Ivy lib dir - <tt> ivy4r = Ivy4r.new ivy4r.ant_home = 'PATH TO YOUR ANTHME' ivy4r.lib_dir = 'PATH TO IVY LIB DIR' - </tt> as an alternative to setting the ANT_HOME you can set an +Antwrap+ instance directly: - <tt> ivy4r.ant = Buildr.ant('ivy') - </tt> == REQUIREMENTS: -* Installed Apache Ant, to call Ivy via Antwrap. +* Installed Apache Ant, to call Ivy via Antwrap * Ivy and dependencies in a single directory. Dependencies depends on used features, see the ivy homepage for more information. == INSTALL: * sudo gem install ivy4r