From 10f5f4e6c214ae51d8d8069c86568ed1599edd40 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 23:23:09 +0000 Subject: [PATCH] Show merged pvcs doc changes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277501 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 93f70fb9b..5547714fd 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -62,8 +62,6 @@ Other changes: * 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 revision and userid attributes to documentation. - * Added a new "failall" value for the onerror attribute of . Bugzilla report 31685. @@ -174,6 +172,8 @@ Other changes: * Added searchpath attribute to for searching path variable(s) when resolveexecutable = true. +* Added revision and userid attributes to documentation. + Fixed bugs: -----------