You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2004/07/27 07:54:51 UTC

cvs commit: ant/docs/manual/CoreTasks typedef.html

antoine     2004/07/26 22:54:51

  Modified:    docs/manual/CoreTasks typedef.html
  Log:
  typo
  Submitted by: Yuji Yamano yyamano at kt dot rim dot or dot jp
  
  Revision  Changes    Path
  1.15      +2 -2      ant/docs/manual/CoreTasks/typedef.html
  
  Index: typedef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/typedef.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- typedef.html	15 Jan 2004 15:02:13 -0000	1.14
  +++ typedef.html	27 Jul 2004 05:54:51 -0000	1.15
  @@ -88,7 +88,7 @@
         is a property file contains name to classname pairs. If the value
         is "xml", the file/resource is an xml file/resource structured according
         to   <a href="../CoreTypes/antlib.html">Antlib</a>.
  -      The default is "properties" unless the file/resorce name ends with
  +      The default is "properties" unless the file/resource name ends with
         ".xml", in which case the format attribute will have the value "xml".
         (introduced in ant1.6)
       </td>
  @@ -159,7 +159,7 @@
     The following fragment defines define a type called <i>urlset</i>.
     <pre>
       &lt;typedef name="urlset" classname="com.mydomain.URLSet"/&gt; </pre>
  -  The data type is now availabe to Ant. The
  +  The data type is now available to Ant. The
     class <code>com.mydomain.URLSet</code> implements this type.</p>
     <p>
       Assuming a class <i>org.acme.ant.RunnableAdapter</i> that
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org