bodewig     2003/12/04 00:33:50

  Modified:    docs/manual/OptionalTasks setproxy.html
  Log:
  document proxyUser and proxyPassword attributes
  
  Revision  Changes    Path
  1.4       +31 -0     ant/docs/manual/OptionalTasks/setproxy.html
  
  Index: setproxy.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/setproxy.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- setproxy.html     24 Jan 2003 08:55:05 -0000      1.3
  +++ setproxy.html     4 Dec 2003 08:33:50 -0000       1.4
  @@ -128,6 +128,21 @@
       <!-- Attribute -->
       <tr>
           <td bgcolor="#eeeeee" valign="top" align="left">
  +          <font color="#000000" size="-1" 
face="arial,helvetica,sanserif">proxyPassword</font>
  +        </td>
  +        <td bgcolor="#eeeeee" valign="top" align="left">
  +          <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Set the password for the proxy. Used only if the proxyUser is 
set.<br>
  +          <em>since Ant 1.6</em>
  +        </font>
  +        </td>
  +        <td bgcolor="#eeeeee" valign="top" align="left">
  +          <font color="#000000" size="-1" 
face="arial,helvetica,sanserif">String</font>
  +        </td>
  +    </tr>
  +    <!-- Attribute -->
  +    <tr>
  +        <td bgcolor="#eeeeee" valign="top" align="left">
             <font color="#000000" size="-1" 
face="arial,helvetica,sanserif">proxyPort</font>
           </td>
           <td bgcolor="#eeeeee" valign="top" align="left">
  @@ -137,6 +152,22 @@
           </td>
           <td bgcolor="#eeeeee" valign="top" align="left">
             <font color="#000000" size="-1" 
face="arial,helvetica,sanserif">int</font>
  +        </td>
  +    </tr>
  +    <!-- Attribute -->
  +    <tr>
  +        <td bgcolor="#eeeeee" valign="top" align="left">
  +          <font color="#000000" size="-1" 
face="arial,helvetica,sanserif">proxyUser</font>
  +        </td>
  +        <td bgcolor="#eeeeee" valign="top" align="left">
  +          <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          set the proxy user. Probably requires a password to accompany this
  +          setting. Default=""<br>
  +          <em>since Ant 1.6</em>
  +        </font>
  +        </td>
  +        <td bgcolor="#eeeeee" valign="top" align="left">
  +          <font color="#000000" size="-1" 
face="arial,helvetica,sanserif">String</font>
           </td>
       </tr>
       <!-- Attribute -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to