Browse Source

give credit to Jeff for his NetWare patches.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271791 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
c2717b6fb3
5 changed files with 5 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/PathTokenizer.java
  2. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/Execute.java
  3. +1
    -0
      src/main/org/apache/tools/ant/util/FileUtils.java
  4. +1
    -0
      src/testcases/org/apache/tools/ant/types/PathTest.java
  5. +1
    -0
      src/testcases/org/apache/tools/ant/util/FileUtilsTest.java

+ 1
- 1
src/main/org/apache/tools/ant/PathTokenizer.java View File

@@ -67,7 +67,7 @@ import java.io.File;
* of either '/' or '\'.
*
* @author Conor MacNeill (conor@ieee.org)
*
* @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a>
*/
public class PathTokenizer {
/**


+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/Execute.java View File

@@ -75,6 +75,7 @@ import java.util.Vector;
* Runs an external program.
*
* @author thomas.haas@softwired-inc.com
* @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a>
*
* @version $Revision$
*/


+ 1
- 0
src/main/org/apache/tools/ant/util/FileUtils.java View File

@@ -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:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a>
* @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a>
*
* @version $Revision$
*/


+ 1
- 0
src/testcases/org/apache/tools/ant/types/PathTest.java View File

@@ -67,6 +67,7 @@ import java.util.Locale;
* 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:jtulley@novell.com">Jeff Tulley</a>
*/

public class PathTest extends TestCase {


+ 1
- 0
src/testcases/org/apache/tools/ant/util/FileUtilsTest.java View File

@@ -65,6 +65,7 @@ import org.apache.tools.ant.taskdefs.condition.Os;
* Tests for org.apache.tools.ant.util.FileUtils.
*
* @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 {



Loading…
Cancel
Save