Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 42511 invoked from network); 27 Apr 2004 05:16:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Apr 2004 05:16:55 -0000 Received: (qmail 46511 invoked by uid 500); 27 Apr 2004 05:16:32 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 46473 invoked by uid 500); 27 Apr 2004 05:16:31 -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 46453 invoked by uid 500); 27 Apr 2004 05:16:31 -0000 Received: (qmail 46368 invoked from network); 27 Apr 2004 05:16:30 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 27 Apr 2004 05:16:30 -0000 Received: (qmail 42372 invoked by uid 1694); 27 Apr 2004 05:16:51 -0000 Date: 27 Apr 2004 05:16:51 -0000 Message-ID: <20040427051651.42371.qmail@minotaur.apache.org> From: jhm@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks macrodef.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jhm 2004/04/26 22:16:51 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH macrodef.html Log: Merge: Missing '<' in @text-example. Revision Changes Path No revision No revision 1.2.2.17 +2 -2 ant/docs/manual/CoreTasks/macrodef.html Index: macrodef.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/macrodef.html,v retrieving revision 1.2.2.16 retrieving revision 1.2.2.17 diff -u -r1.2.2.16 -r1.2.2.17 --- macrodef.html 20 Apr 2004 17:42:51 -0000 1.2.2.16 +++ macrodef.html 27 Apr 2004 05:16:51 -0000 1.2.2.17 @@ -310,7 +310,7 @@
   <macrodef name="echotest">
  -   <text name="text"/text>
  +   <text name="text"</text>
      <sequential>
         <echo>@{text}</echo>
      </sequential>
  @@ -345,4 +345,4 @@
   Foundation. All rights Reserved.

- + \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org