git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271967 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -17,7 +17,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * used to compress non-compressed archives such as TAR files. | * used to compress non-compressed archives such as TAR files. | ||||
| * | * | ||||
| * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
| * @ant:task name="bunzip2" | |||||
| * @ant.task name="bunzip2" | |||||
| */ | */ | ||||
| public class BUnzip2 | public class BUnzip2 | ||||
| extends Unpack | extends Unpack | ||||
| @@ -18,7 +18,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * | * | ||||
| * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="bzip2" | |||||
| * @ant.task name="bzip2" | |||||
| */ | */ | ||||
| public class BZip2 | public class BZip2 | ||||
| extends Pack | extends Pack | ||||
| @@ -18,7 +18,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * | * | ||||
| * @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:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
| * @ant:task name="gunzip" | |||||
| * @ant.task name="gunzip" | |||||
| */ | */ | ||||
| public class GUnzip | public class GUnzip | ||||
| extends Unpack | extends Unpack | ||||
| @@ -20,7 +20,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | ||||
| * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="gzip" | |||||
| * @ant.task name="gzip" | |||||
| */ | */ | ||||
| public class GZip | public class GZip | ||||
| extends Pack | extends Pack | ||||
| @@ -28,7 +28,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * @ant:task name="build-number" | |||||
| * @ant.task name="build-number" | |||||
| */ | */ | ||||
| public class BuildNumber | public class BuildNumber | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -30,7 +30,7 @@ import org.apache.tools.todo.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" | |||||
| * @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$ | * @version $Revision$ $Date$ | ||||
| */ | */ | ||||
| @@ -18,7 +18,7 @@ import org.apache.tools.todo.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" | |||||
| * @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$ | * @version $Revision$ $Date$ | ||||
| @@ -15,7 +15,7 @@ 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" | |||||
| * @ant.task name="sleep" | |||||
| * @author steve_l@iseran.com steve loughran | * @author steve_l@iseran.com steve loughran | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| */ | */ | ||||
| @@ -24,7 +24,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
| * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
| * @version $Revision$ | * @version $Revision$ | ||||
| * | * | ||||
| * @ant:task name="condition" | |||||
| * @ant.task name="condition" | |||||
| */ | */ | ||||
| public class ConditionTask | public class ConditionTask | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -15,7 +15,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * Useful for forcing a build to fail on a certain condition. | * Useful for forcing a build to fail on a certain condition. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="fail" | |||||
| * @ant.task name="fail" | |||||
| */ | */ | ||||
| public class Fail | public class Fail | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -23,7 +23,7 @@ import org.apache.myrmidon.framework.conditions.NotCondition; | |||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * @ant:task name="if" | |||||
| * @ant.task name="if" | |||||
| */ | */ | ||||
| public class IfTask | public class IfTask | ||||
| extends AbstractContainerTask | extends AbstractContainerTask | ||||
| @@ -21,7 +21,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * This task loads properties from a property file and places them in the context. | * This task loads properties from a property file and places them in the context. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="load-properties" | |||||
| * @ant.task name="load-properties" | |||||
| */ | */ | ||||
| public class LoadProperties | public class LoadProperties | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -15,7 +15,7 @@ import org.apache.myrmidon.framework.LogLevel; | |||||
| * This is a task used to log messages in the build file. | * This is a task used to log messages in the build file. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="log" | |||||
| * @ant.task name="log" | |||||
| */ | */ | ||||
| public class Log | public class Log | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -20,7 +20,7 @@ import org.apache.myrmidon.framework.DataType; | |||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * @ant:task name="property" | |||||
| * @ant.task name="property" | |||||
| */ | */ | ||||
| public class Property | public class Property | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -19,7 +19,7 @@ import org.apache.myrmidon.api.AbstractTask; | |||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @author <a href="mailto:jimcook@visualxs.com">Jim Cook</a> | * @author <a href="mailto:jimcook@visualxs.com">Jim Cook</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * @ant:task name="property-dump" | |||||
| * @ant.task name="property-dump" | |||||
| */ | */ | ||||
| public class PropertyDump | public class PropertyDump | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -20,7 +20,7 @@ import org.apache.myrmidon.framework.TaskList; | |||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * @ant:task name="try-catch" | |||||
| * @ant.task name="try-catch" | |||||
| */ | */ | ||||
| public final class TryCatchTask | public final class TryCatchTask | ||||
| extends AbstractContainerTask | extends AbstractContainerTask | ||||
| @@ -22,7 +22,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * | * | ||||
| * @author <a href="jeff@custommonkey.org">Jeff Martin</a> | * @author <a href="jeff@custommonkey.org">Jeff Martin</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * @ant:task name="cvs-pass" | |||||
| * @ant.task name="cvs-pass" | |||||
| */ | */ | ||||
| public class CVSPass | public class CVSPass | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -23,7 +23,7 @@ import org.apache.tools.todo.util.FileUtils; | |||||
| * @author <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
| * @author <a href="mailto:wwerner@picturesafe.de">Wolfgang Werner</a> | * @author <a href="mailto:wwerner@picturesafe.de">Wolfgang Werner</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * @ant:task name="cvs" | |||||
| * @ant.task name="cvs" | |||||
| */ | */ | ||||
| public class Cvs | public class Cvs | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -28,7 +28,7 @@ import org.apache.tools.todo.util.mappers.IdentityMapper; | |||||
| /** | /** | ||||
| * This is a task used to copy files. | * This is a task used to copy files. | ||||
| * | * | ||||
| * @ant:task name="copy" | |||||
| * @ant.task name="copy" | |||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @author <a href="mailto:glennm@ca.ibm.com">Glenn McAllister</a> | * @author <a href="mailto:glennm@ca.ibm.com">Glenn McAllister</a> | ||||
| * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
| @@ -20,7 +20,7 @@ import org.apache.tools.todo.types.ScannerUtil; | |||||
| /** | /** | ||||
| * Deletes a file or directory, or set of files defined by a fileset. | * Deletes a file or directory, or set of files defined by a fileset. | ||||
| * | * | ||||
| * @ant:task name="delete" | |||||
| * @ant.task name="delete" | |||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a> | * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a> | ||||
| * @author <a href="mailto:tad1@cornell.edu">Tom Dimock</a> | * @author <a href="mailto:tad1@cornell.edu">Tom Dimock</a> | ||||
| @@ -28,7 +28,7 @@ import org.apache.myrmidon.framework.filters.LineFilterSet; | |||||
| * A task used to copy files and simultaneously apply a | * A task used to copy files and simultaneously apply a | ||||
| * filter on said files. | * filter on said files. | ||||
| * | * | ||||
| * @ant:task name="filtered-copy" | |||||
| * @ant.task name="filtered-copy" | |||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| */ | */ | ||||
| @@ -18,7 +18,7 @@ import org.apache.myrmidon.framework.file.Path; | |||||
| * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * | * | ||||
| * @ant:task name="list-path" | |||||
| * @ant.task name="list-path" | |||||
| */ | */ | ||||
| public class ListPathTask | public class ListPathTask | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -16,7 +16,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| /** | /** | ||||
| * Creates specified directory. | * Creates specified directory. | ||||
| * | * | ||||
| * @ant:task name="mkdir" | |||||
| * @ant.task name="mkdir" | |||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @author duncan@x180.com | * @author duncan@x180.com | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| @@ -14,7 +14,7 @@ import org.apache.avalon.excalibur.io.FileUtil; | |||||
| /** | /** | ||||
| * A task used to move files. | * A task used to move files. | ||||
| * | * | ||||
| * @ant:task name="move" | |||||
| * @ant.task name="move" | |||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| */ | */ | ||||
| @@ -27,7 +27,7 @@ import org.apache.tools.todo.types.ScannerUtil; | |||||
| * | * | ||||
| * If the file to touch doesn't exist, an empty one is created. </p> | * If the file to touch doesn't exist, an empty one is created. </p> | ||||
| * | * | ||||
| * @ant:task name="touch" | |||||
| * @ant.task name="touch" | |||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @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:mj@servidium.com">Michael J. Sikorsky</a> | * @author <a href="mailto:mj@servidium.com">Michael J. Sikorsky</a> | ||||
| @@ -23,7 +23,7 @@ import org.apache.myrmidon.framework.file.Path; | |||||
| * stefano@apache.org</a> | * stefano@apache.org</a> | ||||
| * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
| * | * | ||||
| * @ant:task name="java" | |||||
| * @ant.task name="java" | |||||
| */ | */ | ||||
| public class JavaTask | public class JavaTask | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -27,7 +27,7 @@ import org.apache.tools.todo.types.EnvironmentVariable; | |||||
| * @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:mariusz@rakiura.org">Mariusz Nowostawski</a> | * @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | ||||
| * @author <a href="mailto:thomas.haas@softwired-inc.com">Thomas Haas</a> | * @author <a href="mailto:thomas.haas@softwired-inc.com">Thomas Haas</a> | ||||
| * @ant:task name="exec" | |||||
| * @ant.task name="exec" | |||||
| */ | */ | ||||
| public class Exec | public class Exec | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -22,7 +22,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * prefix. | * prefix. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="load-environment" | |||||
| * @ant.task name="load-environment" | |||||
| */ | */ | ||||
| public class LoadEnvironment | public class LoadEnvironment | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -15,7 +15,7 @@ import org.apache.myrmidon.interfaces.deployer.TypeDefinition; | |||||
| * Task to define a converter. | * Task to define a converter. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="converter-def" | |||||
| * @ant.task name="converter-def" | |||||
| */ | */ | ||||
| public class ConverterDef | public class ConverterDef | ||||
| extends AbstractTypeDef | extends AbstractTypeDef | ||||
| @@ -21,7 +21,7 @@ import org.apache.myrmidon.interfaces.aspect.AspectManager; | |||||
| * Task that definesMethod to register a single converter. | * Task that definesMethod to register a single converter. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="facility" | |||||
| * @ant.task name="facility" | |||||
| */ | */ | ||||
| public class Facility | public class Facility | ||||
| extends AbstractContainerTask | extends AbstractContainerTask | ||||
| @@ -20,7 +20,7 @@ import org.apache.myrmidon.interfaces.deployer.TypeDeployer; | |||||
| * Task to import a tasklib. | * Task to import a tasklib. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="import" | |||||
| * @ant.task name="import" | |||||
| */ | */ | ||||
| public class Import | public class Import | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -14,7 +14,7 @@ import org.apache.myrmidon.interfaces.deployer.TypeDefinition; | |||||
| * Task to define a type. | * Task to define a type. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="type-def" | |||||
| * @ant.task name="type-def" | |||||
| */ | */ | ||||
| public class TypeDef | public class TypeDef | ||||
| extends AbstractTypeDef | extends AbstractTypeDef | ||||
| @@ -16,7 +16,7 @@ import org.apache.tools.todo.types.Commandline; | |||||
| * Generates a key. | * Generates a key. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="generate-key" | |||||
| * @ant.task name="generate-key" | |||||
| */ | */ | ||||
| public class GenerateKey | public class GenerateKey | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -26,7 +26,7 @@ import org.apache.tools.todo.types.ScannerUtil; | |||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @author <a href="mailto:nick@ox.compsoc.net">Nick Fortescue</a> | * @author <a href="mailto:nick@ox.compsoc.net">Nick Fortescue</a> | ||||
| * @ant:task name="sign-jar" | |||||
| * @ant.task name="sign-jar" | |||||
| */ | */ | ||||
| public class SignJar | public class SignJar | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -15,7 +15,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * This is to test whether extension is loaded. | * This is to test whether extension is loaded. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="extensions-test" | |||||
| * @ant.task name="extensions-test" | |||||
| */ | */ | ||||
| public class ExtensionsTest | public class ExtensionsTest | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -14,7 +14,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * Test conversion of all the primitive types. | * Test conversion of all the primitive types. | ||||
| * | * | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @ant:task name="prim-test" | |||||
| * @ant.task name="prim-test" | |||||
| */ | */ | ||||
| public class PrimitiveTypesTest | public class PrimitiveTypesTest | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -26,7 +26,7 @@ import org.apache.myrmidon.interfaces.workspace.Workspace; | |||||
| * plans for the future: - use the midi api to define sounds (or drum beat etc) | * plans for the future: - use the midi api to define sounds (or drum beat etc) | ||||
| * in xml and have Ant play them back | * in xml and have Ant play them back | ||||
| * | * | ||||
| * @ant:task name="sound-listener" | |||||
| * @ant.task name="sound-listener" | |||||
| * @author Nick Pellow | * @author Nick Pellow | ||||
| * @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
| * @version $Revision$, $Date$ | * @version $Revision$, $Date$ | ||||
| @@ -23,7 +23,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * | * | ||||
| * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
| * | * | ||||
| * @ant:task name="v-copy" | |||||
| * @ant.task name="v-copy" | |||||
| */ | */ | ||||
| public class CopyFilesTask | public class CopyFilesTask | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -18,7 +18,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * | * | ||||
| * @ant:task name="v-list-fileset" | |||||
| * @ant.task name="v-list-fileset" | |||||
| */ | */ | ||||
| public class ListFileSetTask | public class ListFileSetTask | ||||
| extends AbstractTask | extends AbstractTask | ||||
| @@ -17,7 +17,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
| * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| * | * | ||||
| * @ant:task name="v-list-path" | |||||
| * @ant.task name="v-list-path" | |||||
| */ | */ | ||||
| public class ListFilesTask | public class ListFilesTask | ||||
| extends AbstractTask | extends AbstractTask | ||||