Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 58769 invoked by uid 500); 14 Aug 2003 14:37:03 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 58741 invoked by uid 500); 14 Aug 2003 14:37:03 -0000 Received: (qmail 58725 invoked from network); 14 Aug 2003 14:37:02 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 14 Aug 2003 14:37:02 -0000 Received: (qmail 16523 invoked by uid 1146); 14 Aug 2003 14:37:07 -0000 Date: 14 Aug 2003 14:37:07 -0000 Message-ID: <20030814143707.16522.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks javac.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2003/08/14 07:37:07 Modified: docs/manual/CoreTasks javac.html Log: Record default for 's verbose attribute, submitted by Larry Shatzer Revision Changes Path 1.41 +2 -1 ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- javac.html 15 May 2003 12:44:00 -0000 1.40 +++ javac.html 14 Aug 2003 14:37:07 -0000 1.41 @@ -243,7 +243,8 @@ verbose - Asks the compiler for verbose output. + Asks the compiler for verbose output; defaults to + no. No --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org