From c286aab923333ff4c20f23229c2e0bf5b2c27978 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 10 Mar 2005 14:20:05 +0000 Subject: [PATCH] moving -noclasspath and -nouserlib git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277876 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 ------- 1 file changed, 7 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 42caf56c4..a7c75bc10 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -81,13 +81,6 @@ Other changes: * It is now possible to specify the pattern created/parsed by . Bugzilla Report 16539. -* Added -nouserlib option to allow running ant without automatically loading - up ${user.home}/.lib/ant. This is useful when compiling ant, and antlibs. - Modified the build.sh and build.bat to use the option. - -* Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env - variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at. - * Added a new "failall" value for the onerror attribute of . Bugzilla report 31685.