You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2009/07/02 23:47:45 UTC

svn commit: r790744 - in /ant/ivy/core/trunk: CHANGES.txt doc/install.html

Author: maartenc
Date: Thu Jul  2 21:47:44 2009
New Revision: 790744

URL: http://svn.apache.org/viewvc?rev=790744&view=rev
Log:
DOCUMENTATION: wrong url in installation.html (IVY-1054)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    ant/ivy/core/trunk/doc/install.html

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=790744&r1=790743&r2=790744&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Thu Jul  2 21:47:44 2009
@@ -93,6 +93,7 @@
 - DOCUMENTATION: not all attributes of publish task are documented (IVY-963) (thanks to Jon Schneider)
 - DOCUMENTATION: missing documentation for the 'Version Pattern Matcher' (IVY-871) (thanks to Jon Schneider)
 - DOCUMENTATION: added missing documentation for the 'keep' attribute on the (post)resolve Ant tasks (IVY-1091)
+- DOCUMENTATION: wrong url in installation.html (IVY-1054)
 
 - NEW: configuration intersections (IVY-1093)
 - NEW: configuration groups (IVY-1097)

Modified: ant/ivy/core/trunk/doc/install.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/install.html?rev=790744&r1=790743&r2=790744&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/install.html (original)
+++ ant/ivy/core/trunk/doc/install.html Thu Jul  2 21:47:44 2009
@@ -52,7 +52,7 @@
 <h1>Automatically</h1>
 If you want to use Ivy only in your ant build scripts, and have an internet connection when you build, you can download Ivy from this site and use the downloaded version automatically, using this simple build snippet:
 <code type="xml">
-    <property name="ivy.install.version" value="2.1.0" />
+    <property name="ivy.install.version" value="2.1.0-rc2" />
     <condition property="ivy.home" value="${env.IVY_HOME}">
       <isset property="env.IVY_HOME" />
     </condition>