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