Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 69328 invoked from network); 21 Jun 2002 06:32:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Jun 2002 06:32:22 -0000 Received: (qmail 16976 invoked by uid 97); 21 Jun 2002 06:32:36 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 16960 invoked by uid 97); 21 Jun 2002 06:32:36 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 16949 invoked by uid 97); 21 Jun 2002 06:32:35 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 21 Jun 2002 06:32:12 -0000 Message-ID: <20020621063212.66665.qmail@icarus.apache.org> From: stevel@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/CoreTasks war.html xmlproperty.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stevel 2002/06/20 23:32:12 Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH war.html xmlproperty.html Log: syncing docs with code. I listed the warfile attribute, just to minimise confusion (I think that was an agreed action, way back in january). If anyone objects, I can revert. Revision Changes Path No revision No revision 1.13.2.3 +6 -0 jakarta-ant/docs/manual/CoreTasks/war.html Index: war.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/war.html,v retrieving revision 1.13.2.2 retrieving revision 1.13.2.3 diff -u -r1.13.2.2 -r1.13.2.3 --- war.html 20 Jun 2002 09:40:30 -0000 1.13.2.2 +++ war.html 21 Jun 2002 06:32:12 -0000 1.13.2.3 @@ -31,6 +31,12 @@ Yes + warfile + Deprecated name of the file to create + -use destfile instead. + No + + webxml The deployment descriptor to use (WEB-INF/web.xml). Yes, unless update is set to true 1.1.2.1 +3 -1 jakarta-ant/docs/manual/CoreTasks/xmlproperty.html Index: xmlproperty.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/xmlproperty.html,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- xmlproperty.html 22 Apr 2002 00:05:09 -0000 1.1 +++ xmlproperty.html 21 Jun 2002 06:32:12 -0000 1.1.2.1 @@ -51,7 +51,9 @@

Examples

   <xmlproperty file="somefile.xml" />
-

Load contents of somefile.xml as Ant properties.

+

Load contents of somefile.xml as Ant properties, +generating the property names from the +file's element and attribute names.

 
      <root-tag myattr="true">
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: