From f715dc614a9532c866836a40e805dbdca13af674 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 27 Feb 2008 11:48:02 +0000 Subject: [PATCH] error in example git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@631563 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/attrib.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/attrib.html b/docs/manual/OptionalTasks/attrib.html index fed470197..41d22e595 100644 --- a/docs/manual/OptionalTasks/attrib.html +++ b/docs/manual/OptionalTasks/attrib.html @@ -112,18 +112,21 @@ directory tree), so you'll have to experiment a little.

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">