From 6fb3f8afee15d82604a66cb444650f359669e8a5 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 23:09:24 +0000 Subject: [PATCH] Show exec's searchpath attribute as merged. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277497 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 369e25115..93f70fb9b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -55,9 +55,6 @@ Other changes: * It is now possible to specify the pattern created/parsed by . Bugzilla Report 16539. -* Added searchpath attribute to for searching path variable(s) - when resolveexecutable = true. - * Added -nouserlib option to allow running ant without automatically loading up ${user.dir}/.lib/ant. This is useful when compiling ant, and antlibs. Modified the build.sh and build.bat to use the option. @@ -174,6 +171,9 @@ Other changes: * Changed default tempdir for from user.dir to java.io.tmpdir. +* Added searchpath attribute to for searching path variable(s) + when resolveexecutable = true. + Fixed bugs: -----------