Author: maartenc
Date: Tue Apr 1 14:42:47 2008
New Revision: 643599
URL: http://svn.apache.org/viewvc?rev=643599&view=rev
Log:
DOCUMENTATION: Broken link in documentation in Ivy files section, info element
page (IVY-788)
Modified:
ant/ivy/core/trunk/CHANGES.txt
ant/ivy/core/trunk/doc/ivyfile/info.html
Modified: ant/ivy/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=643599&r1=643598&r2=643599&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Tue Apr 1 14:42:47 2008
@@ -93,6 +93,7 @@
- FIX: SFTP should verify input parameter for hostname (IVY-734)
- FIX: Classpath issues with vfs ftp while being used as a bundle (IVY-785)
+- DOCUMENTATION: Broken link in documentation in Ivy files section, info
element page (IVY-788)
- DOCUMENTATION: Add new cache information to resolver doc (IVY-772) (thanks
to Carlton Brown)
2.0.0-beta2
Modified: ant/ivy/core/trunk/doc/ivyfile/info.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/ivyfile/info.html?rev=643599&r1=643598&r2=643599&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/ivyfile/info.html (original)
+++ ant/ivy/core/trunk/doc/ivyfile/info.html Tue Apr 1 14:42:47 2008
@@ -63,7 +63,7 @@
<td>0..n</td></tr>
<tr><td><a
href="../ivyfile/repository.html">repository</a></td><td>describes on which
public repositories this module can be found</td>
<td>0..n</td></tr>
- <tr><td><a href="../ivyfile.html">description</a></td><td>describes how to
use the module</td>
+ <tr><td><a
href="../ivyfile/description.html">description</a></td><td>describes how to use
the module</td>
<td>0..1</td></tr>
</tbody>
</table>