Browse Source

Added closing " to last example.

PR: 34706
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278208 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
050227e325
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/available.html

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

@@ -118,7 +118,7 @@ if the class <code>javax.xml.transform.Transformer</code> is found in the classp
<blockquote><pre>
&lt;available property=&quot;have.extras&quot; resource=&quot;extratasks.properties&quot;&gt;
&lt;classpath&gt;
&lt;pathelement location=&quot;/usr/local/ant/extra.jar/&gt;
&lt;pathelement location=&quot;/usr/local/ant/extra.jar&quot; /&gt;
&nbsp;&nbsp;&lt;/classpath&gt;
&lt;/available&gt;
</pre></blockquote>


Loading…
Cancel
Save