From dad32bdae0fd7783c120193e5f79a8d8c6d16aaf Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 12 Jul 2002 13:56:44 +0000 Subject: [PATCH] Typo. PR: 10736 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273094 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 6ef1fb3fb..f108fdfde 100644 --- a/docs/ant_in_anger.html +++ b/docs/ant_in_anger.html @@ -282,7 +282,7 @@ warning message on an unsupported platform -the rest of the target's tasks will still be called. Other tasks degrade their functionality on platforms or Java versions. In particular, any task which adjusts the timestamp of files can not do so properly on Java 1.1. Tasks which can -do that - Get, Get, Touch and Unjar/Unwar/Unzip for example, degrade their functionality on Java1.1, usually resorting to the current timestamp instead.