peterreilly    2005/01/06 02:30:05

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/junit
                        XalanExecutor.java BriefJUnitResultFormatter.java
  Log:
  remove unneeded imports
  Obtained from: Kevin Jackson
  
  Revision  Changes    Path
  1.18      +1 -4      
ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/XalanExecutor.java
  
  Index: XalanExecutor.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/XalanExecutor.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XalanExecutor.java        22 Nov 2004 09:23:34 -0000      1.17
  +++ XalanExecutor.java        6 Jan 2005 10:30:05 -0000       1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2001-2004 The Apache Software Foundation
  + * Copyright  2001-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  @@ -22,12 +22,9 @@
   import java.io.FileOutputStream;
   import java.io.IOException;
   import java.io.OutputStream;
  -import java.io.PrintWriter;
  -import java.io.StringWriter;
   import java.lang.reflect.Field;
   import org.apache.tools.ant.BuildException;
   import org.apache.tools.ant.Project;
  -import org.apache.tools.ant.util.JavaEnvUtils;
   
   /**
    * Command class that encapsulate specific behavior for each
  
  
  
  1.17      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/BriefJUnitResultFormatter.java
  
  Index: BriefJUnitResultFormatter.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/BriefJUnitResultFormatter.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- BriefJUnitResultFormatter.java    15 Nov 2004 10:41:43 -0000      1.16
  +++ BriefJUnitResultFormatter.java    6 Jan 2005 10:30:05 -0000       1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2001-2002,2004 The Apache Software Foundation
  + * Copyright  2001-2002,2004-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  @@ -24,7 +24,6 @@
   import java.text.NumberFormat;
   import junit.framework.AssertionFailedError;
   import junit.framework.Test;
  -import org.apache.tools.ant.BuildException;
   
   /**
    * Prints plain text output of the test to a specified Writer.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to