Browse Source

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
master
Jacobus Martinus Kruithof 20 years ago
parent
commit
704e2490d3
100 changed files with 80 additions and 254 deletions
  1. +1
    -2
      docs/manual/Integration/jext-plugin.html
  2. +0
    -1
      proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java
  3. +0
    -1
      proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java
  4. +11
    -49
      proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java
  5. +16
    -54
      proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java
  6. +0
    -1
      src/main/org/apache/tools/ant/Project.java
  7. +1
    -2
      src/main/org/apache/tools/ant/input/DefaultInputHandler.java
  8. +1
    -2
      src/main/org/apache/tools/ant/input/InputHandler.java
  9. +0
    -1
      src/main/org/apache/tools/ant/input/InputRequest.java
  10. +1
    -2
      src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java
  11. +0
    -1
      src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java
  12. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/AntStructure.java
  13. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/Basename.java
  14. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/BuildNumber.java
  15. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/CVSPass.java
  16. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
  17. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/Copy.java
  18. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/DependSet.java
  19. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/Dirname.java
  20. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/Execute.java
  21. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/FixCRLF.java
  22. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/Javac.java
  23. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/Move.java
  24. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/Sync.java
  25. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
  26. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/And.java
  27. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/Condition.java
  28. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
  29. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/Contains.java
  30. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/Equals.java
  31. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java
  32. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java
  33. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java
  34. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/Not.java
  35. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/Or.java
  36. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/Os.java
  37. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java
  38. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java
  39. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
  40. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java
  41. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java
  42. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java
  43. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java
  44. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java
  45. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java
  46. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java
  47. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java
  48. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java
  49. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java
  50. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java
  51. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java
  52. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java
  53. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java
  54. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java
  55. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java
  56. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java
  57. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java
  58. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java
  59. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java
  60. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
  61. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java
  62. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java
  63. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java
  64. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java
  65. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java
  66. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java
  67. +0
    -1
      src/main/org/apache/tools/ant/types/Description.java
  68. +0
    -1
      src/main/org/apache/tools/ant/util/DateUtils.java
  69. +0
    -1
      src/main/org/apache/tools/ant/util/FileUtils.java
  70. +1
    -2
      src/main/org/apache/tools/ant/util/TaskLogger.java
  71. +0
    -1
      src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java
  72. +0
    -1
      src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java
  73. +1
    -2
      src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java
  74. +1
    -2
      src/main/org/apache/tools/mail/ErrorInQuitException.java
  75. +0
    -1
      src/main/org/apache/tools/zip/AsiExtraField.java
  76. +0
    -1
      src/main/org/apache/tools/zip/ExtraFieldUtils.java
  77. +1
    -2
      src/main/org/apache/tools/zip/UnixStat.java
  78. +0
    -1
      src/main/org/apache/tools/zip/UnrecognizedExtraField.java
  79. +0
    -1
      src/main/org/apache/tools/zip/ZipEntry.java
  80. +0
    -1
      src/main/org/apache/tools/zip/ZipExtraField.java
  81. +0
    -1
      src/main/org/apache/tools/zip/ZipFile.java
  82. +0
    -1
      src/main/org/apache/tools/zip/ZipLong.java
  83. +0
    -1
      src/main/org/apache/tools/zip/ZipOutputStream.java
  84. +0
    -1
      src/main/org/apache/tools/zip/ZipShort.java
  85. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java
  86. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/AntTest.java
  87. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java
  88. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java
  89. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java
  90. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java
  91. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java
  92. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java
  93. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java
  94. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java
  95. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java
  96. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java
  97. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java
  98. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java
  99. +0
    -1
      src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java
  100. +1
    -2
      src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java

+ 1
- 2
docs/manual/Integration/jext-plugin.html View File

@@ -13,7 +13,6 @@
<li>Klaus Hartlage
(<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li>
</ul>
<p>Version $Revision$ - $Date$</p>
<hr>

<p>You can download the plugin at: <a
@@ -40,4 +39,4 @@ in the specified java text file.</p>
<hr>
<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>
</body></html>
</body></html>

+ 0
- 1
proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn/SvnChangeLogParser.java View File

@@ -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 {



+ 0
- 1
proposal/sandbox/svn/src/testcases/org/apache/tools/ant/taskdefs/svn/AbstractSvnTaskTest.java View File

@@ -21,7 +21,6 @@ import java.io.File;
import org.apache.tools.ant.BuildFileTest;

/**
* @version $Revision$
*/
public class AbstractSvnTaskTest extends BuildFileTest {



+ 11
- 49
proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java View File

@@ -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
* <http://www.apache.org/>.
*/

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
{


+ 16
- 54
proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java View File

@@ -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
* <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 @@ 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."
*/


+ 0
- 1
src/main/org/apache/tools/ant/Project.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/input/DefaultInputHandler.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/input/InputHandler.java View File

@@ -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 {


+ 0
- 1
src/main/org/apache/tools/ant/input/InputRequest.java View File

@@ -20,7 +20,6 @@ package org.apache.tools.ant.input;
/**
* Encapsulates an input request.
*
* @version $Revision$
* @since Ant 1.5
*/
public class InputRequest {


+ 1
- 2
src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java View File

@@ -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 {


+ 0
- 1
src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/AntStructure.java View File

@@ -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
*


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/Basename.java View File

@@ -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
*


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/BuildNumber.java View File

@@ -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"
*/


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/CVSPass.java View File

@@ -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
*


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/ConditionTask.java View File

@@ -32,7 +32,6 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase;
* <p>This task does not extend Task to take advantage of
* ConditionBase.</p>
*
* @version $Revision$
*
* @since Ant 1.4
*


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/Copy.java View File

@@ -47,7 +47,6 @@ import org.apache.tools.ant.util.SourceFileScanner;
* document, the following mailing list discussions, and the
* copyfile/copydir tasks.</p>
*
* @version $Revision$
*
* @since Ant 1.2
*


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/DependSet.java View File

@@ -72,7 +72,6 @@ import org.apache.tools.ant.util.FileUtils;
* </li></ul>
*
* @ant.task category="filesystem"
* @version $Revision$ $Date$
* @since Ant 1.4
*/
public class DependSet extends MatchingTask {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/Dirname.java View File

@@ -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
*


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/Execute.java View File

@@ -42,7 +42,6 @@ import org.apache.tools.ant.types.Commandline;
*
* @since Ant 1.2
*
* @version $Revision$
*/
public class Execute {



+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/FixCRLF.java View File

@@ -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"


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/Javac.java View File

@@ -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
*


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/Move.java View File

@@ -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.</p>
*
* @version $Revision$
*
* @since Ant 1.2
*


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/Sync.java View File

@@ -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.</p>
*
* @version $Revision$
* @since Ant 1.6
*
* revised by <a href="mailto:daniel.armbrust@mayo.edu">Dan Armbrust</a>


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java View File

@@ -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
*


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/And.java View File

@@ -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.</p>
*
* @since Ant 1.4
* @version $Revision$
*/
public class And extends ConditionBase implements Condition {



+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/Condition.java View File

@@ -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 &lt;condition&gt; task.
*
* @version $Revision$
*/
public interface Condition {
/**


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java View File

@@ -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();


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/Contains.java View File

@@ -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
*/


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/Equals.java View File

@@ -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 {



+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java View File

@@ -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
*/



+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java View File

@@ -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;
* <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
- 2
src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java View File

@@ -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;


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/Not.java View File

@@ -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 {



+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/Or.java View File

@@ -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.</p>
*
* @since Ant 1.4
* @version $Revision$
*/
public class Or extends ConditionBase implements Condition {



+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/Os.java View File

@@ -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 =


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java View File

@@ -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;


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java View File

@@ -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;


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java View File

@@ -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;
* <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"
*/


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java View File

@@ -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 */


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java View File

@@ -60,7 +60,6 @@ import org.apache.tools.ant.util.FileUtils;
* &lt;!ELEMENT prevrevision ( #PCDATA ) &gt;
* </PRE>
*
* @version $Revision$ $Date$
* @since Ant 1.5
* @ant.task name="cvstagdiff"
*/


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java View File

@@ -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 */


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java View File

@@ -19,7 +19,6 @@ package org.apache.tools.ant.taskdefs.cvslib;
/**
* Represents a RCS File change.
*
* @version $Revision$ $Date$
*/
class RCSFile {
private String name;


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java View File

@@ -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 */


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java View File

@@ -35,7 +35,6 @@ import org.apache.tools.ant.util.StringUtils;
* Java2 Standard Edition package, in file
* <code>guide/extensions/versioning.html</code>.</p>
*
* @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();
}
}
}

+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java View File

@@ -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 {
/**


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java View File

@@ -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


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java View File

@@ -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);
}
}
}
}

+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java View File

@@ -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
*/


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java View File

@@ -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 {
/**


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java View File

@@ -36,7 +36,6 @@ import org.apache.tools.ant.util.StringUtils;
* Java2 Standard Edition package, in file
* <code>guide/extensions/versioning.html</code>.</p>
*
* @version $Revision$ $Date$
*/
public final class Specification {
@@ -601,4 +600,4 @@ public final class Specification {
impTitle, impVersion, impVendor,
new String[]{section});
}
}
}

+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java View File

@@ -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;


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java View File

@@ -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;


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java View File

@@ -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;


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java View File

@@ -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
*


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java View File

@@ -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 {



+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java View File

@@ -31,7 +31,6 @@ import org.apache.tools.ant.Task;
/**
* Automates the telnet protocol.
*
* @version $Revision$
*/

public class TelnetTask extends Task {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java View File

@@ -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
*/


+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java View File

@@ -111,7 +111,6 @@ import org.apache.tools.ant.util.FileUtils;
* 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();


+ 0
- 1
src/main/org/apache/tools/ant/types/Description.java View File

@@ -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"
*/


+ 0
- 1
src/main/org/apache/tools/ant/util/DateUtils.java View File

@@ -33,7 +33,6 @@ import java.util.TimeZone;
*
* @since Ant 1.5
*
* @version $Revision$
*/
public final class DateUtils {



+ 0
- 1
src/main/org/apache/tools/ant/util/FileUtils.java View File

@@ -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 {


+ 1
- 2
src/main/org/apache/tools/ant/util/TaskLogger.java View File

@@ -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 {
/**


+ 0
- 1
src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java View File

@@ -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
*/


+ 0
- 1
src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java View File

@@ -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
*/


+ 1
- 2
src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java View File

@@ -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:
* <code>ant.regexp.regexpimpl</code>.
*
* @version $Revision$
*/
public class RegexpFactory extends RegexpMatcherFactory {



+ 1
- 2
src/main/org/apache/tools/mail/ErrorInQuitException.java View File

@@ -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</a>.</p>
*
* @version $Revision$
*/
public class ErrorInQuitException extends IOException {



+ 0
- 1
src/main/org/apache/tools/zip/AsiExtraField.java View File

@@ -44,7 +44,6 @@ import java.util.zip.ZipException;
* <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 {



+ 0
- 1
src/main/org/apache/tools/zip/ExtraFieldUtils.java View File

@@ -24,7 +24,6 @@ import java.util.zip.ZipException;
/**
* ZipExtraField related methods
*
* @version $Revision$
*/
public class ExtraFieldUtils {



+ 1
- 2
src/main/org/apache/tools/zip/UnixStat.java View File

@@ -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 {



+ 0
- 1
src/main/org/apache/tools/zip/UnrecognizedExtraField.java View File

@@ -24,7 +24,6 @@ package org.apache.tools.zip;
* <p>Assumes local file data and central directory entries are
* identical - unless told the opposite.</p>
*
* @version $Revision$
*/
public class UnrecognizedExtraField implements ZipExtraField {



+ 0
- 1
src/main/org/apache/tools/zip/ZipEntry.java View File

@@ -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 {



+ 0
- 1
src/main/org/apache/tools/zip/ZipExtraField.java View File

@@ -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.</p>
*
* @version $Revision$
*/
public interface ZipExtraField {



+ 0
- 1
src/main/org/apache/tools/zip/ZipFile.java View File

@@ -56,7 +56,6 @@ import java.util.zip.ZipException;
* <li>close is allowed to throw IOException.</li>
* </ul>
*
* @version $Revision$
*/
public class ZipFile {



+ 0
- 1
src/main/org/apache/tools/zip/ZipLong.java View File

@@ -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 {



+ 0
- 1
src/main/org/apache/tools/zip/ZipOutputStream.java View File

@@ -50,7 +50,6 @@ import java.util.zip.ZipException;
* uncompressed size information is required before {@link
* #putNextEntry putNextEntry} can be called.</p>
*
* @version $Revision$
*/
public class ZipOutputStream extends FilterOutputStream {



+ 0
- 1
src/main/org/apache/tools/zip/ZipShort.java View File

@@ -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 {



+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java View File

@@ -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 {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/AntTest.java View File

@@ -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 {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java View File

@@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils;
import java.io.IOException;

/**
* @version $Revision$
*/
public class BUnzip2Test extends BuildFileTest {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java View File

@@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils;
import java.io.IOException;

/**
* @version $Revision$
*/
public class BZip2Test extends BuildFileTest {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java View File

@@ -23,7 +23,6 @@ import java.io.IOException;
import java.io.File;

/**
* @version $Revision$
*/
public class ChecksumTest extends BuildFileTest {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java View File

@@ -20,7 +20,6 @@ import org.apache.tools.ant.BuildFileTest;
import org.apache.tools.ant.util.FileUtils;

/**
* @version $Revision$
*/
public class GUnzipTest extends BuildFileTest {



+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java View File

@@ -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 <javac>.
*
* @version $Revision$ $Date$
*/
public class JavacTest extends TestCase {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/RecorderTest.java View File

@@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils;
import java.io.IOException;

/**
* @version $Revision$
*/
public class RecorderTest extends BuildFileTest {



+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java View File

@@ -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 <rmic>.
*
* @version $Revision$
* @since Ant 1.5
*/
public class RmicTest extends TestCase {


+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java View File

@@ -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 {



+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java View File

@@ -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 {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java View File

@@ -20,7 +20,6 @@ import org.apache.tools.ant.BuildFileTest;
import org.apache.tools.ant.util.FileUtils;

/**
* @version $Revision$
*/
public class UntarTest extends BuildFileTest {



+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java View File

@@ -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 &lt;contains&gt; condition.
*
* @version $Revision$
*/
public class ContainsTest extends TestCase {



+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java View File

@@ -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 &lt;equals&gt; condition.
*
* @version $Revision$
*/
public class EqualsTest extends TestCase {



+ 0
- 1
src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java View File

@@ -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";


+ 1
- 2
src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java View File

@@ -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 {



Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save