antoine 2004/07/26 22:57:53 Modified: docs/manual/OptionalTasks Tag: ANT_16_BRANCH dotnet.html docs/manual/CoreTasks Tag: ANT_16_BRANCH typedef.html Log: Merge from HEAD Submitted by: Yuji Yamano yyamano at kt dot rim dot or dot jp Revision Changes Path No revision No revision 1.10.2.12 +1 -1 ant/docs/manual/OptionalTasks/dotnet.html Index: dotnet.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/dotnet.html,v retrieving revision 1.10.2.11 retrieving revision 1.10.2.12 diff -u -r1.10.2.11 -r1.10.2.12 --- dotnet.html 20 Apr 2004 12:52:20 -0000 1.10.2.11 +++ dotnet.html 27 Jul 2004 05:57:52 -0000 1.10.2.12 @@ -73,7 +73,7 @@ <tr> <td><a href="vbc.html">vbc</a></td> - <td>Compiles VB.Net code</td> + <td>Compiles VB.NET code</td> </tr> <tr> No revision No revision 1.10.2.7 +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.10.2.6 retrieving revision 1.10.2.7 diff -u -r1.10.2.6 -r1.10.2.7 --- typedef.html 9 Feb 2004 22:12:07 -0000 1.10.2.6 +++ typedef.html 27 Jul 2004 05:57:53 -0000 1.10.2.7 @@ -89,7 +89,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> @@ -160,7 +160,7 @@ The following fragment defines define a type called <i>urlset</i>. <pre> <typedef name="urlset" classname="com.mydomain.URLSet"/> </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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]