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 2007/03/16 13:13:18 UTC

svn commit: r518952 - /ant/core/trunk/docs/manual/CoreTasks/checksum.html

Author: jhm
Date: Fri Mar 16 05:13:18 2007
New Revision: 518952

URL: http://svn.apache.org/viewvc?view=rev&rev=518952
Log:
Show the used pattern.

Modified:
    ant/core/trunk/docs/manual/CoreTasks/checksum.html

Modified: ant/core/trunk/docs/manual/CoreTasks/checksum.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/checksum.html?view=diff&rev=518952&r1=518951&r2=518952
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/checksum.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/checksum.html Fri Mar 16 05:13:18 2007
@@ -122,10 +122,30 @@
   <tr>
     <td valign="top">format</td>
     <td valign="top">Specifies the pattern to use as one of a
-    well-known format.  Supported values are &quot;CHECKSUM&quot;
-    (only the checksum itself, the default), &quot;MD5SUM&quot; the
-    format of GNU textutils md5sum and &quot;SVF&quot; the format of
-    *BSDs md5 command.</td>
+    well-known format.  Supported values are 
+      <table border="1">
+      <tr>
+        <th>name</th>
+        <th>pattern</th>
+        <th>description</th>
+      </tr>
+      <tr>
+        <td>CHECKSUM </td>
+        <td><tt>{0}</tt></td>
+        <td>only the checksum itself </td>
+      </tr>
+      <tr>
+        <td>MD5SUM </td>
+        <td><tt>{0} *{1}</tt></td>
+        <td>the format of GNU textutils md5sum</td>
+      </tr>
+      <tr>
+        <td>SVF </td>
+        <td><tt>MD5 ({1}) = {0}</tt></td>
+        <td>the format of BSDs md5 command </td>
+      </tr>
+      </table>
+    </td>
     <td valign="top" align="center">No - default is &quot;CHECKSUM&quot;.</td>
   </tr>
   <tr>



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