From a0bdebda494efdd0587b9e619774ccfd30b74be8 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 20 Dec 2005 04:08:57 +0000 Subject: [PATCH] Docu update suggested by Joseph Skudlarek git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@357900 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant_in_anger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html index 4abc98c2d..df42d7892 100644 --- a/docs/ant_in_anger.html +++ b/docs/ant_in_anger.html @@ -382,7 +382,7 @@ The ftp task lets you move stuff up to a server. Beware of putting the ftp password in the build file - a property file with tight access control is slightly better. The FixCRLF task is often a useful interim step if -you need to ensure that files have Unix file extensions before upload. A +you need to to adjust the line endings of files. A WebDav task has long been discussed, which would provide a more secure upload to web servers, but it is still in the todo list. Rumour has it that there is such a task in the jakarta-slide libraries. With MacOS X,