From 448b958341a6dabb46bb0e3ad3f85e31f97d876b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 20 Nov 2003 14:56:56 +0000 Subject: [PATCH] Use an existing URL in the example git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275651 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/get.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/get.html b/docs/manual/CoreTasks/get.html index f51c19526..2ac839c5d 100644 --- a/docs/manual/CoreTasks/get.html +++ b/docs/manual/CoreTasks/get.html @@ -84,12 +84,12 @@ to set up the proxy first.
  <get src="http://ant.apache.org/" dest="help/index.html"/>

Gets the index page of http://ant.apache.org/, and stores it in the file help/index.html.

-
  <get src="http://jakarta.apache.org/builds/tomcat/nightly/ant.zip" 
-    dest="optional.jar" 
+
  <get src="http://www.apache.org/dist/ant/KEYS" 
+    dest="KEYS" 
     verbose="true"
     usetimestamp="true"/>

-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.