Browse Source

update manual

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@349634 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
224e2140ef
3 changed files with 5 additions and 3 deletions
  1. +3
    -0
      docs/manual/CoreTasks/loadresource.html
  2. +1
    -1
      docs/manual/CoreTasks/pack.html
  3. +1
    -2
      docs/manual/CoreTasks/tar.html

+ 3
- 0
docs/manual/CoreTasks/loadresource.html View File

@@ -8,6 +8,9 @@




<h2><a name="loadresource">LoadResource</a></h2> <h2><a name="loadresource">LoadResource</a></h2>

<p><em>Since Ant 1.7</em></p>

<h3>Description</h3> <h3>Description</h3>
<p> <p>
Load a text resource into a single property. Unless an encoding is Load a text resource into a single property. Unless an encoding is


+ 1
- 1
docs/manual/CoreTasks/pack.html View File

@@ -38,7 +38,7 @@ resource is newer.</p>
<h4>any <a href="../CoreTypes/resources.html">resource</a> or single element <h4>any <a href="../CoreTypes/resources.html">resource</a> or single element
resource collection</h4> resource collection</h4>


<p>The specified resource will be used as src.</p>
<p>The specified resource will be used as src. <em>Since Ant 1.7</em></p>


<h3>Examples</h3> <h3>Examples</h3>
<blockquote><pre> <blockquote><pre>


+ 1
- 2
docs/manual/CoreTasks/tar.html View File

@@ -134,8 +134,7 @@ attributes


<h4>any other resource collection</h4> <h4>any other resource collection</h4>
<p><a href="../CoreTypes/resources.html#collection">Resource <p><a href="../CoreTypes/resources.html#collection">Resource
Collection</a>s are used to select groups of files to copy. To use a
resource collection, the <code>todir</code> attribute must be set.</p>
Collection</a>s are used to select groups of files to archive.</p>
<p>Prior to Ant 1.7 only <code>&lt;fileset&gt;</code> has been <p>Prior to Ant 1.7 only <code>&lt;fileset&gt;</code> has been
supported as a nested element.</p> supported as a nested element.</p>




Loading…
Cancel
Save