jkf         2005/03/08 16:20:42

  Modified:    src/main/org/apache/tools/ant/input InputRequest.java
                        InputHandler.java PropertyFileInputHandler.java
                        DefaultInputHandler.java
                        MultipleChoiceInputRequest.java
               src/main/org/apache/tools/ant/taskdefs/cvslib RCSFile.java
                        ChangeLogWriter.java CVSEntry.java
                        ChangeLogTask.java CvsTagDiff.java
                        RedirectingStreamHandler.java CvsUser.java
                        ChangeLogParser.java
               src/main/org/apache/tools/ant/taskdefs/optional/extension
                        DeweyDecimal.java ExtensionSet.java
                        LibraryDisplayer.java ExtensionUtil.java
                        Extension.java ExtraAttribute.java
                        ExtensionAdapter.java Specification.java
                        Compatibility.java ExtensionResolver.java
                        Compatability.java LibFileSet.java
               src/main/org/apache/tools/ant/util/facade
                        ImplementationSpecificArgument.java
                        FacadeTaskHelper.java
               src/main/org/apache/tools/zip ExtraFieldUtils.java
                        ZipShort.java ZipFile.java UnixStat.java
                        UnrecognizedExtraField.java ZipOutputStream.java
                        ZipExtraField.java AsiExtraField.java ZipLong.java
                        ZipEntry.java
               src/testcases/org/apache/tools/ant/taskdefs/optional/junit
                        Printer.java Sleeper.java NoVmCrash.java
                        VmCrash.java JUnitVersionHelperTest.java
               src/testcases/org/apache/tools/ant/taskdefs SubAntTest.java
                        UntarTest.java ChecksumTest.java AntTest.java
                        RecorderTest.java GUnzipTest.java
                        AbstractCvsTaskTest.java JavacTest.java
                        TypedefTest.java RmicTest.java BUnzip2Test.java
                        BZip2Test.java
               src/testcases/org/apache/tools/ant/taskdefs/optional/unix
                        SymlinkTest.java
               src/testcases/org/apache/tools/ant/taskdefs/condition
                        ContainsTest.java EqualsTest.java
               
proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn
                        AbstractSvnTaskTest.java
               src/main/org/apache/tools/ant/taskdefs/condition Not.java
                        Os.java FilesMatch.java IsSet.java
                        ConditionBase.java Equals.java IsReference.java
                        Contains.java And.java Condition.java Or.java
               proposal/xdocs/src/org/apache/ant/xdoclet
                        TaskDescriptorSubTask.java
                        TaskDefPropertiesSubTask.java
               
src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers
                        AntResolver.java URLResolver.java
                        LocationResolver.java
               src/testcases/org/apache/tools/ant/taskdefs/optional
                        ReplaceRegExpTest.java
               src/main/org/apache/tools/ant/taskdefs AntStructure.java
                        Javac.java CVSPass.java Copy.java BuildNumber.java
                        Basename.java Sync.java ConditionTask.java
                        Dirname.java XSLTProcess.java FixCRLF.java
                        Execute.java DependSet.java Move.java
               src/main/org/apache/tools/ant/util FileUtils.java
                        TaskLogger.java DateUtils.java
               src/main/org/apache/tools/ant/taskdefs/optional/ssh
                        SSHExec.java
               docs/manual/Integration jext-plugin.html
               src/main/org/apache/tools/ant/taskdefs/optional/net
                        TelnetTask.java
               src/main/org/apache/tools/ant/types Description.java
               src/main/org/apache/tools/ant/taskdefs/optional/sound
                        SoundTask.java AntSoundPlayer.java
               src/main/org/apache/tools/ant/taskdefs/optional/unix
                        Symlink.java
               proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn
                        SvnChangeLogParser.java
               src/main/org/apache/tools/mail ErrorInQuitException.java
               src/main/org/apache/tools/ant/util/regexp RegexpFactory.java
               src/main/org/apache/tools/ant/taskdefs/optional/junit
                        JUnitTask.java JUnitVersionHelper.java
               src/main/org/apache/tools/ant Project.java
  Log:
  removed lines with $Revision: x.y $ lines (after verification)
  
  Revision  Changes    Path
  1.10      +0 -1      ant/src/main/org/apache/tools/ant/input/InputRequest.java
  
  Index: InputRequest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/input/InputRequest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- InputRequest.java 25 Jan 2005 15:46:47 -0000      1.9
  +++ InputRequest.java 9 Mar 2005 00:20:38 -0000       1.10
  @@ -20,7 +20,6 @@
   /**
    * Encapsulates an input request.
    *
  - * @version $Revision$
    * @since Ant 1.5
    */
   public class InputRequest {
  
  
  
  1.10      +1 -2      ant/src/main/org/apache/tools/ant/input/InputHandler.java
  
  Index: InputHandler.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/input/InputHandler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- InputHandler.java 9 Mar 2004 16:48:03 -0000       1.9
  +++ InputHandler.java 9 Mar 2005 00:20:38 -0000       1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -20,7 +20,6 @@
   /**
    * Plugin to Ant to handle requests for user input.
    *
  - * @version $Revision$
    * @since Ant 1.5
    */
   public interface InputHandler {
  
  
  
  1.12      +0 -1      
ant/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java
  
  Index: PropertyFileInputHandler.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- PropertyFileInputHandler.java     25 Jan 2005 15:46:47 -0000      1.11
  +++ PropertyFileInputHandler.java     9 Mar 2005 00:20:38 -0000       1.12
  @@ -26,7 +26,6 @@
    * Reads input from a property file, the file name is read from the
    * system property ant.input.properties, the prompt is the key for input.
    *
  - * @version $Revision$
    * @since Ant 1.5
    */
   public class PropertyFileInputHandler implements InputHandler {
  
  
  
  1.18      +1 -2      
ant/src/main/org/apache/tools/ant/input/DefaultInputHandler.java
  
  Index: DefaultInputHandler.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/input/DefaultInputHandler.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- DefaultInputHandler.java  9 Mar 2004 16:48:03 -0000       1.17
  +++ DefaultInputHandler.java  9 Mar 2005 00:20:38 -0000       1.18
  @@ -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.
  @@ -27,7 +27,6 @@
   /**
    * Prompts on System.err, reads input from System.in
    *
  - * @version $Revision$
    * @since Ant 1.5
    */
   public class DefaultInputHandler implements InputHandler {
  
  
  
  1.8       +1 -2      
ant/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java
  
  Index: MultipleChoiceInputRequest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- MultipleChoiceInputRequest.java   9 Mar 2004 16:48:03 -0000       1.7
  +++ MultipleChoiceInputRequest.java   9 Mar 2005 00:20:38 -0000       1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -22,7 +22,6 @@
   /**
    * Encapsulates an input request.
    *
  - * @version $Revision$
    * @since Ant 1.5
    */
   public class MultipleChoiceInputRequest extends InputRequest {
  
  
  
  1.11      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java
  
  Index: RCSFile.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- RCSFile.java      17 Jan 2005 18:48:26 -0000      1.10
  +++ RCSFile.java      9 Mar 2005 00:20:38 -0000       1.11
  @@ -19,7 +19,6 @@
   /**
    * Represents a RCS File change.
    *
  - * @version $Revision$ $Date$
    */
   class RCSFile {
       private String name;
  
  
  
  1.18      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java
  
  Index: ChangeLogWriter.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ChangeLogWriter.java      14 Feb 2005 13:30:34 -0000      1.17
  +++ ChangeLogWriter.java      9 Mar 2005 00:20:38 -0000       1.18
  @@ -24,7 +24,6 @@
   /**
    * Class used to generate an XML changelog.
    *
  - * @version $Revision$ $Date$
    */
   public class ChangeLogWriter {
       /** output format for dates written to xml file */
  
  
  
  1.14      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java
  
  Index: CVSEntry.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- CVSEntry.java     6 Dec 2004 17:33:09 -0000       1.13
  +++ CVSEntry.java     9 Mar 2005 00:20:38 -0000       1.14
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -22,7 +22,6 @@
   /**
    * CVS Entry.
    *
  - * @version $Revision$ $Date$
    */
   public class CVSEntry {
       private Date date;
  
  
  
  1.32      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
  
  Index: ChangeLogTask.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- ChangeLogTask.java        6 Dec 2004 17:41:32 -0000       1.31
  +++ ChangeLogTask.java        9 Mar 2005 00:20:38 -0000       1.32
  @@ -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.
  @@ -60,7 +60,6 @@
    * <font color=#6a5acd>&lt;!ELEMENT</font> prevrevision <font 
color=#ff00ff>(#PCDATA)</font><font color=#6a5acd>&gt;</font>
    * </pre>
    *
  - * @version $Revision$ $Date$
    * @since Ant 1.5
    * @ant.task name="cvschangelog" category="scm"
    */
  
  
  
  1.25      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java
  
  Index: CvsTagDiff.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- CvsTagDiff.java   6 Jan 2005 12:05:07 -0000       1.24
  +++ CvsTagDiff.java   9 Mar 2005 00:20:38 -0000       1.25
  @@ -60,7 +60,6 @@
    * &lt;!ELEMENT prevrevision ( #PCDATA ) &gt;
    * </PRE>
    *
  - * @version $Revision$ $Date$
    * @since Ant 1.5
    * @ant.task name="cvstagdiff"
    */
  
  
  
  1.18      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java
  
  Index: RedirectingStreamHandler.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- RedirectingStreamHandler.java     9 Mar 2004 16:48:14 -0000       1.17
  +++ RedirectingStreamHandler.java     9 Mar 2005 00:20:38 -0000       1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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 @@
   /**
    * A dummy stream handler that just passes stuff to the parser.
    *
  - * @version $Revision$ $Date$
    */
   class RedirectingStreamHandler
        extends PumpStreamHandler {
  
  
  
  1.11      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java
  
  Index: CvsUser.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- CvsUser.java      6 Dec 2004 17:54:26 -0000       1.10
  +++ CvsUser.java      9 Mar 2005 00:20:38 -0000       1.11
  @@ -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.
  @@ -21,7 +21,6 @@
   /**
    * Represents a CVS user with a userID and a full name.
    *
  - * @version $Revision$ $Date$
    */
   public class CvsUser {
       /** The user's Id */
  
  
  
  1.29      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java
  
  Index: ChangeLogParser.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- ChangeLogParser.java      6 Dec 2004 17:35:42 -0000       1.28
  +++ ChangeLogParser.java      9 Mar 2005 00:20:38 -0000       1.29
  @@ -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.
  @@ -26,7 +26,6 @@
   /**
    * A class used to parse the output of the CVS log command.
    *
  - * @version $Revision$ $Date$
    */
   class ChangeLogParser {
       //private static final int GET_ENTRY = 0;
  
  
  
  1.9       +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java
  
  Index: DeweyDecimal.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DeweyDecimal.java 9 Mar 2004 16:48:22 -0000       1.8
  +++ DeweyDecimal.java 9 Mar 2005 00:20:38 -0000       1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -26,7 +26,6 @@
    * represent major, minor, micro, etc versions.  The version number
    * must begin with a number.
    *
  - * @version $Revision$ $Date$
    */
   public final class DeweyDecimal {
       /** Array of components that make up DeweyDecimal */
  
  
  
  1.10      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java
  
  Index: ExtensionSet.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ExtensionSet.java 25 Feb 2005 09:51:33 -0000      1.9
  +++ ExtensionSet.java 9 Mar 2005 00:20:38 -0000       1.10
  @@ -28,7 +28,6 @@
    * The Extension set lists a set of "Optional Packages" /
    * "Extensions".
    *
  - * @version $Revision$ $Date$
    * @ant.data-type name="extension-set"
    */
   public class ExtensionSet
  
  
  
  1.9       +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java
  
  Index: LibraryDisplayer.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LibraryDisplayer.java     9 Mar 2004 16:48:24 -0000       1.8
  +++ LibraryDisplayer.java     9 Mar 2005 00:20:38 -0000       1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -26,7 +26,6 @@
    * to "Optional Packages" (formely known as "Extensions")
    * and Package Specifications.
    *
  - * @version $Revision$ $Date$
    */
   class LibraryDisplayer {
       /**
  
  
  
  1.13      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java
  
  Index: ExtensionUtil.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ExtensionUtil.java        25 Feb 2005 09:51:33 -0000      1.12
  +++ ExtensionUtil.java        9 Mar 2005 00:20:38 -0000       1.13
  @@ -32,7 +32,6 @@
   /**
    * A set of useful methods relating to extensions.
    *
  - * @version $Revision$ $Date$
    */
   public class ExtensionUtil {
       /**
  @@ -212,4 +211,4 @@
               throw new BuildException(ioe.getMessage(), ioe);
           }
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.16      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java
  
  Index: Extension.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Extension.java    25 Feb 2005 09:51:33 -0000      1.15
  +++ Extension.java    9 Mar 2005 00:20:38 -0000       1.16
  @@ -35,7 +35,6 @@
    * Java2 Standard Edition package, in file
    * <code>guide/extensions/versioning.html</code>.</p>
    *
  - * @version $Revision$ $Date$
    */
   public final class Extension {
       /**
  @@ -686,4 +685,4 @@
       private static String getTrimmedString(final String value) {
           return null == value ? null : value.trim();
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.8       +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java
  
  Index: ExtraAttribute.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ExtraAttribute.java       9 Mar 2004 16:48:24 -0000       1.7
  +++ ExtraAttribute.java       9 Mar 2005 00:20:38 -0000       1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -21,7 +21,6 @@
   /**
    * Simple holder for extra attributes in main section of manifest.
    *
  - * @version $Revision$ $Date$
    * @todo Refactor this and all the other parameter, sysproperty,
    *   property etc into a single class in framework
    */
  
  
  
  1.13      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java
  
  Index: ExtensionAdapter.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ExtensionAdapter.java     9 Mar 2004 16:48:24 -0000       1.12
  +++ ExtensionAdapter.java     9 Mar 2005 00:20:38 -0000       1.13
  @@ -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.
  @@ -24,7 +24,6 @@
    * Simple class that represents an Extension and conforms to Ants
    * patterns.
    *
  - * @version $Revision$ $Date$
    * @ant.data-type name="extension"
    */
   public class ExtensionAdapter extends DataType {
  
  
  
  1.14      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java
  
  Index: Specification.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Specification.java        25 Feb 2005 09:51:33 -0000      1.13
  +++ Specification.java        9 Mar 2005 00:20:38 -0000       1.14
  @@ -36,7 +36,6 @@
    * Java2 Standard Edition package, in file
    * <code>guide/extensions/versioning.html</code>.</p>
    *
  - * @version $Revision$ $Date$
    */
   public final class Specification {
       
  @@ -601,4 +600,4 @@
                                     impTitle, impVersion, impVendor,
                                     new String[]{section});
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.9       +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java
  
  Index: Compatibility.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Compatibility.java        9 Mar 2004 16:48:22 -0000       1.8
  +++ Compatibility.java        9 Mar 2005 00:20:38 -0000       1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -28,7 +28,6 @@
    * ants file.
    * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    *
  - * @version $Revision$ $Date$
    * @see Extension
    */
   public final class Compatibility {
  
  
  
  1.10      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java
  
  Index: ExtensionResolver.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ExtensionResolver.java    9 Mar 2004 16:48:24 -0000       1.9
  +++ ExtensionResolver.java    9 Mar 2005 00:20:38 -0000       1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -23,7 +23,6 @@
   /**
    * Interface to locate a File that satisfies extension.
    *
  - * @version $Revision$ $Date$
    */
   public interface ExtensionResolver {
       /**
  
  
  
  1.10      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java
  
  Index: Compatability.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Compatability.java        9 Mar 2004 16:48:22 -0000       1.9
  +++ Compatability.java        9 Mar 2005 00:20:38 -0000       1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -28,7 +28,6 @@
    * ants file.
    * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    *
  - * @version $Revision$ $Date$
    * @see Extension
    */
   public final class Compatability {
  
  
  
  1.9       +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java
  
  Index: LibFileSet.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LibFileSet.java   12 Nov 2004 11:07:12 -0000      1.8
  +++ LibFileSet.java   9 Mar 2005 00:20:38 -0000       1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -23,7 +23,6 @@
    * Asociated with the libraries is data pertaining to
    * how they are to be handled when building manifests.
    *
  - * @version $Revision$ $Date$
    */
   public class LibFileSet
       extends FileSet {
  
  
  
  1.9       +0 -1      
ant/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java
  
  Index: ImplementationSpecificArgument.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ImplementationSpecificArgument.java       21 Jan 2005 16:37:51 -0000      
1.8
  +++ ImplementationSpecificArgument.java       9 Mar 2005 00:20:39 -0000       
1.9
  @@ -23,7 +23,6 @@
    * Extension of Commandline.Argument with a new attribute that choses
    * a specific implementation of the facade.
    *
  - * @version $Revision$
    *
    * @since Ant 1.5
    */
  
  
  
  1.15      +0 -1      
ant/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java
  
  Index: FacadeTaskHelper.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- FacadeTaskHelper.java     21 Jan 2005 16:37:51 -0000      1.14
  +++ FacadeTaskHelper.java     9 Mar 2005 00:20:39 -0000       1.15
  @@ -25,7 +25,6 @@
    * explicit implementation choices, magic properties and
    * implementation specific command line arguments.
    *
  - * @version $Revision$
    *
    * @since Ant 1.5
    */
  
  
  
  1.12      +0 -1      ant/src/main/org/apache/tools/zip/ExtraFieldUtils.java
  
  Index: ExtraFieldUtils.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ExtraFieldUtils.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ExtraFieldUtils.java      7 Jan 2005 13:23:10 -0000       1.11
  +++ ExtraFieldUtils.java      9 Mar 2005 00:20:39 -0000       1.12
  @@ -24,7 +24,6 @@
   /**
    * ZipExtraField related methods
    *
  - * @version $Revision$
    */
   public class ExtraFieldUtils {
   
  
  
  
  1.14      +0 -1      ant/src/main/org/apache/tools/zip/ZipShort.java
  
  Index: ZipShort.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipShort.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ZipShort.java     6 Jan 2005 18:27:14 -0000       1.13
  +++ ZipShort.java     9 Mar 2005 00:20:39 -0000       1.14
  @@ -21,7 +21,6 @@
    * Utility class that represents a two byte integer with conversion
    * rules for the big endian byte order of ZIP files.
    *
  - * @version $Revision$
    */
   public final class ZipShort implements Cloneable {
   
  
  
  
  1.18      +0 -1      ant/src/main/org/apache/tools/zip/ZipFile.java
  
  Index: ZipFile.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipFile.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ZipFile.java      6 Jan 2005 18:29:38 -0000       1.17
  +++ ZipFile.java      9 Mar 2005 00:20:39 -0000       1.18
  @@ -56,7 +56,6 @@
    *   <li>close is allowed to throw IOException.</li>
    * </ul>
    *
  - * @version $Revision$
    */
   public class ZipFile {
   
  
  
  
  1.10      +1 -2      ant/src/main/org/apache/tools/zip/UnixStat.java
  
  Index: UnixStat.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/UnixStat.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UnixStat.java     9 Mar 2004 16:48:55 -0000       1.9
  +++ UnixStat.java     9 Mar 2005 00:20:39 -0000       1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2001,2004 The Apache Software Foundation
  + * Copyright  2001,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.
  @@ -20,7 +20,6 @@
   /**
    * Constants from stat.h on Unix systems.
    *
  - * @version $Revision$
    */
   public interface UnixStat {
   
  
  
  
  1.10      +0 -1      
ant/src/main/org/apache/tools/zip/UnrecognizedExtraField.java
  
  Index: UnrecognizedExtraField.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/zip/UnrecognizedExtraField.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UnrecognizedExtraField.java       7 Jan 2005 14:11:04 -0000       1.9
  +++ UnrecognizedExtraField.java       9 Mar 2005 00:20:39 -0000       1.10
  @@ -24,7 +24,6 @@
    * <p>Assumes local file data and central directory entries are
    * identical - unless told the opposite.</p>
    *
  - * @version $Revision$
    */
   public class UnrecognizedExtraField implements ZipExtraField {
   
  
  
  
  1.35      +0 -1      ant/src/main/org/apache/tools/zip/ZipOutputStream.java
  
  Index: ZipOutputStream.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipOutputStream.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- ZipOutputStream.java      18 Feb 2005 13:15:28 -0000      1.34
  +++ ZipOutputStream.java      9 Mar 2005 00:20:39 -0000       1.35
  @@ -50,7 +50,6 @@
    * uncompressed size information is required before [EMAIL PROTECTED]
    * #putNextEntry putNextEntry} can be called.</p>
    *
  - * @version $Revision$
    */
   public class ZipOutputStream extends FilterOutputStream {
   
  
  
  
  1.11      +0 -1      ant/src/main/org/apache/tools/zip/ZipExtraField.java
  
  Index: ZipExtraField.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipExtraField.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ZipExtraField.java        7 Jan 2005 14:11:04 -0000       1.10
  +++ ZipExtraField.java        9 Mar 2005 00:20:39 -0000       1.11
  @@ -28,7 +28,6 @@
    * java.util.zip.ZipOutputStream java.util.zip.ZipOutputStream} will
    * only use the local file data in both places.</p>
    *
  - * @version $Revision$
    */
   public interface ZipExtraField {
   
  
  
  
  1.13      +0 -1      ant/src/main/org/apache/tools/zip/AsiExtraField.java
  
  Index: AsiExtraField.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/AsiExtraField.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AsiExtraField.java        7 Jan 2005 13:13:39 -0000       1.12
  +++ AsiExtraField.java        9 Mar 2005 00:20:39 -0000       1.13
  @@ -44,7 +44,6 @@
    * <p>Short is two bytes and Long is four bytes in big endian byte and
    * word order, device numbers are currently not supported.</p>
    *
  - * @version $Revision$
    */
   public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable {
   
  
  
  
  1.14      +0 -1      ant/src/main/org/apache/tools/zip/ZipLong.java
  
  Index: ZipLong.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipLong.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ZipLong.java      6 Jan 2005 18:27:14 -0000       1.13
  +++ ZipLong.java      9 Mar 2005 00:20:39 -0000       1.14
  @@ -21,7 +21,6 @@
    * Utility class that represents a four byte integer with conversion
    * rules for the big endian byte order of ZIP files.
    *
  - * @version $Revision$
    */
   public final class ZipLong implements Cloneable {
   
  
  
  
  1.26      +0 -1      ant/src/main/org/apache/tools/zip/ZipEntry.java
  
  Index: ZipEntry.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipEntry.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ZipEntry.java     22 Jan 2005 22:56:17 -0000      1.25
  +++ ZipEntry.java     9 Mar 2005 00:20:39 -0000       1.26
  @@ -26,7 +26,6 @@
    * Extension that adds better handling of extra fields and provides
    * access to the internal and external file attributes.
    *
  - * @version $Revision$
    */
   public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable {
   
  
  
  
  1.2       +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Printer.java
  
  Index: Printer.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Printer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Printer.java      6 Oct 2004 15:01:55 -0000       1.1
  +++ Printer.java      9 Mar 2005 00:20:39 -0000       1.2
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 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.
  @@ -19,7 +19,6 @@
   import junit.framework.TestCase;
   
   /**
  - * @version $Revision$
    */
   public class Printer extends TestCase {
   
  
  
  
  1.4       +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Sleeper.java
  
  Index: Sleeper.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Sleeper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Sleeper.java      17 Dec 2004 14:12:08 -0000      1.3
  +++ Sleeper.java      9 Mar 2005 00:20:39 -0000       1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 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.
  @@ -19,7 +19,6 @@
   import junit.framework.TestCase;
   
   /**
  - * @version $Revision$
    */
   public class Sleeper extends TestCase {
   
  
  
  
  1.3       +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/NoVmCrash.java
  
  Index: NoVmCrash.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/NoVmCrash.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NoVmCrash.java    6 Oct 2004 15:01:55 -0000       1.2
  +++ NoVmCrash.java    9 Mar 2005 00:20:39 -0000       1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 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.
  @@ -19,7 +19,6 @@
   import junit.framework.TestCase;
   
   /**
  - * @version $Revision$
    */
   public class NoVmCrash extends TestCase {
   
  
  
  
  1.3       +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/VmCrash.java
  
  Index: VmCrash.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/VmCrash.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VmCrash.java      6 Oct 2004 15:01:55 -0000       1.2
  +++ VmCrash.java      9 Mar 2005 00:20:39 -0000       1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 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.
  @@ -19,7 +19,6 @@
   import junit.framework.TestCase;
   
   /**
  - * @version $Revision$
    */
   public class VmCrash extends TestCase {
   
  
  
  
  1.10      +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java
  
  Index: JUnitVersionHelperTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- JUnitVersionHelperTest.java       9 Mar 2004 16:49:02 -0000       1.9
  +++ JUnitVersionHelperTest.java       9 Mar 2005 00:20:39 -0000       1.10
  @@ -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.
  @@ -21,7 +21,6 @@
   import junit.framework.TestResult;
   
   /**
  - * @version $Revision$
    */
   public class JUnitVersionHelperTest extends TestCase {
   
  
  
  
  1.6       +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java
  
  Index: SubAntTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SubAntTest.java   9 Mar 2004 16:48:57 -0000       1.5
  +++ SubAntTest.java   9 Mar 2005 00:20:39 -0000       1.6
  @@ -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.
  @@ -28,7 +28,6 @@
   import org.apache.tools.ant.types.Path;
   
   /**
  - * @version $Revision$
    */
   public class SubAntTest extends BuildFileTest {
   
  
  
  
  1.12      +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java
  
  Index: UntarTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- UntarTest.java    6 Jan 2005 12:05:03 -0000       1.11
  +++ UntarTest.java    9 Mar 2005 00:20:39 -0000       1.12
  @@ -20,7 +20,6 @@
   import org.apache.tools.ant.util.FileUtils;
   
   /**
  - * @version $Revision$
    */
   public class UntarTest extends BuildFileTest {
   
  
  
  
  1.15      +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java
  
  Index: ChecksumTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ChecksumTest.java 6 Jan 2005 12:05:04 -0000       1.14
  +++ ChecksumTest.java 9 Mar 2005 00:20:39 -0000       1.15
  @@ -23,7 +23,6 @@
   import java.io.File;
   
   /**
  - * @version $Revision$
    */
   public class ChecksumTest extends BuildFileTest {
   
  
  
  
  1.29      +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/AntTest.java
  
  Index: AntTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/AntTest.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- AntTest.java      13 Jan 2005 13:43:45 -0000      1.28
  +++ AntTest.java      9 Mar 2005 00:20:39 -0000       1.29
  @@ -29,7 +29,6 @@
   import org.apache.tools.ant.types.Path;
   
   /**
  - * @version $Revision$
    */
   public class AntTest extends BuildFileTest {
   
  
  
  
  1.5       +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java
  
  Index: RecorderTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RecorderTest.java 11 Jan 2005 21:56:45 -0000      1.4
  +++ RecorderTest.java 9 Mar 2005 00:20:39 -0000       1.5
  @@ -23,7 +23,6 @@
   import java.io.IOException;
   
   /**
  - * @version $Revision$
    */
   public class RecorderTest extends BuildFileTest {
   
  
  
  
  1.14      +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java
  
  Index: GUnzipTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- GUnzipTest.java   6 Jan 2005 12:05:04 -0000       1.13
  +++ GUnzipTest.java   9 Mar 2005 00:20:39 -0000       1.14
  @@ -20,7 +20,6 @@
   import org.apache.tools.ant.util.FileUtils;
   
   /**
  - * @version $Revision$
    */
   public class GUnzipTest extends BuildFileTest {
   
  
  
  
  1.12      +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java
  
  Index: AbstractCvsTaskTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AbstractCvsTaskTest.java  9 Mar 2004 16:48:56 -0000       1.11
  +++ AbstractCvsTaskTest.java  9 Mar 2005 00:20:39 -0000       1.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.
  @@ -21,7 +21,6 @@
   import org.apache.tools.ant.BuildFileTest;
   
   /**
  - * @version $Revision$
    */
   public class AbstractCvsTaskTest extends BuildFileTest {
   
  
  
  
  1.17      +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java
  
  Index: JavacTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- JavacTest.java    17 Dec 2004 15:07:43 -0000      1.16
  +++ JavacTest.java    9 Mar 2005 00:20:39 -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.
  @@ -31,7 +31,6 @@
   /**
    * Testcase for <javac>.
    *
  - * @version $Revision$ $Date$
    */
   public class JavacTest extends TestCase {
   
  
  
  
  1.13      +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java
  
  Index: TypedefTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TypedefTest.java  20 Oct 2004 08:38:05 -0000      1.12
  +++ TypedefTest.java  9 Mar 2005 00:20:39 -0000       1.13
  @@ -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.
  @@ -21,7 +21,6 @@
   import org.apache.tools.ant.BuildFileTest;
   
   /**
  - * @version $Revision$
    */
   public class TypedefTest extends BuildFileTest {
   
  
  
  
  1.10      +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java
  
  Index: RmicTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- RmicTest.java     10 Aug 2004 12:14:10 -0000      1.9
  +++ RmicTest.java     9 Mar 2005 00:20:39 -0000       1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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 @@
   /**
    * Testcase for <rmic>.
    *
  - * @version $Revision$
    * @since Ant 1.5
    */
   public class RmicTest extends TestCase {
  
  
  
  1.13      +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java
  
  Index: BUnzip2Test.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- BUnzip2Test.java  6 Jan 2005 12:05:04 -0000       1.12
  +++ BUnzip2Test.java  9 Mar 2005 00:20:39 -0000       1.13
  @@ -23,7 +23,6 @@
   import java.io.IOException;
   
   /**
  - * @version $Revision$
    */
   public class BUnzip2Test extends BuildFileTest {
   
  
  
  
  1.13      +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java
  
  Index: BZip2Test.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- BZip2Test.java    6 Jan 2005 12:05:04 -0000       1.12
  +++ BZip2Test.java    9 Mar 2005 00:20:39 -0000       1.13
  @@ -23,7 +23,6 @@
   import java.io.IOException;
   
   /**
  - * @version $Revision$
    */
   public class BZip2Test extends BuildFileTest {
   
  
  
  
  1.10      +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java
  
  Index: SymlinkTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SymlinkTest.java  24 Jun 2004 16:45:09 -0000      1.9
  +++ SymlinkTest.java  9 Mar 2005 00:20:40 -0000       1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -40,7 +40,6 @@
    * is not included because action="delete" only prints a message and calls
    * Symlink.deleteSymlink, making a separate test redundant.
    *
  - * @version $Revision$
    */
   
   public class SymlinkTest extends BuildFileTest {
  
  
  
  1.9       +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java
  
  Index: ContainsTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ContainsTest.java 9 Mar 2004 16:49:01 -0000       1.8
  +++ ContainsTest.java 9 Mar 2005 00:20:40 -0000       1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -22,7 +22,6 @@
   /**
    * Testcase for the &lt;contains&gt; condition.
    *
  - * @version $Revision$
    */
   public class ContainsTest extends TestCase {
   
  
  
  
  1.8       +1 -2      
ant/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java
  
  Index: EqualsTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- EqualsTest.java   9 Mar 2004 16:49:01 -0000       1.7
  +++ EqualsTest.java   9 Mar 2005 00:20:40 -0000       1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -22,7 +22,6 @@
   /**
    * Testcase for the &lt;equals&gt; condition.
    *
  - * @version $Revision$
    */
   public class EqualsTest extends TestCase {
   
  
  
  
  1.2       +0 -1      
ant/proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java
  
  Index: AbstractSvnTaskTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractSvnTaskTest.java  11 Feb 2005 13:50:16 -0000      1.1
  +++ AbstractSvnTaskTest.java  9 Mar 2005 00:20:40 -0000       1.2
  @@ -21,7 +21,6 @@
   import org.apache.tools.ant.BuildFileTest;
   
   /**
  - * @version $Revision$
    */
   public class AbstractSvnTaskTest extends BuildFileTest {
   
  
  
  
  1.11      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/Not.java
  
  Index: Not.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Not.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Not.java  9 Mar 2004 16:48:13 -0000       1.10
  +++ Not.java  9 Mar 2005 00:20:40 -0000       1.11
  @@ -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.
  @@ -26,7 +26,6 @@
    * and vice versa.
    *
    * @since Ant 1.4
  - * @version $Revision$
    */
   public class Not extends ConditionBase implements Condition {
   
  
  
  
  1.35      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/Os.java
  
  Index: Os.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Os.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Os.java   9 Mar 2004 16:48:13 -0000       1.34
  +++ Os.java   9 Mar 2005 00:20:40 -0000       1.35
  @@ -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.
  @@ -24,7 +24,6 @@
    * Condition that tests the OS type.
    *
    * @since Ant 1.4
  - * @version $Revision$
    */
   public class Os implements Condition {
       private static final String OS_NAME =
  
  
  
  1.18      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java
  
  Index: FilesMatch.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- FilesMatch.java   6 Jan 2005 12:05:09 -0000       1.17
  +++ FilesMatch.java   9 Mar 2005 00:20:40 -0000       1.18
  @@ -25,7 +25,6 @@
    * Compares two files for bitwise equality based on size and
    * content. Timestamps are not at all looked at.
    *
  - * @version $Revision$
    * @since Ant 1.5
    */
   
  
  
  
  1.12      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java
  
  Index: IsSet.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- IsSet.java        9 Mar 2004 16:48:13 -0000       1.11
  +++ IsSet.java        9 Mar 2005 00:20:40 -0000       1.12
  @@ -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.
  @@ -24,7 +24,6 @@
    * Condition that tests whether a given property has been set.
    *
    * @since Ant 1.5
  - * @version $Revision$
    */
   public class IsSet extends ProjectComponent implements Condition {
       private String property;
  
  
  
  1.29      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
  
  Index: ConditionBase.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- ConditionBase.java        23 Feb 2004 14:40:04 -0000      1.28
  +++ ConditionBase.java        9 Mar 2005 00:20:40 -0000       1.29
  @@ -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.
  @@ -30,7 +30,6 @@
    * and the "container" conditions are in sync.
    *
    * @since Ant 1.4
  - * @version $Revision$
    */
   public abstract class ConditionBase extends ProjectComponent {
       private Vector conditions = new Vector();
  
  
  
  1.15      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java
  
  Index: Equals.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Equals.java       9 Mar 2004 16:48:13 -0000       1.14
  +++ Equals.java       9 Mar 2005 00:20:40 -0000       1.15
  @@ -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.
  @@ -23,7 +23,6 @@
    * Simple String comparison condition.
    *
    * @since Ant 1.4
  - * @version $Revision$
    */
   public class Equals implements Condition {
   
  
  
  
  1.10      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java
  
  Index: IsReference.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- IsReference.java  9 Mar 2004 16:48:13 -0000       1.9
  +++ IsReference.java  9 Mar 2005 00:20:40 -0000       1.10
  @@ -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.
  @@ -27,7 +27,6 @@
    * <p>Optionally tests whether it is of a given type/class.</p>
    *
    * @since Ant 1.6
  - * @version $Revision$
    */
   public class IsReference extends ProjectComponent implements Condition {
       private Reference ref;
  
  
  
  1.11      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java
  
  Index: Contains.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Contains.java     9 Mar 2004 16:48:13 -0000       1.10
  +++ Contains.java     9 Mar 2005 00:20:40 -0000       1.11
  @@ -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.
  @@ -22,7 +22,6 @@
   /**
    * Is one string part of another string?
    *
  - * @version $Revision$
    *
    * @since Ant 1.5
    */
  
  
  
  1.14      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/And.java
  
  Index: And.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/And.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- And.java  9 Mar 2004 16:48:13 -0000       1.13
  +++ And.java  9 Mar 2005 00:20:40 -0000       1.14
  @@ -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.
  @@ -27,7 +27,6 @@
    * evaluates to false.</p>
    *
    * @since Ant 1.4
  - * @version $Revision$
    */
   public class And extends ConditionBase implements Condition {
   
  
  
  
  1.11      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java
  
  Index: Condition.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Condition.java    9 Mar 2004 16:48:13 -0000       1.10
  +++ Condition.java    9 Mar 2005 00:20:40 -0000       1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2001,2003-2004 The Apache Software Foundation
  + * Copyright  2001,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.
  @@ -22,7 +22,6 @@
   /**
    * Interface for conditions to use inside the &lt;condition&gt; task.
    *
  - * @version $Revision$
    */
   public interface Condition {
       /**
  
  
  
  1.14      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/condition/Or.java
  
  Index: Or.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Or.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Or.java   9 Mar 2004 16:48:13 -0000       1.13
  +++ Or.java   9 Mar 2005 00:20:40 -0000       1.14
  @@ -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.
  @@ -27,7 +27,6 @@
    * evaluates to true.</p>
    *
    * @since Ant 1.4
  - * @version $Revision$
    */
   public class Or extends ConditionBase implements Condition {
   
  
  
  
  1.4       +16 -54    
ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java
  
  Index: TaskDescriptorSubTask.java
  ===================================================================
  RCS file: 
/home/cvs/ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TaskDescriptorSubTask.java        9 Mar 2004 16:47:58 -0000       1.3
  +++ TaskDescriptorSubTask.java        9 Mar 2005 00:20:40 -0000       1.4
  @@ -1,56 +1,19 @@
  -/*
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer.
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *    notice, this list of conditions and the following disclaimer in
  - *    the documentation and/or other materials provided with the
  - *    distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  - *       "This product includes software developed by the
  - *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names "The Jakarta Project", "Ant", and "Apache Software
  - *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written
  - *    permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * ====================================================================
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  - */
  + /*
  +  * 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.
  +  *  You may obtain a copy of the License at
  +  *
  +  *      http://www.apache.org/licenses/LICENSE-2.0
  +  *
  +  *  Unless required by applicable law or agreed to in writing, software
  +  *  distributed under the License is distributed on an "AS IS" BASIS,
  +  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  *  See the License for the specific language governing permissions and
  +  *  limitations under the License.
  +  *
  +  */
   
   package org.apache.ant.xdoclet;
   
  @@ -66,7 +29,6 @@
    * @ant.element          display-name="taskdescriptor" name="taskdescriptor"
    *      
parent="xdoclet.modules.apache.ant.org.apache.ant.xdoclet.AntDocletTask"
    * @ant.task             ignore="true"
  - * @version              $Revision$
    * @xdoclet.merge-file   file="{0}.xml" relates-to="{0}.xml" 
description="Used for code examples. An example merge file
    *      may be found in Ant's proposal/xdocs/src directory."
    */
  
  
  
  1.3       +13 -51    
ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java
  
  Index: TaskDefPropertiesSubTask.java
  ===================================================================
  RCS file: 
/home/cvs/ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TaskDefPropertiesSubTask.java     9 Mar 2004 16:47:58 -0000       1.2
  +++ TaskDefPropertiesSubTask.java     9 Mar 2005 00:20:40 -0000       1.3
  @@ -1,55 +1,18 @@
  -/*
  - * The Apache Software License, Version 1.1
  + /*
  + * Copyright  2003, 2005 The Apache Software Foundation
    *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  - * reserved.
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
    *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer.
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *    notice, this list of conditions and the following disclaimer in
  - *    the documentation and/or other materials provided with the
  - *    distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  - *       "This product includes software developed by the
  - *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names "The Jakarta Project", "Ant", and "Apache Software
  - *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written
  - *    permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * ====================================================================
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
    */
   
   package org.apache.ant.xdoclet;
  @@ -63,7 +26,6 @@
    * @ant.element   display-name="taskdefproperties" name="taskdefproperties"
    *      parent="org.apache.ant.xdoclet.AntDocletTask"
    * @ant.task      ignore="true"
  - * @version       $Revision$
    */
   public class TaskDefPropertiesSubTask extends AntSubTask
   {
  
  
  
  1.13      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java
  
  Index: AntResolver.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AntResolver.java  18 Feb 2005 23:27:58 -0000      1.12
  +++ AntResolver.java  9 Mar 2005 00:20:40 -0000       1.13
  @@ -27,7 +27,6 @@
   /**
    * Resolver that just returns s specified location.
    *
  - * @version $Revision$ $Date$
    */
   public class AntResolver implements ExtensionResolver {
       private File antfile;
  
  
  
  1.13      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java
  
  Index: URLResolver.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- URLResolver.java  18 Feb 2005 23:27:59 -0000      1.12
  +++ URLResolver.java  9 Mar 2005 00:20:40 -0000       1.13
  @@ -27,7 +27,6 @@
   /**
    * Resolver that just returns s specified location.
    *
  - * @version $Revision$ $Date$
    */
   public class URLResolver implements ExtensionResolver {
       private File destfile;
  
  
  
  1.12      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java
  
  Index: LocationResolver.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- LocationResolver.java     10 Dec 2004 10:58:19 -0000      1.11
  +++ LocationResolver.java     9 Mar 2005 00:20:40 -0000       1.12
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -25,7 +25,6 @@
   /**
    * Resolver that just returns s specified location.
    *
  - * @version $Revision$ $Date$
    */
   public class LocationResolver implements ExtensionResolver {
       private String location;
  
  
  
  1.15      +0 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java
  
  Index: ReplaceRegExpTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ReplaceRegExpTest.java    6 Jan 2005 12:05:09 -0000       1.14
  +++ ReplaceRegExpTest.java    9 Mar 2005 00:20:40 -0000       1.15
  @@ -27,7 +27,6 @@
   /**
    * JUnit Testcase for the optional replaceregexp task.
    *
  - * @version $Revision$
    */
   public class ReplaceRegExpTest extends BuildFileTest {
       private static final String PROJECT_PATH = 
"src/etc/testcases/taskdefs/optional";
  
  
  
  1.43      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/AntStructure.java
  
  Index: AntStructure.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/AntStructure.java,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- AntStructure.java 12 Nov 2004 15:14:59 -0000      1.42
  +++ AntStructure.java 9 Mar 2005 00:20:40 -0000       1.43
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-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.
  @@ -37,7 +37,6 @@
   /**
    * Creates a partial DTD for Ant from the currently known tasks.
    *
  - * @version $Revision$
    *
    * @since Ant 1.1
    *
  
  
  
  1.125     +1 -2      ant/src/main/org/apache/tools/ant/taskdefs/Javac.java
  
  Index: Javac.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Javac.java,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- Javac.java        12 Nov 2004 15:14:59 -0000      1.124
  +++ Javac.java        9 Mar 2005 00:20:40 -0000       1.125
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-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.
  @@ -58,7 +58,6 @@
    * destdir looking for Java source files to compile. This task makes its
    * compile decision based on timestamp.
    *
  - * @version $Revision$
    *
    * @since Ant 1.1
    *
  
  
  
  1.25      +1 -2      ant/src/main/org/apache/tools/ant/taskdefs/CVSPass.java
  
  Index: CVSPass.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/CVSPass.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- CVSPass.java      9 Mar 2004 16:48:04 -0000       1.24
  +++ CVSPass.java      9 Mar 2005 00:20:40 -0000       1.25
  @@ -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.
  @@ -31,7 +31,6 @@
   /**
    * Adds an new entry to a CVS password file.
    *
  - * @version $Revision$
    *
    * @since Ant 1.4
    *
  
  
  
  1.83      +0 -1      ant/src/main/org/apache/tools/ant/taskdefs/Copy.java
  
  Index: Copy.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Copy.java,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- Copy.java 11 Feb 2005 18:48:24 -0000      1.82
  +++ Copy.java 9 Mar 2005 00:20:40 -0000       1.83
  @@ -47,7 +47,6 @@
    * document, the following mailing list discussions, and the
    * copyfile/copydir tasks.</p>
    *
  - * @version $Revision$
    *
    * @since Ant 1.2
    *
  
  
  
  1.20      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java
  
  Index: BuildNumber.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- BuildNumber.java  6 Jan 2005 12:05:05 -0000       1.19
  +++ BuildNumber.java  9 Mar 2005 00:20:40 -0000       1.20
  @@ -34,7 +34,6 @@
    * it will increment the build number by one and write it back out into the
    * file.
    *
  - * @version $Revision$ $Date$
    * @since Ant 1.5
    * @ant.task name="buildnumber"
    */
  
  
  
  1.15      +1 -2      ant/src/main/org/apache/tools/ant/taskdefs/Basename.java
  
  Index: Basename.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Basename.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Basename.java     9 Mar 2004 16:48:04 -0000       1.14
  +++ Basename.java     9 Mar 2005 00:20:40 -0000       1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -43,7 +43,6 @@
    * If a suffix is specified, and the specified file ends in that suffix,
    * the basename will be the simple file name without the suffix.
    *
  - * @version $Revision$
    *
    * @since Ant 1.5
    *
  
  
  
  1.23      +0 -1      ant/src/main/org/apache/tools/ant/taskdefs/Sync.java
  
  Index: Sync.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Sync.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Sync.java 11 Feb 2005 16:21:35 -0000      1.22
  +++ Sync.java 9 Mar 2005 00:20:40 -0000       1.23
  @@ -46,7 +46,6 @@
    * mappers and filter chains. Files of the destination directory not
    * present in any of the source fileset are removed.</p>
    *
  - * @version $Revision$
    * @since Ant 1.6
    *
    * revised by <a href="mailto:[EMAIL PROTECTED]">Dan Armbrust</a>
  
  
  
  1.22      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
  
  Index: ConditionTask.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- ConditionTask.java        27 Jan 2005 21:01:05 -0000      1.21
  +++ ConditionTask.java        9 Mar 2005 00:20:40 -0000       1.22
  @@ -32,7 +32,6 @@
    * <p>This task does not extend Task to take advantage of
    * ConditionBase.</p>
    *
  - * @version $Revision$
    *
    * @since Ant 1.4
    *
  
  
  
  1.12      +1 -2      ant/src/main/org/apache/tools/ant/taskdefs/Dirname.java
  
  Index: Dirname.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Dirname.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Dirname.java      9 Mar 2004 16:48:04 -0000       1.11
  +++ Dirname.java      9 Mar 2005 00:20:40 -0000       1.12
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -36,7 +36,6 @@
    * element. If file is a file, the directory will be the current
    * directory.
    *
  - * @version $Revision$
    *
    * @since Ant 1.5
    *
  
  
  
  1.91      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
  
  Index: XSLTProcess.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- XSLTProcess.java  6 Jan 2005 12:05:05 -0000       1.90
  +++ XSLTProcess.java  9 Mar 2005 00:20:41 -0000       1.91
  @@ -36,7 +36,6 @@
    * Processes a set of XML documents via XSLT. This is
    * useful for building views of XML based documentation.
    *
  - * @version $Revision$
    *
    * @since Ant 1.1
    *
  
  
  
  1.68      +0 -1      ant/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java
  
  Index: FixCRLF.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- FixCRLF.java      3 Mar 2005 22:16:11 -0000       1.67
  +++ FixCRLF.java      9 Mar 2005 00:20:41 -0000       1.68
  @@ -74,7 +74,6 @@
    * CRCRLF is regarded as a single EOL to handle cases where other
    * programs have converted CRLF into CRCRLF.
    *
  - * @version $Revision$ $Name$
    * @since Ant 1.1
    *
    * @ant.task category="filesystem"
  
  
  
  1.92      +0 -1      ant/src/main/org/apache/tools/ant/taskdefs/Execute.java
  
  Index: Execute.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Execute.java,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- Execute.java      8 Mar 2005 11:51:15 -0000       1.91
  +++ Execute.java      9 Mar 2005 00:20:41 -0000       1.92
  @@ -42,7 +42,6 @@
    *
    * @since Ant 1.2
    *
  - * @version $Revision$
    */
   public class Execute {
   
  
  
  
  1.31      +0 -1      ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java
  
  Index: DependSet.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- DependSet.java    27 Jan 2005 17:00:46 -0000      1.30
  +++ DependSet.java    9 Mar 2005 00:20:41 -0000       1.31
  @@ -72,7 +72,6 @@
    * </li></ul>
    *
    * @ant.task category="filesystem"
  - * @version $Revision$ $Date$
    * @since Ant 1.4
    */
   public class DependSet extends MatchingTask {
  
  
  
  1.50      +1 -2      ant/src/main/org/apache/tools/ant/taskdefs/Move.java
  
  Index: Move.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Move.java,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- Move.java 11 Dec 2004 22:43:05 -0000      1.49
  +++ Move.java 9 Mar 2005 00:20:41 -0000       1.50
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-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.
  @@ -44,7 +44,6 @@
    * document, the following mailing list discussions, and the
    * copyfile/copydir tasks.</p>
    *
  - * @version $Revision$
    *
    * @since Ant 1.2
    *
  
  
  
  1.90      +0 -1      ant/src/main/org/apache/tools/ant/util/FileUtils.java
  
  Index: FileUtils.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/FileUtils.java,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- FileUtils.java    1 Mar 2005 22:59:44 -0000       1.89
  +++ FileUtils.java    9 Mar 2005 00:20:41 -0000       1.90
  @@ -54,7 +54,6 @@
    * system file paths at runtime as well as copying files or setting
    * their last modification time.
    *
  - * @version $Revision$
    */
   
   public class FileUtils {
  
  
  
  1.11      +1 -2      ant/src/main/org/apache/tools/ant/util/TaskLogger.java
  
  Index: TaskLogger.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/TaskLogger.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TaskLogger.java   17 Dec 2004 11:37:29 -0000      1.10
  +++ TaskLogger.java   9 Mar 2005 00:20:41 -0000       1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -21,7 +21,6 @@
   
   /**
    * A facade that makes logging nicer to use.
  - * @version $Revision$ $Date$
    */
   public final class TaskLogger {
       /**
  
  
  
  1.17      +0 -1      ant/src/main/org/apache/tools/ant/util/DateUtils.java
  
  Index: DateUtils.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/DateUtils.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- DateUtils.java    24 Jan 2005 18:13:20 -0000      1.16
  +++ DateUtils.java    9 Mar 2005 00:20:41 -0000       1.17
  @@ -33,7 +33,6 @@
    *
    * @since Ant 1.5
    *
  - * @version $Revision$
    */
   public final class DateUtils {
   
  
  
  
  1.18      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java
  
  Index: SSHExec.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- SSHExec.java      1 Dec 2004 16:58:03 -0000       1.17
  +++ SSHExec.java      9 Mar 2005 00:20:41 -0000       1.18
  @@ -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.
  @@ -34,7 +34,6 @@
   /**
    * Executes a command on a remote machine via ssh.
    *
  - * @version   $Revision$
    * @created   February 2, 2003
    * @since     Ant 1.6
    */
  
  
  
  1.7       +1 -2      ant/docs/manual/Integration/jext-plugin.html
  
  Index: jext-plugin.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/Integration/jext-plugin.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jext-plugin.html  7 Mar 2005 18:38:27 -0000       1.6
  +++ jext-plugin.html  9 Mar 2005 00:20:41 -0000       1.7
  @@ -13,7 +13,6 @@
     <li>Klaus Hartlage
         (<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
   </ul>
  -<p>Version $Revision$ - $Date$</p>
   <hr>
   
   <p>You can download the plugin at: <a
  @@ -40,4 +39,4 @@
   <hr>
   <p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software 
Foundation. All rights
   Reserved.</p>
  -</body></html>
  \ No newline at end of file
  +</body></html>
  
  
  
  1.31      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java
  
  Index: TelnetTask.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- TelnetTask.java   18 Feb 2005 11:00:58 -0000      1.30
  +++ TelnetTask.java   9 Mar 2005 00:20:41 -0000       1.31
  @@ -31,7 +31,6 @@
   /**
    * Automates the telnet protocol.
    *
  - * @version $Revision$
    */
   
   public class TelnetTask extends Task {
  
  
  
  1.21      +0 -1      ant/src/main/org/apache/tools/ant/types/Description.java
  
  Index: Description.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/Description.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Description.java  4 Jan 2005 23:15:25 -0000       1.20
  +++ Description.java  9 Mar 2005 00:20:42 -0000       1.21
  @@ -37,7 +37,6 @@
    * project description per project.  A second description element will
    * overwrite the first.
    *
  - * @version $Revision$ $Date$
    *
    * @ant.datatype ignore="true"
    */
  
  
  
  1.17      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java
  
  Index: SoundTask.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- SoundTask.java    9 Mar 2004 16:48:37 -0000       1.16
  +++ SoundTask.java    9 Mar 2005 00:20:42 -0000       1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2002,2004 The Apache Software Foundation
  + * Copyright  2000-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.
  @@ -40,7 +40,6 @@
    * - use the midi api to define sounds (or drum beat etc) in xml and have
    *   Ant play them back
    *
  - * @version $Revision$, $Date$
    */
   
   public class SoundTask extends Task {
  
  
  
  1.19      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java
  
  Index: AntSoundPlayer.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- AntSoundPlayer.java       9 Mar 2004 16:48:37 -0000       1.18
  +++ AntSoundPlayer.java       9 Mar 2005 00:20:42 -0000       1.19
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2002,2004 The Apache Software Foundation
  + * Copyright  2000-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.
  @@ -44,7 +44,6 @@
    *
    * I have only tested this with .WAV and .AIFF sound file formats. Both seem 
to work fine.
    *
  - * @version $Revision$, $Date$
    */
   
   public class AntSoundPlayer implements LineListener, BuildListener {
  
  
  
  1.27      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java
  
  Index: Symlink.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Symlink.java      11 Feb 2005 16:53:00 -0000      1.26
  +++ Symlink.java      9 Mar 2005 00:20:42 -0000       1.27
  @@ -111,7 +111,6 @@
    * recorded as <code>link=subdir/foo.bar</code> and restored as
    * <code>link --> subdir/foo.bar</code>.
    *
  - * @version $Revision$
    */
   public class Symlink extends DispatchTask {
       private static final FileUtils FILE_UTILS = FileUtils.getFileUtils();
  
  
  
  1.3       +0 -1      
ant/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java
  
  Index: SvnChangeLogParser.java
  ===================================================================
  RCS file: 
/home/cvs/ant/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SvnChangeLogParser.java   15 Feb 2005 11:12:15 -0000      1.2
  +++ SvnChangeLogParser.java   9 Mar 2005 00:20:42 -0000       1.3
  @@ -24,7 +24,6 @@
   /**
    * A class used to parse the output of the svn log command.
    *
  - * @version $Revision$ $Date$
    */
   class SvnChangeLogParser extends LineOrientedOutputStream {
   
  
  
  
  1.10      +1 -2      
ant/src/main/org/apache/tools/mail/ErrorInQuitException.java
  
  Index: ErrorInQuitException.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/mail/ErrorInQuitException.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ErrorInQuitException.java 9 Mar 2004 16:48:55 -0000       1.9
  +++ ErrorInQuitException.java 9 Mar 2005 00:20:42 -0000       1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002,2004 The Apache Software Foundation
  + * Copyright  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.
  @@ -27,7 +27,6 @@
    * href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5273";>Bug
    * report 5273</a>.</p>
    *
  - * @version $Revision$
    */
   public class ErrorInQuitException extends IOException {
   
  
  
  
  1.17      +1 -2      
ant/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java
  
  Index: RegexpFactory.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- RegexpFactory.java        17 Dec 2004 19:46:04 -0000      1.16
  +++ RegexpFactory.java        9 Mar 2005 00:20:42 -0000       1.17
  @@ -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.
  @@ -24,7 +24,6 @@
    * actual implementation class depends on the System or Ant Property:
    * <code>ant.regexp.regexpimpl</code>.
    *
  - * @version $Revision$
    */
   public class RegexpFactory extends RegexpMatcherFactory {
   
  
  
  
  1.114     +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
  
  Index: JUnitTask.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- JUnitTask.java    6 Jan 2005 12:05:10 -0000       1.113
  +++ JUnitTask.java    9 Mar 2005 00:20:42 -0000       1.114
  @@ -116,7 +116,6 @@
    * number of attributes and elements allow you to set up how this JVM
    * runs.
    *
  - * @version $Revision$
    *
    * @since Ant 1.2
    *
  
  
  
  1.15      +1 -2      
ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java
  
  Index: JUnitVersionHelper.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- JUnitVersionHelper.java   9 Mar 2004 16:48:31 -0000       1.14
  +++ JUnitVersionHelper.java   9 Mar 2005 00:20:42 -0000       1.15
  @@ -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.
  @@ -25,7 +25,6 @@
    * Work around for some changes to the public JUnit API between
    * different JUnit releases.
    *
  - * @version $Revision$
    */
   public class JUnitVersionHelper {
   
  
  
  
  1.188     +0 -1      ant/src/main/org/apache/tools/ant/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Project.java,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- Project.java      3 Mar 2005 14:07:38 -0000       1.187
  +++ Project.java      9 Mar 2005 00:20:42 -0000       1.188
  @@ -55,7 +55,6 @@
    * to using abstract path names which are translated to native system
    * file paths at runtime.
    *
  - * @version $Revision$
    */
   
   public class Project {
  
  
  

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

Reply via email to