git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271346 13f79535-47bb-0310-9956-ffa450edef68master
@@ -30,7 +30,9 @@ import org.apache.tools.ant.types.ScannerUtil; | |||||
* This task can be used to create checksums for files. It can also be used to | * This task can be used to create checksums for files. It can also be used to | ||||
* verify checksums. | * verify checksums. | ||||
* | * | ||||
* @ant:task name="checksum" | |||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* @version $Revision$ $Date$ | |||||
*/ | */ | ||||
public class Checksum | public class Checksum | ||||
extends AbstractMatchingTask | extends AbstractMatchingTask | ||||
@@ -19,8 +19,10 @@ import org.apache.tools.ant.types.Commandline; | |||||
/** | /** | ||||
* Task as a layer on top of patch. Patch applies a diff file to an original. | * Task as a layer on top of patch. Patch applies a diff file to an original. | ||||
* | * | ||||
* @ant:task name="patchx" | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | |||||
*/ | */ | ||||
public class Patch | public class Patch | ||||
extends AbstractTask | extends AbstractTask | ||||
@@ -15,8 +15,9 @@ import org.apache.myrmidon.api.TaskException; | |||||
/** | /** | ||||
* A task to sleep for a period of time | * A task to sleep for a period of time | ||||
* | * | ||||
* @ant:task name="sleep" | |||||
* @author steve_l@iseran.com steve loughran | * @author steve_l@iseran.com steve loughran | ||||
* @created 01 May 2001 | |||||
* @version $Revision$ $Date$ | |||||
*/ | */ | ||||
public class SleepTask | public class SleepTask | ||||
extends AbstractTask | extends AbstractTask | ||||