Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/types/selectors/TypeSelectorTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/types/selectors/TypeSelectorTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/types/selectors/TypeSelectorTest.java
 (original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/types/selectors/TypeSelectorTest.java
 Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2003-2004 The Apache Software Foundation
+ * Copyright  2003-2004,2006 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.
@@ -18,17 +18,6 @@
 package org.apache.tools.ant.types.selectors;
 
 import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.Project;
-import org.apache.tools.ant.BuildFileTest;
-import org.apache.tools.ant.types.Parameter;
-import org.apache.tools.ant.util.JavaEnvUtils;
-
-import java.text.SimpleDateFormat;
-import java.text.ParsePosition;
-import java.util.Date;
-
-import junit.framework.TestCase;
-import junit.framework.AssertionFailedError;
 
 /**
  * Tests Type Selectors.

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/ClasspathUtilsTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/ClasspathUtilsTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/ClasspathUtilsTest.java 
(original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/ClasspathUtilsTest.java 
Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2000-2002,2004 The Apache Software Foundation
+ * Copyright  2000-2002,2004,2006 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.
@@ -17,9 +17,9 @@
 
 package org.apache.tools.ant.util;
 
-import java.io.File;
 import java.io.IOException;
 import java.util.Enumeration;
+
 import junit.framework.TestCase;
 
 import org.apache.tools.ant.BuildException;

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/DOMElementWriterTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/DOMElementWriterTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/DOMElementWriterTest.java
 (original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/DOMElementWriterTest.java
 Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2000-2005 The Apache Software Foundation
+ * Copyright  2000-2006 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.
@@ -19,9 +19,9 @@
 
 import java.io.IOException;
 import java.io.StringWriter;
-import junit.framework.Test;
+
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
+
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/DateUtilsTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/DateUtilsTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- ant/core/trunk/src/testcases/org/apache/tools/ant/util/DateUtilsTest.java 
(original)
+++ ant/core/trunk/src/testcases/org/apache/tools/ant/util/DateUtilsTest.java 
Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2002,2004 The Apache Software Foundation
+ * Copyright  2002,2004,2006 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.
@@ -16,7 +16,6 @@
  */
 package org.apache.tools.ant.util;
 
-import java.util.Date;
 import java.util.Calendar;
 import java.util.TimeZone;
 

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/GlobPatternMapperTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/GlobPatternMapperTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/GlobPatternMapperTest.java
 (original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/GlobPatternMapperTest.java
 Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2000,2004 The Apache Software Foundation
+ * Copyright  2000,2004,2006 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.
@@ -17,9 +17,7 @@
 
 package org.apache.tools.ant.util;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 /**
  * Tests for org.apache.tools.ant.util;GlobPatternMapper.

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/ResourceUtilsTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/ResourceUtilsTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/ResourceUtilsTest.java 
(original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/ResourceUtilsTest.java 
Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2003-2004 The Apache Software Foundation
+ * Copyright  2003-2004,2006 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.
@@ -17,14 +17,12 @@
 
 package org.apache.tools.ant.util;
 
+import junit.framework.TestCase;
+
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.taskdefs.Echo;
 import org.apache.tools.ant.types.Resource;
 import org.apache.tools.ant.types.ResourceFactory;
-
-import java.io.File;
-
-import junit.framework.TestCase;
 
 /**
  * Tests for org.apache.tools.ant.util.ResourceUtils.

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java
 (original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java
 Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2000-2002,2004 The Apache Software Foundation
+ * Copyright  2000-2002,2004,2006 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.
@@ -20,8 +20,6 @@
 import java.io.IOException;
 
 import junit.framework.AssertionFailedError;
-
-import org.apache.tools.ant.taskdefs.condition.Os;
 
 /**
  * Tests for the jakarta-regexp implementation of the RegexpMatcher interface.

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java
 (original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java
 Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2001-2002,2004 The Apache Software Foundation
+ * Copyright  2001-2002,2004,2006 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.
@@ -20,8 +20,6 @@
 import java.io.IOException;
 
 import junit.framework.AssertionFailedError;
-
-import org.apache.tools.ant.taskdefs.condition.Os;
 
 /**
  * Tests for the jakarta-regexp implementation of the Regexp interface.

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/RegexpMatcherTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/RegexpMatcherTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/RegexpMatcherTest.java
 (original)
+++ 
ant/core/trunk/src/testcases/org/apache/tools/ant/util/regexp/RegexpMatcherTest.java
 Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2000-2004 The Apache Software Foundation
+ * Copyright  2000-2004,2006 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.
@@ -17,12 +17,10 @@
 
 package org.apache.tools.ant.util.regexp;
 
-import java.io.*;
+import java.io.IOException;
 import java.util.Vector;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 /**
  * Tests for all implementations of the RegexpMatcher interface.

Modified: 
ant/core/trunk/src/testcases/org/apache/tools/zip/ZipOutputStreamTest.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/zip/ZipOutputStreamTest.java?rev=374473&r1=374472&r2=374473&view=diff
==============================================================================
--- ant/core/trunk/src/testcases/org/apache/tools/zip/ZipOutputStreamTest.java 
(original)
+++ ant/core/trunk/src/testcases/org/apache/tools/zip/ZipOutputStreamTest.java 
Thu Feb  2 11:37:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2004-2006 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.
@@ -17,12 +17,10 @@
 
 package org.apache.tools.zip;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
 import java.util.Calendar;
 import java.util.Date;
+
+import junit.framework.TestCase;
 
 public class ZipOutputStreamTest extends TestCase {
     



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

Reply via email to