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.