From 85c27718ef7b780696bd24cb38765f03d61ae5b9 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 23 Apr 2004 15:03:11 +0000 Subject: [PATCH] Merge Windows UNC fix to 1.6 branch git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276396 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 339c2d0ba..07ca3e7aa 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -19,10 +19,6 @@ Fixed bugs: * I/O-intensive processes hung when executed via . Bugzilla reports 23893/26852. -* UNC pathnames did not work for ANT_HOME or -lib locations on Windows. - Bugzilla report 27922. - - Other changes: -------------- @@ -127,6 +123,9 @@ Fixed bugs: * fixed case handling of scriptdef attributes and elements. +* UNC pathnames did not work for ANT_HOME or -lib locations on Windows. + Bugzilla report 27922. + Other changes: --------------