Browse Source

minor typo fixes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268219 13f79535-47bb-0310-9956-ffa450edef68
master
Jon Scott Stevens 24 years ago
parent
commit
93d7ec1e6f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/index.html

+ 2
- 2
docs/index.html View File

@@ -484,7 +484,7 @@ defined.</p>
&lt;pathelement path=&quot;${classpath}&quot; /&gt;
&lt;fileset dir=&quot;lib&quot;&gt;
&lt;include name=&quot;**/*.jar&quot; /&gt;
&lt;/fileset;&gt;
&lt;/fileset&gt;
&lt;pathelement location=&quot;classes&quot; /&gt;
&lt;/classpath&gt;
</pre>
@@ -503,7 +503,7 @@ structure via a nested <code>&lt;path&gt;</code> elements.</p>
&lt;pathelement path=&quot;${classpath}&quot; /&gt;
&lt;fileset dir=&quot;lib&quot;&gt;
&lt;include name=&quot;**/*.jar&quot; /&gt;
&lt;/fileset;&gt;
&lt;/fileset&gt;
&lt;pathelement location=&quot;classes&quot; /&gt;
&lt;/path&gt;



Loading…
Cancel
Save