From e85c97dca82ada3cc46de75c1004edd0c6095ca2 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 7 Jan 2002 05:54:57 +0000 Subject: [PATCH] I was wrong, classpath: may be supported by some xml parsers, but it aint a standard protocol/URL schema git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270604 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/get.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/get.html b/docs/manual/CoreTasks/get.html index 27a16cb19..ef33a1603 100644 --- a/docs/manual/CoreTasks/get.html +++ b/docs/manual/CoreTasks/get.html @@ -11,7 +11,7 @@

Description

Gets a file from a URL. When the verbose option is "on", this task displays a '.' for every 100 Kb retrieved. Any URL schema supported by -the runtime is valid here, including http:, ftp:, and the classpath; +the runtime is valid here, including http:, ftp: and jar:; https: is only valid if the appropriate support is added to the pre-1.4 Java runtimes.