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