bodewig     2003/11/20 06:57:33

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH get.html
  Log:
  Use an existing URL in the example
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.2.5   +3 -3      ant/docs/manual/CoreTasks/get.html
  
  Index: get.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/get.html,v
  retrieving revision 1.7.2.4
  retrieving revision 1.7.2.5
  diff -u -r1.7.2.4 -r1.7.2.5
  --- get.html  24 Jan 2003 10:04:07 -0000      1.7.2.4
  +++ get.html  20 Nov 2003 14:57:33 -0000      1.7.2.5
  @@ -84,12 +84,12 @@
   <pre>  &lt;get src=&quot;http://ant.apache.org/&quot; 
dest=&quot;help/index.html&quot;/&gt;</pre>
   <p>Gets the index page of http://ant.apache.org/, and stores it in the file 
<code>help/index.html</code>.</p>
   
  -<pre>  &lt;get 
src=&quot;http://jakarta.apache.org/builds/tomcat/nightly/ant.zip&quot; 
  -    dest=&quot;optional.jar&quot; 
  +<pre>  &lt;get src=&quot;http://www.apache.org/dist/ant/KEYS&quot; 
  +    dest=&quot;KEYS&quot; 
       verbose=&quot;true&quot;
       usetimestamp=&quot;true&quot;/&gt;</pre>
   <p>
  -Gets the nightly ant build from the tomcat distribution, if the local copy
  +Gets the PGP keys of Ant's (current and past) release managers, if the local 
copy
   is missing or out of date. Uses the verbose option 
   for progress information.
   </p>
  
  
  

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

Reply via email to