Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 69885 invoked from network); 27 Feb 2008 11:48:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 11:48:43 -0000 Received: (qmail 8482 invoked by uid 500); 27 Feb 2008 11:48:31 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 8435 invoked by uid 500); 27 Feb 2008 11:48:31 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 8393 invoked by uid 99); 27 Feb 2008 11:48:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 03:48:31 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 11:47:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D780B1A9832; Wed, 27 Feb 2008 03:48:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r631563 - /ant/core/trunk/docs/manual/OptionalTasks/attrib.html Date: Wed, 27 Feb 2008 11:48:09 -0000 To: notifications@ant.apache.org From: jhm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080227114812.D780B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jhm Date: Wed Feb 27 03:48:02 2008 New Revision: 631563 URL: http://svn.apache.org/viewvc?rev=631563&view=rev Log: error in example Modified: ant/core/trunk/docs/manual/OptionalTasks/attrib.html Modified: ant/core/trunk/docs/manual/OptionalTasks/attrib.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/attrib.html?rev=631563&r1=631562&r2=631563&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/attrib.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/attrib.html Wed Feb 27 03:48:02 2008 @@ -112,18 +112,21 @@ No +

Examples

<attrib file="${dist}/run.bat" readonly="true" hidden="true"/>

makes the "run.bat" file read-only and hidden.

+
<attrib readonly="false">
   <fileset dir="${meta.inf}" includes="**/*.xml"/>
-<attrib>
+</attrib>
 

makes all ".xml" files below ${meta.inf} readable.

+
 <attrib readonly="true" archive="true">