peterreilly 2005/01/06 03:11:21 Modified: src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH ImportTask.java Redirector.java Recorder.java Log: sync Revision Changes Path No revision No revision 1.16.2.12 +1 -3 ant/src/main/org/apache/tools/ant/taskdefs/ImportTask.java Index: ImportTask.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/ImportTask.java,v retrieving revision 1.16.2.11 retrieving revision 1.16.2.12 diff -u -r1.16.2.11 -r1.16.2.12 --- ImportTask.java 4 Jun 2004 12:09:38 -0000 1.16.2.11 +++ ImportTask.java 6 Jan 2005 11:11:21 -0000 1.16.2.12 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-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. @@ -20,12 +20,10 @@ import org.apache.tools.ant.BuildException; import org.apache.tools.ant.ProjectHelper; import org.apache.tools.ant.Project; -import org.apache.tools.ant.ProjectHelper; import org.apache.tools.ant.Task; import org.apache.tools.ant.util.FileUtils; import java.io.File; -import java.io.IOException; import java.util.Vector; /** 1.11.2.9 +2 -6 ant/src/main/org/apache/tools/ant/taskdefs/Redirector.java Index: Redirector.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Redirector.java,v retrieving revision 1.11.2.8 retrieving revision 1.11.2.9 diff -u -r1.11.2.8 -r1.11.2.9 --- Redirector.java 24 Sep 2004 22:29:09 -0000 1.11.2.8 +++ Redirector.java 6 Jan 2005 11:11:21 -0000 1.11.2.9 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2004 The Apache Software Foundation + * Copyright 2003-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,17 +24,13 @@ import java.io.OutputStream; import java.io.StringReader; import java.io.BufferedReader; -import java.io.FileInputStream; -import java.io.PipedInputStream; import java.io.InputStreamReader; import java.io.PipedOutputStream; -import java.io.OutputStreamWriter; -import java.io.BufferedInputStream; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; -import java.io.FileNotFoundException; import java.util.Arrays; import java.util.Vector; + import org.apache.tools.ant.Task; import org.apache.tools.ant.Project; import org.apache.tools.ant.BuildException; 1.16.2.7 +1 -4 ant/src/main/org/apache/tools/ant/taskdefs/Recorder.java Index: Recorder.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Recorder.java,v retrieving revision 1.16.2.6 retrieving revision 1.16.2.7 diff -u -r1.16.2.6 -r1.16.2.7 --- Recorder.java 2 Nov 2004 16:22:28 -0000 1.16.2.6 +++ Recorder.java 6 Jan 2005 11:11:21 -0000 1.16.2.7 @@ -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. @@ -16,9 +16,6 @@ */ package org.apache.tools.ant.taskdefs; -import java.io.FileOutputStream; -import java.io.IOException; -import java.io.PrintStream; import java.util.Hashtable; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.Project;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]