Browse Source

fix wording of fileset example.

PR: 1239
Submitted by:	Daniel.Barclay@digitalfocus.com


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269006 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
91305712a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/using.html

+ 1
- 1
docs/manual/using.html View File

@@ -317,7 +317,7 @@ defined.</p>
&lt;pathelement location=&quot;classes&quot;/&gt; &lt;pathelement location=&quot;classes&quot;/&gt;
&lt;/classpath&gt; &lt;/classpath&gt;
</pre> </pre>
<p>Builds a path that holds the value of <code>${classpath}</code>,
<p>This builds a path that holds the value of <code>${classpath}</code>,
followed by all jar files in the <code>lib</code> directory, followed followed by all jar files in the <code>lib</code> directory, followed
by the <code>classes</code> directory.</p> by the <code>classes</code> directory.</p>
<p>If you want to use the same path-like structure for several tasks, <p>If you want to use the same path-like structure for several tasks,


Loading…
Cancel
Save