From e4b8fc0bd6394827b8120cd0ba76b9d4d0aa638a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 8 Aug 2008 13:23:57 +0000 Subject: [PATCH] document fix for PR 45245. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@683963 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index c7a1ddea4..cad4140ab 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -141,6 +141,10 @@ Fixed bugs: * The IPlanetDeploymentToll didn't use the configured DTD locations. Bugzilla Report 31876. + * The ant shell script printed a warning unser Cygwin if JAVA_HOME + was not set. + Bugzilla Report 45245. + Other changes: --------------