Browse Source

fixed some weird plurals

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

+ 3
- 3
docs/manual/CoreTasks/touch.html View File

@@ -29,7 +29,7 @@

<p>Changes the modification time of a resource and possibly creates it
at the same time. In addition to working with a single file, this Task
can also work on <a href="../CoreTypes/resource.html">resource</a> and
can also work on <a href="../CoreTypes/resource.html">resources</a> and
resource collections (which also includes directories). Prior to Ant
1.7 only FileSet or <a href="../CoreTypes/filelist.html">Filelist</a>
(since Ant 1.6) have been supported.</p>
@@ -82,8 +82,8 @@ resource collections (which also includes directories). Prior to Ant
<h4>any resource collection</h4>

<p>You can use any number of nested resource collection elements to
define the resource for this task and refer to resources defined
elsewhere. <b>Note:</b> resource passed to this task must implement
define the resources for this task and refer to resources defined
elsewhere. <b>Note:</b> resources passed to this task must implement
the <code>org.apache.tools.ant.types.resources.Touchable</code>
interface, this is true for all filesystem-based resources like those
returned by path, fileset ot filelist.</p>


Loading…
Cancel
Save