From e261f46af20c574e83b1636fbe9808850f8fcd34 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 2 Mar 2007 19:24:03 +0000 Subject: [PATCH] fixed some weird plurals git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@513898 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/touch.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/touch.html b/docs/manual/CoreTasks/touch.html index 1a3bdfc69..3f8198ba6 100644 --- a/docs/manual/CoreTasks/touch.html +++ b/docs/manual/CoreTasks/touch.html @@ -29,7 +29,7 @@

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 resource and +can also work on resources and resource collections (which also includes directories). Prior to Ant 1.7 only FileSet or Filelist (since Ant 1.6) have been supported.

@@ -82,8 +82,8 @@ resource collections (which also includes directories). Prior to Ant

any resource collection

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