|
|
@@ -112,18 +112,21 @@ directory tree), so you'll have to experiment a little.</p> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
|
|
|
|
<h3>Examples</h3> |
|
|
|
<blockquote> |
|
|
|
<pre><attrib file="${dist}/run.bat" readonly="true" hidden="true"/></pre> |
|
|
|
</blockquote> |
|
|
|
<p>makes the "run.bat" file read-only and hidden.</p> |
|
|
|
|
|
|
|
<blockquote> |
|
|
|
<pre><attrib readonly="false"> |
|
|
|
<fileset dir="${meta.inf}" includes="**/*.xml"/> |
|
|
|
<attrib> |
|
|
|
</attrib> |
|
|
|
</pre> |
|
|
|
</blockquote> |
|
|
|
<p>makes all ".xml" files below <code>${meta.inf}</code> readable.</p> |
|
|
|
|
|
|
|
<blockquote> |
|
|
|
<pre> |
|
|
|
<attrib readonly="true" archive="true"> |
|
|
|