Author: jhm Date: Mon Oct 9 05:20:10 2006 New Revision: 454354 URL: http://svn.apache.org/viewvc?view=rev&rev=454354 Log: Bug 40705: fix typo resulting in copying the document from cvs-changelog
Modified: ant/antlibs/svn/trunk/contributors.xml ant/antlibs/svn/trunk/docs/changelog.html Modified: ant/antlibs/svn/trunk/contributors.xml URL: http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/contributors.xml?view=diff&rev=454354&r1=454353&r2=454354 ============================================================================== --- ant/antlibs/svn/trunk/contributors.xml (original) +++ ant/antlibs/svn/trunk/contributors.xml Mon Oct 9 05:20:10 2006 @@ -19,6 +19,11 @@ <last>Jackson</last> </name> <name> + <first>Sean</first> + <middle>C.</middle> + <last>Sullivan</last> + </name> + <name> <first>Stefan</first> <last>Bodewig</last> </name> Modified: ant/antlibs/svn/trunk/docs/changelog.html URL: http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/docs/changelog.html?view=diff&rev=454354&r1=454353&r2=454354 ============================================================================== --- ant/antlibs/svn/trunk/docs/changelog.html (original) +++ ant/antlibs/svn/trunk/docs/changelog.html Mon Oct 9 05:20:10 2006 @@ -67,7 +67,7 @@ </tr> <tr> <td valign="top">dir</td> - <td valign="top">The directory from which to run the CVS <em>log</em> + <td valign="top">The directory from which to run the SVN <em>log</em> command.</td> <td align="center" valign="top">No; defaults to ${basedir}.</td> </tr> @@ -202,8 +202,8 @@ illustrates how to generate a HTML report from the XML report.</p> <pre> - <style in="changelog.xml" - out="changelog.html" + <style in="changelog.xml" + out="changelog.html" style="your-path-to/etc/changelog.xsl"> <param name="title" expression="Jakarta BCEL ChangeLog"/> <param name="repo" expression="http://svn.apache.org/repos/asf"/> @@ -229,4 +229,3 @@ </body> </html> - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]