git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271791 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -67,7 +67,7 @@ import java.io.File; | |||||
| * of either '/' or '\'. | * of either '/' or '\'. | ||||
| * | * | ||||
| * @author Conor MacNeill (conor@ieee.org) | * @author Conor MacNeill (conor@ieee.org) | ||||
| * | |||||
| * @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> | |||||
| */ | */ | ||||
| public class PathTokenizer { | public class PathTokenizer { | ||||
| /** | /** | ||||
| @@ -75,6 +75,7 @@ import java.util.Vector; | |||||
| * Runs an external program. | * Runs an external program. | ||||
| * | * | ||||
| * @author thomas.haas@softwired-inc.com | * @author thomas.haas@softwired-inc.com | ||||
| * @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> | |||||
| * | * | ||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| @@ -91,6 +91,7 @@ import org.apache.tools.ant.taskdefs.condition.Os; | |||||
| * @author <a href="mailto:conor@apache.org">Conor MacNeill</a> | * @author <a href="mailto:conor@apache.org">Conor MacNeill</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:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
| * @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> | |||||
| * | * | ||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| @@ -67,6 +67,7 @@ import java.util.Locale; | |||||
| * JUnit 3 testcases for org.apache.tools.ant.types.Path | * JUnit 3 testcases for org.apache.tools.ant.types.Path | ||||
| * | * | ||||
| * @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:jtulley@novell.com">Jeff Tulley</a> | |||||
| */ | */ | ||||
| public class PathTest extends TestCase { | public class PathTest extends TestCase { | ||||
| @@ -65,6 +65,7 @@ import org.apache.tools.ant.taskdefs.condition.Os; | |||||
| * Tests for org.apache.tools.ant.util.FileUtils. | * Tests for org.apache.tools.ant.util.FileUtils. | ||||
| * | * | ||||
| * @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:jtulley@novell.com">Jeff Tulley</a> | |||||
| */ | */ | ||||
| public class FileUtilsTest extends TestCase { | public class FileUtilsTest extends TestCase { | ||||