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 2008/09/23 23:25:17 UTC

svn commit: r698357 - in /ant/ivy/core/branches/2.0.x/doc: settings.html settings/settings.html

Author: maartenc
Date: Tue Sep 23 14:25:16 2008
New Revision: 698357

URL: http://svn.apache.org/viewvc?rev=698357&view=rev
Log:
Merged documentation changes from trunk into 2.0.x branch

Modified:
    ant/ivy/core/branches/2.0.x/doc/settings.html
    ant/ivy/core/branches/2.0.x/doc/settings/settings.html

Modified: ant/ivy/core/branches/2.0.x/doc/settings.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/doc/settings.html?rev=698357&r1=698356&r2=698357&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/doc/settings.html (original)
+++ ant/ivy/core/branches/2.0.x/doc/settings.html Tue Sep 23 14:25:16 2008
@@ -68,7 +68,7 @@
 ivysettings
     <a href="settings/property.html">property</a>
     <a href="settings/properties.html">properties</a>
-    <a href="settings/conf.html">settings</a>
+    <a href="settings/settings.html">settings</a>
     <a href="settings/include.html">include</a>
     <a href="settings/classpath.html">classpath</a>
     <a href="settings/typedef.html">typedef</a>
@@ -115,7 +115,7 @@
         <td>0..n</td></tr>
     <tr><td><a href="settings/properties.html">properties</a></td><td>loads a properties file as ivy variables</td>
         <td>0..n</td></tr>
-    <tr><td><a href="settings/conf.html">settings</a></td><td>configures ivy with some defaults</td>
+    <tr><td><a href="settings/settings.html">settings</a></td><td>configures ivy with some defaults</td>
         <td>0..1</td></tr>
     <tr><td><a href="settings/include.html">include</a></td><td>includes another settings file</td>
         <td>0..n</td></tr>

Modified: ant/ivy/core/branches/2.0.x/doc/settings/settings.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/doc/settings/settings.html?rev=698357&r1=698356&r2=698357&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/doc/settings/settings.html (original)
+++ ant/ivy/core/branches/2.0.x/doc/settings/settings.html Tue Sep 23 14:25:16 2008
@@ -59,6 +59,8 @@
         <td>No, defaults to true</td></tr>
     <tr><td>useRemoteConfig</td><td>true to configure ivyrep and ibiblio resolver from a remote configuration file (updated with changes in those repository structure if any) (<span class="since">since 1.2</span>)</td>
         <td>No, defaults to false</td></tr>
+    <tr><td>httpRequestMethod</td><td>specifies the HTTP method to use to retrieve information about an URL. Possible values are 'GET' and 'HEAD'. This setting can be used to solve problems with firewalls and proxies. (<span class="since">since 2.0</span>)</td>
+        <td>No, defaults to 'HEAD'</td></tr>
     <tr><td><s>defaultCache</s></td><td>a path to a directory to use as default basedir for both resolution and repository cache(s).
 	    <i>Deprecated, we recommend using defaultCacheDir on the [[settings/caches]] tag instead</i></td>
         <td>No, defaults to .ivy2/cache in user home</td></tr>