Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 65402 invoked from network); 31 May 2005 20:03:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 May 2005 20:03:26 -0000 Received: (qmail 75414 invoked by uid 500); 31 May 2005 20:03:25 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 75373 invoked by uid 500); 31 May 2005 20:03:24 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 75359 invoked by uid 500); 31 May 2005 20:03:24 -0000 Received: (qmail 75356 invoked by uid 99); 31 May 2005 20:03:24 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 31 May 2005 13:03:24 -0700 Received: (qmail 65382 invoked by uid 1818); 31 May 2005 20:03:22 -0000 Date: 31 May 2005 20:03:22 -0000 Message-ID: <20050531200322.65381.qmail@minotaur.apache.org> From: mbenson@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant WHATSNEW X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N mbenson 2005/05/31 13:03:22 Modified: . Tag: ANT_16_BRANCH WHATSNEW Log: s/baskslashes/backslashes ;) Revision Changes Path No revision No revision 1.503.2.235 +1 -1 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.234 retrieving revision 1.503.2.235 diff -u -r1.503.2.234 -r1.503.2.235 --- WHATSNEW 31 May 2005 15:54:13 -0000 1.503.2.234 +++ WHATSNEW 31 May 2005 20:03:22 -0000 1.503.2.235 @@ -13,7 +13,7 @@ * with redefined default values was incorrect. (Fix for 31215 had a bug). Bugzilla report 35109. -* will convert baskslashes to forwardslashes when generating file +* will convert backslashes to forwardslashes when generating file list by useexternalfile. Bugzilla report 27814. Changes from Ant 1.6.3 to Ant 1.6.4 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org