From 9668d399a7d0f7d3fe9fc7e9e97f29f6875dd387 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 16 Mar 2007 12:13:18 +0000 Subject: [PATCH] Show the used pattern. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518952 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/checksum.html | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/docs/manual/CoreTasks/checksum.html b/docs/manual/CoreTasks/checksum.html index 15106cef7..ba0421060 100644 --- a/docs/manual/CoreTasks/checksum.html +++ b/docs/manual/CoreTasks/checksum.html @@ -122,10 +122,30 @@ or set the fileext attribute. format Specifies the pattern to use as one of a - well-known format. Supported values are "CHECKSUM" - (only the checksum itself, the default), "MD5SUM" the - format of GNU textutils md5sum and "SVF" the format of - *BSDs md5 command. + well-known format. Supported values are + + + + + + + + + + + + + + + + + + + + + +
namepatterndescription
CHECKSUM {0}only the checksum itself
MD5SUM {0} *{1}the format of GNU textutils md5sum
SVF MD5 ({1}) = {0}the format of BSDs md5 command
+ No - default is "CHECKSUM".