You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/07/23 22:25:26 UTC

svn commit: r679189 - /ant/ivy/core/trunk/doc/settings/include.html

Author: xavier
Date: Wed Jul 23 13:25:26 2008
New Revision: 679189

URL: http://svn.apache.org/viewvc?rev=679189&view=rev
Log:
add url attribute doc

Modified:
    ant/ivy/core/trunk/doc/settings/include.html

Modified: ant/ivy/core/trunk/doc/settings/include.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/settings/include.html?rev=679189&r1=679188&r2=679189&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/settings/include.html (original)
+++ ant/ivy/core/trunk/doc/settings/include.html Wed Jul 23 13:25:26 2008
@@ -37,8 +37,10 @@
     <tr><th class="ivy-att">Attribute</th><th class="ivy-att-desc">Description</th><th class="ivy-att-req">Required</th></tr>
 </thead>
 <tbody>
+    <tr><td>url</td><td>a URL to the ivysettings file to include</td>
+        <td>Yes, unless file is specified</td></tr>
     <tr><td>file</td><td>a path to the ivysettings file to include</td>
-        <td>Yes</td></tr>
+        <td>Yes, unless url is specified</td></tr>
 </tbody>
 </table>
 <h1>Examples</h1>