You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2006/10/09 14:20:11 UTC

svn commit: r454354 - in /ant/antlibs/svn/trunk: contributors.xml docs/changelog.html

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>
-        &lt;style in="changelog.xml" 
-               out="changelog.html" 
+        &lt;style in="changelog.xml"
+               out="changelog.html"
                style="your-path-to/etc/changelog.xsl"&gt;
           &lt;param name="title" expression="Jakarta BCEL ChangeLog"/&gt;
           &lt;param name="repo" expression="http://svn.apache.org/repos/asf"/&gt;
@@ -229,4 +229,3 @@
 
 </body>
 </html>
-



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