Browse Source

correctly mark property resource type as <propertyresource>.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449705 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
e2fa3d410f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTypes/resources.html

+ 2
- 2
docs/manual/CoreTypes/resources.html View File

@@ -43,7 +43,7 @@ explicit use beginning in <b>Ant 1.7</b>.
<li><a href="#gzipresource">gzipresource</a> - a GZip compressed resource.</li>
<li><a href="#javaresource">javaresource</a> - a resource loadable
via a Java classloader.</li>
<li><a href="#property">property</a> - an Ant property.</li>
<li><a href="#propertyresource">propertyresource</a> - an Ant property.</li>
<li><a href="#string">string</a> - a text string.</li>
<li><a href="#tarentry">tarentry</a> - an entry in a tar file.</li>
<li><a href="#url">url</a> - a URL.</li>
@@ -264,7 +264,7 @@ element.</p>
</tr>
</table>

<h4><a name="property">property</a></h4>
<h4><a name="propertyresource">propertyresource</a></h4>

<p>Represents an Ant property.</p>



Loading…
Cancel
Save