Browse Source

missing closing / in XML filelist element

PR: 21784
Submitted by: aledonne at yahoo dot com


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274879 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
f62487dd91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/using.html

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

@@ -373,7 +373,7 @@ defined.</p>
&lt;include name=&quot;apps/**/classes&quot;/&gt; &lt;include name=&quot;apps/**/classes&quot;/&gt;
&lt;exclude name=&quot;apps/**/*Test*&quot;/&gt; &lt;exclude name=&quot;apps/**/*Test*&quot;/&gt;
&lt;/dirset&gt; &lt;/dirset&gt;
&lt;filelist refid=&quot;third-party_jars&quot;&gt;
&lt;filelist refid=&quot;third-party_jars&quot;/&gt;
&lt;/classpath&gt; &lt;/classpath&gt;
</pre> </pre>
<p>This builds a path that holds the value of <code>${classpath}</code>, <p>This builds a path that holds the value of <code>${classpath}</code>,


Loading…
Cancel
Save