git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271779 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -92,7 +92,7 @@ import java.util.Enumeration; | |||||
| * | * | ||||
| * @version $Revision$ | * @version $Revision$ | ||||
| * | * | ||||
| * @ant:task category="filesystem" | |||||
| * @ant.task category="filesystem" | |||||
| */ | */ | ||||
| public class Copy extends Task { | public class Copy extends Task { | ||||
| protected File file = null; // the source file | protected File file = null; // the source file | ||||
| @@ -67,7 +67,7 @@ import java.util.Vector; | |||||
| * | * | ||||
| * @author Steve Loughran | * @author Steve Loughran | ||||
| * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
| * @created 10 December 2001 | |||||
| * @ant.task category="utility" | |||||
| */ | */ | ||||
| public final class LoadFile extends Task { | public final class LoadFile extends Task { | ||||
| @@ -69,7 +69,7 @@ import java.util.Vector; | |||||
| * Load a file's contents as Ant Properties. | * Load a file's contents as Ant Properties. | ||||
| * | * | ||||
| * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
| * @created 20 February 2002 | |||||
| * @ant.task category="utility" | |||||
| */ | */ | ||||
| public final class LoadProperties extends Task { | public final class LoadProperties extends Task { | ||||
| @@ -84,7 +84,7 @@ import java.util.Vector; | |||||
| * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
| * @version $Revision$ | * @version $Revision$ | ||||
| * | * | ||||
| * @ant:task category="filesystem" | |||||
| * @ant.task category="filesystem" | |||||
| */ | */ | ||||
| public class Move extends Copy { | public class Move extends Copy { | ||||