donaldp     01/12/22 22:34:24

  Modified:    
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers
                        CompilerAdapter.java CompilerAdapterFactory.java
                        DefaultCompilerAdapter.java Gcj.java Javac12.java
                        Javac13.java JavacExternal.java Jikes.java Jvc.java
                        Kjc.java Sj.java
               
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition
                        And.java Condition.java ConditionBase.java
                        Equals.java Http.java IsSet.java Not.java Or.java
                        Socket.java
               proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec
                        ExecTask.java Execute.java
                        ExecuteStreamHandler.java LogOutputStream.java
                        LogStreamHandler.java PumpStreamHandler.java
                        StreamPumper.java
               proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file
                        Copy.java Delete.java Mkdir.java Move.java
               proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic
                        DefaultRmicAdapter.java KaffeRmic.java
                        RmicAdapter.java RmicAdapterFactory.java
                        SunRmic.java WLRmic.java
               proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/unix
                        Chmod.java Rpm.java
  Log:
  Fix up license banner.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java
  
  Index: CompilerAdapter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CompilerAdapter.java      2001/12/16 00:38:30     1.2
  +++ CompilerAdapter.java      2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java
  
  Index: CompilerAdapterFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CompilerAdapterFactory.java       2001/12/16 00:38:30     1.2
  +++ CompilerAdapterFactory.java       2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.13      +1 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java
  
  Index: DefaultCompilerAdapter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DefaultCompilerAdapter.java       2001/12/23 06:20:34     1.12
  +++ DefaultCompilerAdapter.java       2001/12/23 06:34:23     1.13
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  @@ -15,7 +15,6 @@
   import org.apache.tools.ant.Project;
   import org.apache.tools.ant.taskdefs.Javac;
   import org.apache.tools.ant.taskdefs.exec.Execute;
  -import org.apache.tools.ant.taskdefs.exec.LogStreamHandler;
   import org.apache.tools.ant.taskdefs.exec.LogOutputStream;
   import org.apache.tools.ant.types.Commandline;
   import org.apache.tools.ant.types.Path;
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java
  
  Index: Gcj.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Gcj.java  2001/12/16 01:31:38     1.3
  +++ Gcj.java  2001/12/23 06:34:23     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.5       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac12.java
  
  Index: Javac12.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac12.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Javac12.java      2001/12/17 09:50:11     1.4
  +++ Javac12.java      2001/12/23 06:34:23     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac13.java
  
  Index: Javac13.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac13.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Javac13.java      2001/12/16 00:38:30     1.3
  +++ Javac13.java      2001/12/23 06:34:23     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/JavacExternal.java
  
  Index: JavacExternal.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/JavacExternal.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JavacExternal.java        2001/12/16 00:38:30     1.2
  +++ JavacExternal.java        2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
  
  Index: Jikes.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Jikes.java        2001/12/16 00:38:30     1.3
  +++ Jikes.java        2001/12/23 06:34:23     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jvc.java
  
  Index: Jvc.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jvc.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Jvc.java  2001/12/16 00:38:30     1.2
  +++ Jvc.java  2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.5       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Kjc.java
  
  Index: Kjc.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Kjc.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Kjc.java  2001/12/16 01:31:38     1.4
  +++ Kjc.java  2001/12/23 06:34:23     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Sj.java
  
  Index: Sj.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Sj.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Sj.java   2001/12/16 00:38:30     1.2
  +++ Sj.java   2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.compilers;
   
  
  
  
  1.5       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/And.java
  
  Index: And.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/And.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- And.java  2001/12/22 12:52:27     1.4
  +++ And.java  2001/12/23 06:34:23     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  @@ -17,7 +17,7 @@
    * false.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class And extends ConditionBase implements Condition
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java
  
  Index: Condition.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Condition.java    2001/12/16 00:38:31     1.2
  +++ Condition.java    2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  @@ -13,7 +13,7 @@
    * Interface for conditions to use inside the &lt;condition&gt; task.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public interface Condition
   {
  
  
  
  1.5       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
  
  Index: ConditionBase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConditionBase.java        2001/12/22 12:52:21     1.4
  +++ ConditionBase.java        2001/12/23 06:34:23     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  @@ -22,7 +22,7 @@
    * conditions are in sync.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public abstract class ConditionBase extends ProjectComponent
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java
  
  Index: Equals.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Equals.java       2001/12/16 00:38:31     1.2
  +++ Equals.java       2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  @@ -13,7 +13,7 @@
    * Simple String comparison condition.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class Equals implements Condition
   {
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Http.java
  
  Index: Http.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Http.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Http.java 2001/12/16 02:05:42     1.3
  +++ Http.java 2001/12/23 06:34:23     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java
  
  Index: IsSet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IsSet.java        2001/12/16 00:38:31     1.2
  +++ IsSet.java        2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  @@ -14,7 +14,7 @@
    * Condition that tests whether a given property has been set.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class IsSet extends ProjectComponent implements Condition
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Not.java
  
  Index: Not.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Not.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Not.java  2001/12/16 00:38:31     1.2
  +++ Not.java  2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  @@ -14,7 +14,7 @@
    * it is false and vice versa.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class Not extends ConditionBase implements Condition
   {
  
  
  
  1.5       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Or.java
  
  Index: Or.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Or.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Or.java   2001/12/22 12:51:59     1.4
  +++ Or.java   2001/12/23 06:34:23     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  @@ -17,7 +17,7 @@
    * true.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class Or extends ConditionBase implements Condition
   {
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Socket.java
  
  Index: Socket.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Socket.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Socket.java       2001/12/16 02:05:42     1.3
  +++ Socket.java       2001/12/23 06:34:23     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.condition;
   
  
  
  
  1.11      +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecTask.java
  
  Index: ExecTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecTask.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ExecTask.java     2001/12/23 06:19:33     1.10
  +++ ExecTask.java     2001/12/23 06:34:23     1.11
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.exec;
   
  
  
  
  1.19      +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/Execute.java
  
  Index: Execute.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/Execute.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Execute.java      2001/12/23 06:18:51     1.18
  +++ Execute.java      2001/12/23 06:34:23     1.19
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.exec;
   
  
  
  
  1.2       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecuteStreamHandler.java
  
  Index: ExecuteStreamHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecuteStreamHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExecuteStreamHandler.java 2001/12/17 09:49:30     1.1
  +++ ExecuteStreamHandler.java 2001/12/23 06:34:23     1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.exec;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogOutputStream.java
  
  Index: LogOutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogOutputStream.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LogOutputStream.java      2001/12/23 06:17:57     1.3
  +++ LogOutputStream.java      2001/12/23 06:34:23     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.exec;
   
  
  
  
  1.2       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogStreamHandler.java
  
  Index: LogStreamHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogStreamHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LogStreamHandler.java     2001/12/17 09:49:30     1.1
  +++ LogStreamHandler.java     2001/12/23 06:34:23     1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.exec;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/PumpStreamHandler.java
  
  Index: PumpStreamHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/PumpStreamHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PumpStreamHandler.java    2001/12/23 03:38:25     1.3
  +++ PumpStreamHandler.java    2001/12/23 06:34:23     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.exec;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/StreamPumper.java
  
  Index: StreamPumper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/StreamPumper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StreamPumper.java 2001/12/22 13:00:57     1.2
  +++ StreamPumper.java 2001/12/23 06:34:23     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.exec;
   
  
  
  
  1.7       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Copy.java
  
  Index: Copy.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Copy.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Copy.java 2001/12/22 12:58:59     1.6
  +++ Copy.java 2001/12/23 06:34:24     1.7
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.file;
   
  
  
  
  1.6       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java
  
  Index: Delete.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Delete.java       2001/12/22 12:58:59     1.5
  +++ Delete.java       2001/12/23 06:34:24     1.6
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.file;
   
  
  
  
  1.2       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Mkdir.java
  
  Index: Mkdir.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Mkdir.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Mkdir.java        2001/12/17 10:55:23     1.1
  +++ Mkdir.java        2001/12/23 06:34:24     1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.file;
   
  
  
  
  1.7       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Move.java
  
  Index: Move.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Move.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Move.java 2001/12/22 12:58:59     1.6
  +++ Move.java 2001/12/23 06:34:24     1.7
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.file;
   
  
  
  
  1.6       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java
  
  Index: DefaultRmicAdapter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultRmicAdapter.java   2001/12/22 12:54:52     1.5
  +++ DefaultRmicAdapter.java   2001/12/23 06:34:24     1.6
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.rmic;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.java
  
  Index: KaffeRmic.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- KaffeRmic.java    2001/12/16 00:38:31     1.3
  +++ KaffeRmic.java    2001/12/23 06:34:24     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.rmic;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.java
  
  Index: RmicAdapter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RmicAdapter.java  2001/12/16 02:05:43     1.3
  +++ RmicAdapter.java  2001/12/23 06:34:24     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.rmic;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.java
  
  Index: RmicAdapterFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RmicAdapterFactory.java   2001/12/16 00:38:31     1.2
  +++ RmicAdapterFactory.java   2001/12/23 06:34:24     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.rmic;
   
  
  
  
  1.5       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/SunRmic.java
  
  Index: SunRmic.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/SunRmic.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SunRmic.java      2001/12/17 09:50:13     1.4
  +++ SunRmic.java      2001/12/23 06:34:24     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.rmic;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/WLRmic.java
  
  Index: WLRmic.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/WLRmic.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WLRmic.java       2001/12/16 00:38:31     1.3
  +++ WLRmic.java       2001/12/23 06:34:24     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.rmic;
   
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/unix/Chmod.java
  
  Index: Chmod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/unix/Chmod.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Chmod.java        2001/12/23 03:20:01     1.2
  +++ Chmod.java        2001/12/23 06:34:24     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.unix;
   
  @@ -11,8 +11,8 @@
   import java.io.IOException;
   import org.apache.myrmidon.api.TaskException;
   import org.apache.myrmidon.framework.Os;
  -import org.apache.tools.ant.taskdefs.exec.Execute;
   import org.apache.tools.ant.taskdefs.ExecuteOn;
  +import org.apache.tools.ant.taskdefs.exec.Execute;
   import org.apache.tools.ant.types.FileSet;
   import org.apache.tools.ant.types.PatternSet;
   
  
  
  
  1.3       +1 -4      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/unix/Rpm.java
  
  Index: Rpm.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/unix/Rpm.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Rpm.java  2001/12/23 06:20:35     1.2
  +++ Rpm.java  2001/12/23 06:34:24     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.taskdefs.unix;
   
  @@ -17,10 +17,7 @@
   import org.apache.tools.ant.Project;
   import org.apache.tools.ant.Task;
   import org.apache.tools.ant.taskdefs.exec.Execute;
  -import org.apache.tools.ant.taskdefs.exec.ExecuteStreamHandler;
   import org.apache.tools.ant.taskdefs.exec.LogOutputStream;
  -import org.apache.tools.ant.taskdefs.exec.LogStreamHandler;
  -import org.apache.tools.ant.taskdefs.exec.PumpStreamHandler;
   import org.apache.tools.ant.types.Commandline;
   
   /**
  
  
  

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

Reply via email to