From 704e2490d33af59280cbe23bc2fb807378fac603 Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Wed, 9 Mar 2005 00:20:42 +0000 Subject: [PATCH] removed lines with $Revision: x.y $ lines (after verification) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277845 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/Integration/jext-plugin.html | 3 +- .../ant/taskdefs/svn/SvnChangeLogParser.java | 1 - .../ant/taskdefs/svn/AbstractSvnTaskTest.java | 1 - .../ant/xdoclet/TaskDefPropertiesSubTask.java | 60 +++------------- .../ant/xdoclet/TaskDescriptorSubTask.java | 70 +++++-------------- src/main/org/apache/tools/ant/Project.java | 1 - .../tools/ant/input/DefaultInputHandler.java | 3 +- .../apache/tools/ant/input/InputHandler.java | 3 +- .../apache/tools/ant/input/InputRequest.java | 1 - .../ant/input/MultipleChoiceInputRequest.java | 3 +- .../ant/input/PropertyFileInputHandler.java | 1 - .../tools/ant/taskdefs/AntStructure.java | 3 +- .../apache/tools/ant/taskdefs/Basename.java | 3 +- .../tools/ant/taskdefs/BuildNumber.java | 1 - .../apache/tools/ant/taskdefs/CVSPass.java | 3 +- .../tools/ant/taskdefs/ConditionTask.java | 1 - .../org/apache/tools/ant/taskdefs/Copy.java | 1 - .../apache/tools/ant/taskdefs/DependSet.java | 1 - .../apache/tools/ant/taskdefs/Dirname.java | 3 +- .../apache/tools/ant/taskdefs/Execute.java | 1 - .../apache/tools/ant/taskdefs/FixCRLF.java | 1 - .../org/apache/tools/ant/taskdefs/Javac.java | 3 +- .../org/apache/tools/ant/taskdefs/Move.java | 3 +- .../org/apache/tools/ant/taskdefs/Sync.java | 1 - .../tools/ant/taskdefs/XSLTProcess.java | 1 - .../tools/ant/taskdefs/condition/And.java | 3 +- .../ant/taskdefs/condition/Condition.java | 3 +- .../ant/taskdefs/condition/ConditionBase.java | 3 +- .../ant/taskdefs/condition/Contains.java | 3 +- .../tools/ant/taskdefs/condition/Equals.java | 3 +- .../ant/taskdefs/condition/FilesMatch.java | 1 - .../ant/taskdefs/condition/IsReference.java | 3 +- .../tools/ant/taskdefs/condition/IsSet.java | 3 +- .../tools/ant/taskdefs/condition/Not.java | 3 +- .../tools/ant/taskdefs/condition/Or.java | 3 +- .../tools/ant/taskdefs/condition/Os.java | 3 +- .../tools/ant/taskdefs/cvslib/CVSEntry.java | 3 +- .../ant/taskdefs/cvslib/ChangeLogParser.java | 3 +- .../ant/taskdefs/cvslib/ChangeLogTask.java | 3 +- .../ant/taskdefs/cvslib/ChangeLogWriter.java | 1 - .../tools/ant/taskdefs/cvslib/CvsTagDiff.java | 1 - .../tools/ant/taskdefs/cvslib/CvsUser.java | 3 +- .../tools/ant/taskdefs/cvslib/RCSFile.java | 1 - .../cvslib/RedirectingStreamHandler.java | 3 +- .../optional/extension/Compatability.java | 3 +- .../optional/extension/Compatibility.java | 3 +- .../optional/extension/DeweyDecimal.java | 3 +- .../optional/extension/Extension.java | 3 +- .../optional/extension/ExtensionAdapter.java | 3 +- .../optional/extension/ExtensionResolver.java | 3 +- .../optional/extension/ExtensionSet.java | 1 - .../optional/extension/ExtensionUtil.java | 3 +- .../optional/extension/ExtraAttribute.java | 3 +- .../optional/extension/LibFileSet.java | 3 +- .../optional/extension/LibraryDisplayer.java | 3 +- .../optional/extension/Specification.java | 3 +- .../extension/resolvers/AntResolver.java | 1 - .../extension/resolvers/LocationResolver.java | 3 +- .../extension/resolvers/URLResolver.java | 1 - .../taskdefs/optional/junit/JUnitTask.java | 1 - .../optional/junit/JUnitVersionHelper.java | 3 +- .../ant/taskdefs/optional/net/TelnetTask.java | 1 - .../optional/sound/AntSoundPlayer.java | 3 +- .../taskdefs/optional/sound/SoundTask.java | 3 +- .../ant/taskdefs/optional/ssh/SSHExec.java | 3 +- .../ant/taskdefs/optional/unix/Symlink.java | 1 - .../apache/tools/ant/types/Description.java | 1 - .../org/apache/tools/ant/util/DateUtils.java | 1 - .../org/apache/tools/ant/util/FileUtils.java | 1 - .../org/apache/tools/ant/util/TaskLogger.java | 3 +- .../ant/util/facade/FacadeTaskHelper.java | 1 - .../ImplementationSpecificArgument.java | 1 - .../tools/ant/util/regexp/RegexpFactory.java | 3 +- .../tools/mail/ErrorInQuitException.java | 3 +- .../org/apache/tools/zip/AsiExtraField.java | 1 - .../org/apache/tools/zip/ExtraFieldUtils.java | 1 - src/main/org/apache/tools/zip/UnixStat.java | 3 +- .../tools/zip/UnrecognizedExtraField.java | 1 - src/main/org/apache/tools/zip/ZipEntry.java | 1 - .../org/apache/tools/zip/ZipExtraField.java | 1 - src/main/org/apache/tools/zip/ZipFile.java | 1 - src/main/org/apache/tools/zip/ZipLong.java | 1 - .../org/apache/tools/zip/ZipOutputStream.java | 1 - src/main/org/apache/tools/zip/ZipShort.java | 1 - .../ant/taskdefs/AbstractCvsTaskTest.java | 3 +- .../apache/tools/ant/taskdefs/AntTest.java | 1 - .../tools/ant/taskdefs/BUnzip2Test.java | 1 - .../apache/tools/ant/taskdefs/BZip2Test.java | 1 - .../tools/ant/taskdefs/ChecksumTest.java | 1 - .../apache/tools/ant/taskdefs/GUnzipTest.java | 1 - .../apache/tools/ant/taskdefs/JavacTest.java | 3 +- .../tools/ant/taskdefs/RecorderTest.java | 1 - .../apache/tools/ant/taskdefs/RmicTest.java | 3 +- .../apache/tools/ant/taskdefs/SubAntTest.java | 3 +- .../tools/ant/taskdefs/TypedefTest.java | 3 +- .../apache/tools/ant/taskdefs/UntarTest.java | 1 - .../ant/taskdefs/condition/ContainsTest.java | 3 +- .../ant/taskdefs/condition/EqualsTest.java | 3 +- .../taskdefs/optional/ReplaceRegExpTest.java | 1 - .../junit/JUnitVersionHelperTest.java | 3 +- .../taskdefs/optional/junit/NoVmCrash.java | 3 +- .../ant/taskdefs/optional/junit/Printer.java | 3 +- .../ant/taskdefs/optional/junit/Sleeper.java | 3 +- .../ant/taskdefs/optional/junit/VmCrash.java | 3 +- .../taskdefs/optional/unix/SymlinkTest.java | 3 +- 105 files changed, 85 insertions(+), 264 deletions(-) diff --git a/docs/manual/Integration/jext-plugin.html b/docs/manual/Integration/jext-plugin.html index 5ddeaa8ce..efe024faa 100644 --- a/docs/manual/Integration/jext-plugin.html +++ b/docs/manual/Integration/jext-plugin.html @@ -13,7 +13,6 @@
  • Klaus Hartlage (KHartlage@t-online.de)
  • -

    Version $Revision$ - $Date$


    You can download the plugin at:


    Copyright © 2001-2002,2004-2005 The Apache Software Foundation. All rights Reserved.

    - \ No newline at end of file + diff --git a/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java b/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java index 7e48dc113..bb27abb0b 100644 --- a/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java +++ b/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java @@ -24,7 +24,6 @@ import java.util.ArrayList; /** * A class used to parse the output of the svn log command. * - * @version $Revision$ $Date$ */ class SvnChangeLogParser extends LineOrientedOutputStream { diff --git a/proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java b/proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java index 673d5b9e7..e448c97ee 100644 --- a/proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java +++ b/proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java @@ -21,7 +21,6 @@ import java.io.File; import org.apache.tools.ant.BuildFileTest; /** - * @version $Revision$ */ public class AbstractSvnTaskTest extends BuildFileTest { diff --git a/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java b/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java index 0f274bf95..a32bf079a 100644 --- a/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java +++ b/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java @@ -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 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * http://www.apache.org/licenses/LICENSE-2.0 * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * 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. * - * 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 apache@apache.org. - * - * 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 - * . */ package org.apache.ant.xdoclet; @@ -63,7 +26,6 @@ import xdoclet.TemplateSubTask; * @ant.element display-name="taskdefproperties" name="taskdefproperties" * parent="org.apache.ant.xdoclet.AntDocletTask" * @ant.task ignore="true" - * @version $Revision$ */ public class TaskDefPropertiesSubTask extends AntSubTask { diff --git a/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java b/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java index 5dda76a18..8d9a6f84a 100644 --- a/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java +++ b/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java @@ -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 apache@apache.org. - * - * 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 - * . - */ + /* + * 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 @@ import xjavadoc.XClass; * @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." */ diff --git a/src/main/org/apache/tools/ant/Project.java b/src/main/org/apache/tools/ant/Project.java index 02bea9aad..32f214be2 100644 --- a/src/main/org/apache/tools/ant/Project.java +++ b/src/main/org/apache/tools/ant/Project.java @@ -55,7 +55,6 @@ import org.apache.tools.ant.util.StringUtils; * to using abstract path names which are translated to native system * file paths at runtime. * - * @version $Revision$ */ public class Project { diff --git a/src/main/org/apache/tools/ant/input/DefaultInputHandler.java b/src/main/org/apache/tools/ant/input/DefaultInputHandler.java index 986f847fb..e13c00675 100644 --- a/src/main/org/apache/tools/ant/input/DefaultInputHandler.java +++ b/src/main/org/apache/tools/ant/input/DefaultInputHandler.java @@ -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 @@ import org.apache.tools.ant.util.KeepAliveInputStream; /** * Prompts on System.err, reads input from System.in * - * @version $Revision$ * @since Ant 1.5 */ public class DefaultInputHandler implements InputHandler { diff --git a/src/main/org/apache/tools/ant/input/InputHandler.java b/src/main/org/apache/tools/ant/input/InputHandler.java index c5f8055d8..fb6ccd64c 100644 --- a/src/main/org/apache/tools/ant/input/InputHandler.java +++ b/src/main/org/apache/tools/ant/input/InputHandler.java @@ -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 @@ package org.apache.tools.ant.input; /** * Plugin to Ant to handle requests for user input. * - * @version $Revision$ * @since Ant 1.5 */ public interface InputHandler { diff --git a/src/main/org/apache/tools/ant/input/InputRequest.java b/src/main/org/apache/tools/ant/input/InputRequest.java index 251400af4..01f4cba7c 100644 --- a/src/main/org/apache/tools/ant/input/InputRequest.java +++ b/src/main/org/apache/tools/ant/input/InputRequest.java @@ -20,7 +20,6 @@ package org.apache.tools.ant.input; /** * Encapsulates an input request. * - * @version $Revision$ * @since Ant 1.5 */ public class InputRequest { diff --git a/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java b/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java index 39b14bf79..a734da68e 100644 --- a/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java +++ b/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java @@ -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 @@ import java.util.Vector; /** * Encapsulates an input request. * - * @version $Revision$ * @since Ant 1.5 */ public class MultipleChoiceInputRequest extends InputRequest { diff --git a/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java b/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java index bb3e06b65..b0fe624e8 100644 --- a/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java +++ b/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java @@ -26,7 +26,6 @@ import org.apache.tools.ant.BuildException; * 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 { diff --git a/src/main/org/apache/tools/ant/taskdefs/AntStructure.java b/src/main/org/apache/tools/ant/taskdefs/AntStructure.java index c446d1aec..14aefe933 100644 --- a/src/main/org/apache/tools/ant/taskdefs/AntStructure.java +++ b/src/main/org/apache/tools/ant/taskdefs/AntStructure.java @@ -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 @@ import org.apache.tools.ant.types.Reference; /** * Creates a partial DTD for Ant from the currently known tasks. * - * @version $Revision$ * * @since Ant 1.1 * diff --git a/src/main/org/apache/tools/ant/taskdefs/Basename.java b/src/main/org/apache/tools/ant/taskdefs/Basename.java index 713f90440..983335787 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Basename.java +++ b/src/main/org/apache/tools/ant/taskdefs/Basename.java @@ -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 @@ import org.apache.tools.ant.Task; * 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 * diff --git a/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java b/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java index 46f8c110e..32f819c4d 100644 --- a/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java +++ b/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java @@ -34,7 +34,6 @@ import org.apache.tools.ant.util.FileUtils; * 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" */ diff --git a/src/main/org/apache/tools/ant/taskdefs/CVSPass.java b/src/main/org/apache/tools/ant/taskdefs/CVSPass.java index c5681af5c..41cd1ddd5 100644 --- a/src/main/org/apache/tools/ant/taskdefs/CVSPass.java +++ b/src/main/org/apache/tools/ant/taskdefs/CVSPass.java @@ -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 @@ import org.apache.tools.ant.util.StringUtils; /** * Adds an new entry to a CVS password file. * - * @version $Revision$ * * @since Ant 1.4 * diff --git a/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java b/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java index e90bb9129..6d472a231 100644 --- a/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java @@ -32,7 +32,6 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase; *

    This task does not extend Task to take advantage of * ConditionBase.

    * - * @version $Revision$ * * @since Ant 1.4 * diff --git a/src/main/org/apache/tools/ant/taskdefs/Copy.java b/src/main/org/apache/tools/ant/taskdefs/Copy.java index 3127fdbb7..b083d18a9 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Copy.java +++ b/src/main/org/apache/tools/ant/taskdefs/Copy.java @@ -47,7 +47,6 @@ import org.apache.tools.ant.util.SourceFileScanner; * document, the following mailing list discussions, and the * copyfile/copydir tasks.

    * - * @version $Revision$ * * @since Ant 1.2 * diff --git a/src/main/org/apache/tools/ant/taskdefs/DependSet.java b/src/main/org/apache/tools/ant/taskdefs/DependSet.java index 0a5f1f1a5..28c8fd3bf 100644 --- a/src/main/org/apache/tools/ant/taskdefs/DependSet.java +++ b/src/main/org/apache/tools/ant/taskdefs/DependSet.java @@ -72,7 +72,6 @@ import org.apache.tools.ant.util.FileUtils; * * * @ant.task category="filesystem" - * @version $Revision$ $Date$ * @since Ant 1.4 */ public class DependSet extends MatchingTask { diff --git a/src/main/org/apache/tools/ant/taskdefs/Dirname.java b/src/main/org/apache/tools/ant/taskdefs/Dirname.java index 455b97e88..037b593d7 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Dirname.java +++ b/src/main/org/apache/tools/ant/taskdefs/Dirname.java @@ -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 @@ import org.apache.tools.ant.Task; * element. If file is a file, the directory will be the current * directory. * - * @version $Revision$ * * @since Ant 1.5 * diff --git a/src/main/org/apache/tools/ant/taskdefs/Execute.java b/src/main/org/apache/tools/ant/taskdefs/Execute.java index 9b2e2c030..d18b27ad7 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Execute.java +++ b/src/main/org/apache/tools/ant/taskdefs/Execute.java @@ -42,7 +42,6 @@ import org.apache.tools.ant.types.Commandline; * * @since Ant 1.2 * - * @version $Revision$ */ public class Execute { diff --git a/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java b/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java index 51a5d24d9..5e5f3c391 100644 --- a/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java +++ b/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java @@ -74,7 +74,6 @@ import org.apache.tools.ant.util.FileUtils; * 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" diff --git a/src/main/org/apache/tools/ant/taskdefs/Javac.java b/src/main/org/apache/tools/ant/taskdefs/Javac.java index d98cadeb6..bfead7142 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Javac.java +++ b/src/main/org/apache/tools/ant/taskdefs/Javac.java @@ -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 @@ import org.apache.tools.ant.util.facade.FacadeTaskHelper; * destdir looking for Java source files to compile. This task makes its * compile decision based on timestamp. * - * @version $Revision$ * * @since Ant 1.1 * diff --git a/src/main/org/apache/tools/ant/taskdefs/Move.java b/src/main/org/apache/tools/ant/taskdefs/Move.java index 3bb4e59c4..07d3dbf40 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Move.java +++ b/src/main/org/apache/tools/ant/taskdefs/Move.java @@ -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 @@ import org.apache.tools.ant.types.FilterSetCollection; * document, the following mailing list discussions, and the * copyfile/copydir tasks.

    * - * @version $Revision$ * * @since Ant 1.2 * diff --git a/src/main/org/apache/tools/ant/taskdefs/Sync.java b/src/main/org/apache/tools/ant/taskdefs/Sync.java index ddc14b511..b8fee000b 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Sync.java +++ b/src/main/org/apache/tools/ant/taskdefs/Sync.java @@ -46,7 +46,6 @@ import org.apache.tools.ant.types.selectors.NoneSelector; * mappers and filter chains. Files of the destination directory not * present in any of the source fileset are removed.

    * - * @version $Revision$ * @since Ant 1.6 * * revised by
    Dan Armbrust diff --git a/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java b/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java index 4949b34d5..757431552 100644 --- a/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java +++ b/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java @@ -36,7 +36,6 @@ import org.apache.tools.ant.util.FileUtils; * Processes a set of XML documents via XSLT. This is * useful for building views of XML based documentation. * - * @version $Revision$ * * @since Ant 1.1 * diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/And.java b/src/main/org/apache/tools/ant/taskdefs/condition/And.java index 061aa5b2d..98a132443 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/And.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/And.java @@ -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 @@ import org.apache.tools.ant.BuildException; * evaluates to false.

    * * @since Ant 1.4 - * @version $Revision$ */ public class And extends ConditionBase implements Condition { diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java b/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java index 9332ed9fb..f90fa84a0 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java @@ -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 @@ import org.apache.tools.ant.BuildException; /** * Interface for conditions to use inside the <condition> task. * - * @version $Revision$ */ public interface Condition { /** diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java b/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java index 73351b384..4787dbc1c 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java @@ -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 @@ import org.apache.tools.ant.taskdefs.UpToDate; * and the "container" conditions are in sync. * * @since Ant 1.4 - * @version $Revision$ */ public abstract class ConditionBase extends ProjectComponent { private Vector conditions = new Vector(); diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java b/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java index 117d22422..b548cbb8b 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java @@ -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 @@ import org.apache.tools.ant.BuildException; /** * Is one string part of another string? * - * @version $Revision$ * * @since Ant 1.5 */ diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java b/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java index ff82c2c5a..932155bc3 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java @@ -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 @@ import org.apache.tools.ant.BuildException; * Simple String comparison condition. * * @since Ant 1.4 - * @version $Revision$ */ public class Equals implements Condition { diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java b/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java index 7af373fb2..5308db050 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java @@ -25,7 +25,6 @@ import org.apache.tools.ant.util.FileUtils; * Compares two files for bitwise equality based on size and * content. Timestamps are not at all looked at. * - * @version $Revision$ * @since Ant 1.5 */ diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java b/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java index d286271b2..a87ee663d 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java @@ -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 @@ import org.apache.tools.ant.types.Reference; *

    Optionally tests whether it is of a given type/class.

    * * @since Ant 1.6 - * @version $Revision$ */ public class IsReference extends ProjectComponent implements Condition { private Reference ref; diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java b/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java index 9d9e1eda4..d75acff37 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java @@ -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 @@ import org.apache.tools.ant.ProjectComponent; * 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; diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Not.java b/src/main/org/apache/tools/ant/taskdefs/condition/Not.java index fb3937572..5034c8258 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/Not.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/Not.java @@ -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 @@ import org.apache.tools.ant.BuildException; * and vice versa. * * @since Ant 1.4 - * @version $Revision$ */ public class Not extends ConditionBase implements Condition { diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Or.java b/src/main/org/apache/tools/ant/taskdefs/condition/Or.java index 4f6dea7e5..6af0a29d8 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/Or.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/Or.java @@ -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 @@ import org.apache.tools.ant.BuildException; * evaluates to true.

    * * @since Ant 1.4 - * @version $Revision$ */ public class Or extends ConditionBase implements Condition { diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Os.java b/src/main/org/apache/tools/ant/taskdefs/condition/Os.java index fbf25004b..1e862d8bc 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/Os.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/Os.java @@ -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 @@ import org.apache.tools.ant.BuildException; * Condition that tests the OS type. * * @since Ant 1.4 - * @version $Revision$ */ public class Os implements Condition { private static final String OS_NAME = diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java index 09e674146..0899b729e 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java @@ -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 @@ import java.util.Vector; /** * CVS Entry. * - * @version $Revision$ $Date$ */ public class CVSEntry { private Date date; diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java index 6ade241ae..45a9c2be2 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java @@ -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 @@ import java.util.TimeZone; /** * A class used to parse the output of the CVS log command. * - * @version $Revision$ $Date$ */ class ChangeLogParser { //private static final int GET_ENTRY = 0; diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java index a820412fd..70b906172 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java @@ -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 @@ import org.apache.tools.ant.util.FileUtils; * <!ELEMENT prevrevision (#PCDATA)> * * - * @version $Revision$ $Date$ * @since Ant 1.5 * @ant.task name="cvschangelog" category="scm" */ diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java index 3d9d00e67..da607245b 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java @@ -24,7 +24,6 @@ import java.util.TimeZone; /** * Class used to generate an XML changelog. * - * @version $Revision$ $Date$ */ public class ChangeLogWriter { /** output format for dates written to xml file */ diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java index abbac68a6..993233c11 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java @@ -60,7 +60,6 @@ import org.apache.tools.ant.util.FileUtils; * <!ELEMENT prevrevision ( #PCDATA ) > * * - * @version $Revision$ $Date$ * @since Ant 1.5 * @ant.task name="cvstagdiff" */ diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java index 1a7b76212..5183d7ac8 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java @@ -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.BuildException; /** * Represents a CVS user with a userID and a full name. * - * @version $Revision$ $Date$ */ public class CvsUser { /** The user's Id */ diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java index e1e8cfc84..c15930eaf 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java @@ -19,7 +19,6 @@ package org.apache.tools.ant.taskdefs.cvslib; /** * Represents a RCS File change. * - * @version $Revision$ $Date$ */ class RCSFile { private String name; diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java index f7b274415..3bf52aadd 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java @@ -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 @@ import org.apache.tools.ant.taskdefs.PumpStreamHandler; /** * A dummy stream handler that just passes stuff to the parser. * - * @version $Revision$ $Date$ */ class RedirectingStreamHandler extends PumpStreamHandler { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java index 8255ae251..0e6850ffb 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java @@ -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 @@ package org.apache.tools.ant.taskdefs.optional.extension; * ants file. * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING * - * @version $Revision$ $Date$ * @see Extension */ public final class Compatability { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java index b93518b1e..e78f6bf7f 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java @@ -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 @@ package org.apache.tools.ant.taskdefs.optional.extension; * ants file. * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING * - * @version $Revision$ $Date$ * @see Extension */ public final class Compatibility { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java index 0ea3ed9bd..0f23698fa 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java @@ -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 @@ import java.util.StringTokenizer; * 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 */ diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java index 687fb43bc..9f47b03dc 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java @@ -35,7 +35,6 @@ import org.apache.tools.ant.util.StringUtils; * Java2 Standard Edition package, in file * guide/extensions/versioning.html.

    * - * @version $Revision$ $Date$ */ public final class Extension { /** @@ -686,4 +685,4 @@ public final class Extension { private static String getTrimmedString(final String value) { return null == value ? null : value.trim(); } -} \ No newline at end of file +} diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java index 2f254e090..d7649bc82 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java @@ -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 @@ import org.apache.tools.ant.types.Reference; * Simple class that represents an Extension and conforms to Ants * patterns. * - * @version $Revision$ $Date$ * @ant.data-type name="extension" */ public class ExtensionAdapter extends DataType { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java index eb2359551..0ee0ed4c9 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java @@ -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 @@ import org.apache.tools.ant.Project; /** * Interface to locate a File that satisfies extension. * - * @version $Revision$ $Date$ */ public interface ExtensionResolver { /** diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java index 0c6e4ecd2..5e5ff1f93 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java @@ -28,7 +28,6 @@ import org.apache.tools.ant.types.Reference; * The Extension set lists a set of "Optional Packages" / * "Extensions". * - * @version $Revision$ $Date$ * @ant.data-type name="extension-set" */ public class ExtensionSet diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java index 7e03c5ff4..d6331b618 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java @@ -32,7 +32,6 @@ import org.apache.tools.ant.types.FileSet; /** * A set of useful methods relating to extensions. * - * @version $Revision$ $Date$ */ public class ExtensionUtil { /** @@ -212,4 +211,4 @@ public class ExtensionUtil { throw new BuildException(ioe.getMessage(), ioe); } } -} \ No newline at end of file +} diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java index 79aacd568..e3280c5a0 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java @@ -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 @@ import org.apache.tools.ant.BuildException; /** * 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 */ diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java index 6016b15a7..935a9f9b5 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java @@ -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 @@ import org.apache.tools.ant.types.FileSet; * 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 { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java index 7367a2bd3..093204a1e 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java @@ -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 @@ import org.apache.tools.ant.BuildException; * to "Optional Packages" (formely known as "Extensions") * and Package Specifications. * - * @version $Revision$ $Date$ */ class LibraryDisplayer { /** diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java index 6955dd706..03288c309 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java @@ -36,7 +36,6 @@ import org.apache.tools.ant.util.StringUtils; * Java2 Standard Edition package, in file * guide/extensions/versioning.html.

    * - * @version $Revision$ $Date$ */ public final class Specification { @@ -601,4 +600,4 @@ public final class Specification { impTitle, impVersion, impVendor, new String[]{section}); } -} \ No newline at end of file +} diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java index f05f47e83..9becdfd01 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java @@ -27,7 +27,6 @@ import org.apache.tools.ant.taskdefs.optional.extension.ExtensionResolver; /** * Resolver that just returns s specified location. * - * @version $Revision$ $Date$ */ public class AntResolver implements ExtensionResolver { private File antfile; diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java index 33eda438e..101a7be24 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java @@ -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 @@ import org.apache.tools.ant.taskdefs.optional.extension.ExtensionResolver; /** * Resolver that just returns s specified location. * - * @version $Revision$ $Date$ */ public class LocationResolver implements ExtensionResolver { private String location; diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java index a16668e13..fec011f52 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java @@ -27,7 +27,6 @@ import org.apache.tools.ant.taskdefs.optional.extension.ExtensionResolver; /** * Resolver that just returns s specified location. * - * @version $Revision$ $Date$ */ public class URLResolver implements ExtensionResolver { private File destfile; diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java b/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java index 72424ced1..6e97f6dbe 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java @@ -116,7 +116,6 @@ import junit.framework.TestResult; * number of attributes and elements allow you to set up how this JVM * runs. * - * @version $Revision$ * * @since Ant 1.2 * diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java b/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java index b6eafce57..4ee36c6b8 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java @@ -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 @@ import junit.framework.TestCase; * Work around for some changes to the public JUnit API between * different JUnit releases. * - * @version $Revision$ */ public class JUnitVersionHelper { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java b/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java index d89a35c50..939aae22c 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java @@ -31,7 +31,6 @@ import org.apache.tools.ant.Task; /** * Automates the telnet protocol. * - * @version $Revision$ */ public class TelnetTask extends Task { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java b/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java index b450314a4..05e84e975 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java @@ -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 @@ import org.apache.tools.ant.Project; * * 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 { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java b/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java index b736a11c3..b2d65981f 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java @@ -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 @@ import org.apache.tools.ant.Task; * - 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 { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java b/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java index 91dd7609c..c60ade729 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java @@ -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 @@ import com.jcraft.jsch.Session; /** * Executes a command on a remote machine via ssh. * - * @version $Revision$ * @created February 2, 2003 * @since Ant 1.6 */ diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java b/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java index 332313f18..6417128c5 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java @@ -111,7 +111,6 @@ import org.apache.tools.ant.util.FileUtils; * recorded as link=subdir/foo.bar and restored as * link --> subdir/foo.bar. * - * @version $Revision$ */ public class Symlink extends DispatchTask { private static final FileUtils FILE_UTILS = FileUtils.getFileUtils(); diff --git a/src/main/org/apache/tools/ant/types/Description.java b/src/main/org/apache/tools/ant/types/Description.java index b9a6d2920..e8fef36b7 100644 --- a/src/main/org/apache/tools/ant/types/Description.java +++ b/src/main/org/apache/tools/ant/types/Description.java @@ -37,7 +37,6 @@ import java.util.Vector; * project description per project. A second description element will * overwrite the first. * - * @version $Revision$ $Date$ * * @ant.datatype ignore="true" */ diff --git a/src/main/org/apache/tools/ant/util/DateUtils.java b/src/main/org/apache/tools/ant/util/DateUtils.java index 0e1b7b7d0..f52c7ab7f 100644 --- a/src/main/org/apache/tools/ant/util/DateUtils.java +++ b/src/main/org/apache/tools/ant/util/DateUtils.java @@ -33,7 +33,6 @@ import java.util.TimeZone; * * @since Ant 1.5 * - * @version $Revision$ */ public final class DateUtils { diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java b/src/main/org/apache/tools/ant/util/FileUtils.java index 01d3f24ae..b1c2ffa61 100644 --- a/src/main/org/apache/tools/ant/util/FileUtils.java +++ b/src/main/org/apache/tools/ant/util/FileUtils.java @@ -54,7 +54,6 @@ import org.apache.tools.ant.launch.Locator; * system file paths at runtime as well as copying files or setting * their last modification time. * - * @version $Revision$ */ public class FileUtils { diff --git a/src/main/org/apache/tools/ant/util/TaskLogger.java b/src/main/org/apache/tools/ant/util/TaskLogger.java index 91d067793..ffa5ad915 100644 --- a/src/main/org/apache/tools/ant/util/TaskLogger.java +++ b/src/main/org/apache/tools/ant/util/TaskLogger.java @@ -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 @@ import org.apache.tools.ant.Task; /** * A facade that makes logging nicer to use. - * @version $Revision$ $Date$ */ public final class TaskLogger { /** diff --git a/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java b/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java index aef2e4bf3..c7a623049 100644 --- a/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java +++ b/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java @@ -25,7 +25,6 @@ import java.util.Vector; * explicit implementation choices, magic properties and * implementation specific command line arguments. * - * @version $Revision$ * * @since Ant 1.5 */ diff --git a/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java b/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java index 5fcad39e7..1b43cdbbe 100644 --- a/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java +++ b/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java @@ -23,7 +23,6 @@ import org.apache.tools.ant.types.Commandline; * Extension of Commandline.Argument with a new attribute that choses * a specific implementation of the facade. * - * @version $Revision$ * * @since Ant 1.5 */ diff --git a/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java b/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java index 033a5d054..b0fa23e57 100644 --- a/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java +++ b/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java @@ -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 @@ import org.apache.tools.ant.Project; * actual implementation class depends on the System or Ant Property: * ant.regexp.regexpimpl. * - * @version $Revision$ */ public class RegexpFactory extends RegexpMatcherFactory { diff --git a/src/main/org/apache/tools/mail/ErrorInQuitException.java b/src/main/org/apache/tools/mail/ErrorInQuitException.java index 011aeeaae..188b6b01f 100644 --- a/src/main/org/apache/tools/mail/ErrorInQuitException.java +++ b/src/main/org/apache/tools/mail/ErrorInQuitException.java @@ -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 @@ import java.io.IOException; * href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5273">Bug * report 5273.

    * - * @version $Revision$ */ public class ErrorInQuitException extends IOException { diff --git a/src/main/org/apache/tools/zip/AsiExtraField.java b/src/main/org/apache/tools/zip/AsiExtraField.java index 1c08b24a2..17fd89c9f 100644 --- a/src/main/org/apache/tools/zip/AsiExtraField.java +++ b/src/main/org/apache/tools/zip/AsiExtraField.java @@ -44,7 +44,6 @@ import java.util.zip.ZipException; *

    Short is two bytes and Long is four bytes in big endian byte and * word order, device numbers are currently not supported.

    * - * @version $Revision$ */ public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable { diff --git a/src/main/org/apache/tools/zip/ExtraFieldUtils.java b/src/main/org/apache/tools/zip/ExtraFieldUtils.java index 1b8581b40..fe98dae3e 100644 --- a/src/main/org/apache/tools/zip/ExtraFieldUtils.java +++ b/src/main/org/apache/tools/zip/ExtraFieldUtils.java @@ -24,7 +24,6 @@ import java.util.zip.ZipException; /** * ZipExtraField related methods * - * @version $Revision$ */ public class ExtraFieldUtils { diff --git a/src/main/org/apache/tools/zip/UnixStat.java b/src/main/org/apache/tools/zip/UnixStat.java index 8816a33ea..072aa0d8f 100644 --- a/src/main/org/apache/tools/zip/UnixStat.java +++ b/src/main/org/apache/tools/zip/UnixStat.java @@ -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 @@ package org.apache.tools.zip; /** * Constants from stat.h on Unix systems. * - * @version $Revision$ */ public interface UnixStat { diff --git a/src/main/org/apache/tools/zip/UnrecognizedExtraField.java b/src/main/org/apache/tools/zip/UnrecognizedExtraField.java index f61e927fc..d66983cbb 100644 --- a/src/main/org/apache/tools/zip/UnrecognizedExtraField.java +++ b/src/main/org/apache/tools/zip/UnrecognizedExtraField.java @@ -24,7 +24,6 @@ package org.apache.tools.zip; *

    Assumes local file data and central directory entries are * identical - unless told the opposite.

    * - * @version $Revision$ */ public class UnrecognizedExtraField implements ZipExtraField { diff --git a/src/main/org/apache/tools/zip/ZipEntry.java b/src/main/org/apache/tools/zip/ZipEntry.java index f4950bc7b..efef42a48 100644 --- a/src/main/org/apache/tools/zip/ZipEntry.java +++ b/src/main/org/apache/tools/zip/ZipEntry.java @@ -26,7 +26,6 @@ import java.util.zip.ZipException; * 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 { diff --git a/src/main/org/apache/tools/zip/ZipExtraField.java b/src/main/org/apache/tools/zip/ZipExtraField.java index ba3508926..7bae00b70 100644 --- a/src/main/org/apache/tools/zip/ZipExtraField.java +++ b/src/main/org/apache/tools/zip/ZipExtraField.java @@ -28,7 +28,6 @@ import java.util.zip.ZipException; * java.util.zip.ZipOutputStream java.util.zip.ZipOutputStream} will * only use the local file data in both places.

    * - * @version $Revision$ */ public interface ZipExtraField { diff --git a/src/main/org/apache/tools/zip/ZipFile.java b/src/main/org/apache/tools/zip/ZipFile.java index f6c434653..b55132deb 100644 --- a/src/main/org/apache/tools/zip/ZipFile.java +++ b/src/main/org/apache/tools/zip/ZipFile.java @@ -56,7 +56,6 @@ import java.util.zip.ZipException; *
  • close is allowed to throw IOException.
  • * * - * @version $Revision$ */ public class ZipFile { diff --git a/src/main/org/apache/tools/zip/ZipLong.java b/src/main/org/apache/tools/zip/ZipLong.java index b1f99c757..52a1f5350 100644 --- a/src/main/org/apache/tools/zip/ZipLong.java +++ b/src/main/org/apache/tools/zip/ZipLong.java @@ -21,7 +21,6 @@ package org.apache.tools.zip; * 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 { diff --git a/src/main/org/apache/tools/zip/ZipOutputStream.java b/src/main/org/apache/tools/zip/ZipOutputStream.java index 2db125136..77fdc2737 100644 --- a/src/main/org/apache/tools/zip/ZipOutputStream.java +++ b/src/main/org/apache/tools/zip/ZipOutputStream.java @@ -50,7 +50,6 @@ import java.util.zip.ZipException; * uncompressed size information is required before {@link * #putNextEntry putNextEntry} can be called.

    * - * @version $Revision$ */ public class ZipOutputStream extends FilterOutputStream { diff --git a/src/main/org/apache/tools/zip/ZipShort.java b/src/main/org/apache/tools/zip/ZipShort.java index c289ddd4e..15aa32d1a 100644 --- a/src/main/org/apache/tools/zip/ZipShort.java +++ b/src/main/org/apache/tools/zip/ZipShort.java @@ -21,7 +21,6 @@ package org.apache.tools.zip; * 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 { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java b/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java index a7e177f36..4745deb40 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java @@ -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 java.io.File; import org.apache.tools.ant.BuildFileTest; /** - * @version $Revision$ */ public class AbstractCvsTaskTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/AntTest.java b/src/testcases/org/apache/tools/ant/taskdefs/AntTest.java index d6e1e5c50..6d427595b 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/AntTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/AntTest.java @@ -29,7 +29,6 @@ import org.apache.tools.ant.input.PropertyFileInputHandler; import org.apache.tools.ant.types.Path; /** - * @version $Revision$ */ public class AntTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java b/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java index 676599953..b44ae803f 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java @@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils; import java.io.IOException; /** - * @version $Revision$ */ public class BUnzip2Test extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java b/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java index 35c4c5950..224c3b66c 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java @@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils; import java.io.IOException; /** - * @version $Revision$ */ public class BZip2Test extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java b/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java index 2128930f2..94c06706e 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java @@ -23,7 +23,6 @@ import java.io.IOException; import java.io.File; /** - * @version $Revision$ */ public class ChecksumTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java b/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java index 498856ca1..6708fc784 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java @@ -20,7 +20,6 @@ import org.apache.tools.ant.BuildFileTest; import org.apache.tools.ant.util.FileUtils; /** - * @version $Revision$ */ public class GUnzipTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java b/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java index 53a247b2e..b451fe009 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java @@ -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 @@ import junit.framework.TestCase; /** * Testcase for . * - * @version $Revision$ $Date$ */ public class JavacTest extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java b/src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java index 90f97715c..012cdc210 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java @@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils; import java.io.IOException; /** - * @version $Revision$ */ public class RecorderTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java b/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java index 41d797622..500c662bf 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java @@ -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 @@ import junit.framework.TestCase; /** * Testcase for . * - * @version $Revision$ * @since Ant 1.5 */ public class RmicTest extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java b/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java index aa66b44e0..ce4248372 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java @@ -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.input.InputHandler; import org.apache.tools.ant.types.Path; /** - * @version $Revision$ */ public class SubAntTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java b/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java index b3c54ae65..4b122f9f2 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java @@ -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.Project; import org.apache.tools.ant.BuildFileTest; /** - * @version $Revision$ */ public class TypedefTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java b/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java index 68fc4bb9d..bd9f52da7 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java @@ -20,7 +20,6 @@ import org.apache.tools.ant.BuildFileTest; import org.apache.tools.ant.util.FileUtils; /** - * @version $Revision$ */ public class UntarTest extends BuildFileTest { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java b/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java index b63cb1ed2..569fe9976 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java @@ -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 @@ import junit.framework.TestCase; /** * Testcase for the <contains> condition. * - * @version $Revision$ */ public class ContainsTest extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java b/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java index 95853e1b0..9840d77a7 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java @@ -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 @@ import junit.framework.TestCase; /** * Testcase for the <equals> condition. * - * @version $Revision$ */ public class EqualsTest extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java index fd34c9961..86f214c33 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java @@ -27,7 +27,6 @@ import java.io.IOException; /** * 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"; diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java index f4787c11d..f0b8afeb3 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java @@ -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.TestCase; import junit.framework.TestResult; /** - * @version $Revision$ */ public class JUnitVersionHelperTest extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/NoVmCrash.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/NoVmCrash.java index ee8883226..95bb549da 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/NoVmCrash.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/NoVmCrash.java @@ -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 @@ package org.apache.tools.ant.taskdefs.optional.junit; import junit.framework.TestCase; /** - * @version $Revision$ */ public class NoVmCrash extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Printer.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Printer.java index 49d4fe58a..f1a6e6593 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Printer.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Printer.java @@ -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 @@ package org.apache.tools.ant.taskdefs.optional.junit; import junit.framework.TestCase; /** - * @version $Revision$ */ public class Printer extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Sleeper.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Sleeper.java index 910ac5207..c504300d4 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Sleeper.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/Sleeper.java @@ -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 @@ package org.apache.tools.ant.taskdefs.optional.junit; import junit.framework.TestCase; /** - * @version $Revision$ */ public class Sleeper extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/VmCrash.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/VmCrash.java index 17d50e002..1696722d8 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/VmCrash.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/VmCrash.java @@ -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 @@ package org.apache.tools.ant.taskdefs.optional.junit; import junit.framework.TestCase; /** - * @version $Revision$ */ public class VmCrash extends TestCase { diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java index 57d7ae8d9..01d272cbf 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java @@ -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 @@ import org.apache.tools.ant.Project; * 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 {