Author: mbenson Date: Fri Mar 2 11:24:03 2007 New Revision: 513898 URL: http://svn.apache.org/viewvc?view=rev&rev=513898 Log: fixed some weird plurals
Modified: ant/core/trunk/docs/manual/CoreTasks/touch.html Modified: ant/core/trunk/docs/manual/CoreTasks/touch.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/touch.html?view=diff&rev=513898&r1=513897&r2=513898 ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/touch.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/touch.html Fri Mar 2 11:24:03 2007 @@ -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 @@ <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> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]