jkf 2005/03/09 10:56:31
Modified: src/main/org/apache/tools/ant/taskdefs/optional/extension
Tag: ANT_16_BRANCH ExtensionAdapter.java
Specification.java Extension.java
LibraryDisplayer.java LibFileSet.java
ExtensionResolver.java DeweyDecimal.java
Compatability.java Compatibility.java
ExtensionSet.java ExtraAttribute.java
ExtensionUtil.java
src/testcases/org/apache/tools/ant/taskdefs Tag:
ANT_16_BRANCH ChecksumTest.java RmicTest.java
SubAntTest.java BUnzip2Test.java
AbstractCvsTaskTest.java BZip2Test.java
UntarTest.java GUnzipTest.java TypedefTest.java
JavacTest.java
src/etc/testcases/taskdefs/optional/antlr Tag: ANT_16_BRANCH
java.g java.tree.g
src/testcases/org/apache/tools/ant/taskdefs/condition Tag:
ANT_16_BRANCH ContainsTest.java EqualsTest.java
docs/manual/Integration Tag: ANT_16_BRANCH jext-plugin.html
src/main/org/apache/tools/ant/taskdefs/cvslib Tag:
ANT_16_BRANCH CvsTagDiff.java ChangeLogParser.java
RedirectingOutputStream.java ChangeLogTask.java
RCSFile.java ChangeLogWriter.java
RedirectingStreamHandler.java CvsUser.java
CVSEntry.java
src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Copy.java Sync.java DependSet.java Javac.java
Execute.java XSLTProcess.java BuildNumber.java
AntStructure.java Basename.java CVSPass.java
FixCRLF.java Dirname.java ConditionTask.java
Move.java
src/main/org/apache/tools/ant/input Tag: ANT_16_BRANCH
InputHandler.java DefaultInputHandler.java
MultipleChoiceInputRequest.java InputRequest.java
PropertyFileInputHandler.java
src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH
ResourceLocation.java DTDLocation.java
Description.java
src/main/org/apache/tools/ant/taskdefs/condition Tag:
ANT_16_BRANCH Equals.java Or.java IsReference.java
IsSet.java Condition.java ConditionBase.java
FilesMatch.java And.java Os.java Contains.java
Not.java
src/main/org/apache/tools/ant/taskdefs/optional/ssh Tag:
ANT_16_BRANCH SSHExec.java
proposal/xdocs/src/org/apache/ant/xdoclet Tag: ANT_16_BRANCH
TaskDefPropertiesSubTask.java
TaskDescriptorSubTask.java
src/main/org/apache/tools/zip Tag: ANT_16_BRANCH
ZipOutputStream.java ZipFile.java ZipLong.java
UnixStat.java AsiExtraField.java ZipShort.java
ExtraFieldUtils.java UnrecognizedExtraField.java
ZipExtraField.java ZipEntry.java
src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH
FileUtils.java DateUtils.java TaskLogger.java
docs/manual Tag: ANT_16_BRANCH credits.html
src/main/org/apache/tools/ant/types/resolver Tag:
ANT_16_BRANCH ApacheCatalogResolver.java
ApacheCatalog.java
src/testcases/org/apache/tools/ant/taskdefs/optional/unix
Tag: ANT_16_BRANCH SymlinkTest.java
docs/manual/OptionalTasks Tag: ANT_16_BRANCH vss.html
ejb.html
src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers
Tag: ANT_16_BRANCH URLResolver.java
LocationResolver.java AntResolver.java
src/main/org/apache/tools/ant/taskdefs/optional/unix Tag:
ANT_16_BRANCH Symlink.java
src/main/org/apache/tools/ant/util/facade Tag: ANT_16_BRANCH
FacadeTaskHelper.java
ImplementationSpecificArgument.java
src/main/org/apache/tools/ant/taskdefs/optional/junit Tag:
ANT_16_BRANCH JUnitVersionHelper.java
JUnitTask.java
src/testcases/org/apache/tools/ant/taskdefs/optional/junit
Tag: ANT_16_BRANCH JUnitVersionHelperTest.java
src/main/org/apache/tools/ant/taskdefs/optional/sound Tag:
ANT_16_BRANCH SoundTask.java AntSoundPlayer.java
src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
Project.java
src/main/org/apache/tools/ant/util/regexp Tag: ANT_16_BRANCH
RegexpFactory.java
src/testcases/org/apache/tools/ant/types Tag: ANT_16_BRANCH
XMLCatalogBuildFileTest.java
src/testcases/org/apache/tools/ant/taskdefs/optional Tag:
ANT_16_BRANCH ReplaceRegExpTest.java
src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_16_BRANCH TelnetTask.java
src/main/org/apache/tools/mail Tag: ANT_16_BRANCH
ErrorInQuitException.java
Log:
Removed CVS keyword substitution ANT_16
Revision Changes Path
No revision
No revision
1.8.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java
Index: ExtensionAdapter.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -r1.8.2.4 -r1.8.2.5
--- ExtensionAdapter.java 9 Mar 2004 17:01:45 -0000 1.8.2.4
+++ ExtensionAdapter.java 9 Mar 2005 18:56:22 -0000 1.8.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2004 The Apache Software Foundation
+ * Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@
* Simple class that represents an Extension and conforms to Ants
* patterns.
*
- * @version $Revision$ $Date$
* @ant.data-type name="extension"
*/
public class ExtensionAdapter extends DataType {
1.4.2.8 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java
Index: Specification.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -u -r1.4.2.7 -r1.4.2.8
--- Specification.java 15 Nov 2004 14:52:00 -0000 1.4.2.7
+++ Specification.java 9 Mar 2005 18:56:22 -0000 1.4.2.8
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,7 +34,6 @@
* Java2 Standard Edition package, in file
* <code>guide/extensions/versioning.html</code>.</p>
*
- * @version $Revision$ $Date$
*/
public final class Specification {
/**
1.8.2.7 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java
Index: Extension.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java,v
retrieving revision 1.8.2.6
retrieving revision 1.8.2.7
diff -u -r1.8.2.6 -r1.8.2.7
--- Extension.java 12 Nov 2004 11:08:01 -0000 1.8.2.6
+++ Extension.java 9 Mar 2005 18:56:22 -0000 1.8.2.7
@@ -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.
@@ -33,7 +33,6 @@
* Java2 Standard Edition package, in file
* <code>guide/extensions/versioning.html</code>.</p>
*
- * @version $Revision$ $Date$
*/
public final class Extension {
/**
1.4.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java
Index: LibraryDisplayer.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibraryDisplayer.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- LibraryDisplayer.java 9 Mar 2004 17:01:45 -0000 1.4.2.4
+++ LibraryDisplayer.java 9 Mar 2005 18:56:22 -0000 1.4.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +26,6 @@
* to "Optional Packages" (formely known as "Extensions")
* and Package Specifications.
*
- * @version $Revision$ $Date$
*/
class LibraryDisplayer {
/**
1.3.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java
Index: LibFileSet.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.java,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -u -r1.3.2.5 -r1.3.2.6
--- LibFileSet.java 12 Nov 2004 11:08:01 -0000 1.3.2.5
+++ LibFileSet.java 9 Mar 2005 18:56:22 -0000 1.3.2.6
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,7 +23,6 @@
* Asociated with the libraries is data pertaining to
* how they are to be handled when building manifests.
*
- * @version $Revision$ $Date$
*/
public class LibFileSet
extends FileSet {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java
Index: ExtensionResolver.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- ExtensionResolver.java 9 Mar 2004 17:01:45 -0000 1.5.2.4
+++ ExtensionResolver.java 9 Mar 2005 18:56:22 -0000 1.5.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,7 +23,6 @@
/**
* Interface to locate a File that satisfies extension.
*
- * @version $Revision$ $Date$
*/
public interface ExtensionResolver {
/**
1.4.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java
Index: DeweyDecimal.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- DeweyDecimal.java 9 Mar 2004 17:01:45 -0000 1.4.2.4
+++ DeweyDecimal.java 9 Mar 2005 18:56:22 -0000 1.4.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +26,6 @@
* represent major, minor, micro, etc versions. The version number
* must begin with a number.
*
- * @version $Revision$ $Date$
*/
public final class DeweyDecimal {
/** Array of components that make up DeweyDecimal */
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java
Index: Compatability.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- Compatability.java 9 Mar 2004 17:01:45 -0000 1.5.2.4
+++ Compatability.java 9 Mar 2005 18:56:22 -0000 1.5.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,7 +28,6 @@
* ants file.
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
- * @version $Revision$ $Date$
* @see Extension
*/
public final class Compatability {
1.4.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java
Index: Compatibility.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- Compatibility.java 9 Mar 2004 17:01:45 -0000 1.4.2.4
+++ Compatibility.java 9 Mar 2005 18:56:22 -0000 1.4.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,7 +28,6 @@
* ants file.
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
- * @version $Revision$ $Date$
* @see Extension
*/
public final class Compatibility {
1.4.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java
Index: ExtensionSet.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- ExtensionSet.java 9 Mar 2004 17:01:45 -0000 1.4.2.4
+++ ExtensionSet.java 9 Mar 2005 18:56:22 -0000 1.4.2.5
@@ -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 @@
* The Extension set lists a set of "Optional Packages" /
* "Extensions".
*
- * @version $Revision$ $Date$
* @ant.data-type name="extension-set"
*/
public class ExtensionSet
1.3.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java
Index: ExtraAttribute.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -r1.3.2.4 -r1.3.2.5
--- ExtraAttribute.java 9 Mar 2004 17:01:45 -0000 1.3.2.4
+++ ExtraAttribute.java 9 Mar 2005 18:56:22 -0000 1.3.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@
/**
* Simple holder for extra attributes in main section of manifest.
*
- * @version $Revision$ $Date$
* @todo Refactor this and all the other parameter, sysproperty,
* property etc into a single class in framework
*/
1.4.2.7 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java
Index: ExtensionUtil.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.java,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -r1.4.2.6 -r1.4.2.7
--- ExtensionUtil.java 9 Mar 2004 17:01:45 -0000 1.4.2.6
+++ ExtensionUtil.java 9 Mar 2005 18:56:22 -0000 1.4.2.7
@@ -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.
@@ -30,7 +30,6 @@
/**
* A set of useful methods relating to extensions.
*
- * @version $Revision$ $Date$
*/
public class ExtensionUtil {
/**
No revision
No revision
1.6.2.6 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java
Index: ChecksumTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -u -r1.6.2.5 -r1.6.2.6
--- ChecksumTest.java 9 Mar 2004 17:02:01 -0000 1.6.2.5
+++ ChecksumTest.java 9 Mar 2005 18:56:23 -0000 1.6.2.6
@@ -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.
@@ -24,7 +24,6 @@
import java.io.File;
/**
- * @version $Revision$
*/
public class ChecksumTest extends BuildFileTest {
1.3.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java
Index: RmicTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/RmicTest.java,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -r1.3.2.4 -r1.3.2.5
--- RmicTest.java 9 Mar 2004 17:02:02 -0000 1.3.2.4
+++ RmicTest.java 9 Mar 2005 18:56:23 -0000 1.3.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@
/**
* Testcase for <rmic>.
*
- * @version $Revision$
* @since Ant 1.5
*/
public class RmicTest extends TestCase {
1.1.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java
Index: SubAntTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/SubAntTest.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- SubAntTest.java 9 Mar 2004 17:02:02 -0000 1.1.2.4
+++ SubAntTest.java 9 Mar 2005 18:56:23 -0000 1.1.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,7 +28,6 @@
import org.apache.tools.ant.types.Path;
/**
- * @version $Revision$
*/
public class SubAntTest extends BuildFileTest {
1.7.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java
Index: BUnzip2Test.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -r1.7.2.4 -r1.7.2.5
--- BUnzip2Test.java 9 Mar 2004 17:02:01 -0000 1.7.2.4
+++ BUnzip2Test.java 9 Mar 2005 18:56:23 -0000 1.7.2.5
@@ -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 java.io.IOException;
/**
- * @version $Revision$
*/
public class BUnzip2Test extends BuildFileTest {
1.7.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java
Index: AbstractCvsTaskTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/AbstractCvsTaskTest.java,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -r1.7.2.4 -r1.7.2.5
--- AbstractCvsTaskTest.java 9 Mar 2004 17:02:01 -0000 1.7.2.4
+++ AbstractCvsTaskTest.java 9 Mar 2005 18:56:23 -0000 1.7.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2004 The Apache Software Foundation
+ * Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@
import org.apache.tools.ant.BuildFileTest;
/**
- * @version $Revision$
*/
public class AbstractCvsTaskTest extends BuildFileTest {
1.7.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java
Index: BZip2Test.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/BZip2Test.java,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -r1.7.2.4 -r1.7.2.5
--- BZip2Test.java 9 Mar 2004 17:02:01 -0000 1.7.2.4
+++ BZip2Test.java 9 Mar 2005 18:56:23 -0000 1.7.2.5
@@ -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 java.io.IOException;
/**
- * @version $Revision$
*/
public class BZip2Test extends BuildFileTest {
1.6.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java
Index: UntarTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/UntarTest.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- UntarTest.java 9 Mar 2004 17:02:02 -0000 1.6.2.4
+++ UntarTest.java 9 Mar 2005 18:56:23 -0000 1.6.2.5
@@ -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.
@@ -20,7 +20,6 @@
import org.apache.tools.ant.util.FileUtils;
/**
- * @version $Revision$
*/
public class UntarTest extends BuildFileTest {
1.8.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java
Index: GUnzipTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/GUnzipTest.java,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -r1.8.2.4 -r1.8.2.5
--- GUnzipTest.java 9 Mar 2004 17:02:01 -0000 1.8.2.4
+++ GUnzipTest.java 9 Mar 2005 18:56:23 -0000 1.8.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2001,2004 The Apache Software Foundation
+ * Copyright 2000-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.
@@ -21,7 +21,6 @@
import org.apache.tools.ant.util.FileUtils;
/**
- * @version $Revision$
*/
public class GUnzipTest extends BuildFileTest {
1.7.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java
Index: TypedefTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -r1.7.2.4 -r1.7.2.5
--- TypedefTest.java 9 Mar 2004 17:02:02 -0000 1.7.2.4
+++ TypedefTest.java 9 Mar 2005 18:56:23 -0000 1.7.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation
+ * Copyright 2001-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@
import org.apache.tools.ant.BuildFileTest;
/**
- * @version $Revision$
*/
public class TypedefTest extends BuildFileTest {
1.10.2.6 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java
Index: JavacTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java,v
retrieving revision 1.10.2.5
retrieving revision 1.10.2.6
diff -u -r1.10.2.5 -r1.10.2.6
--- JavacTest.java 9 Mar 2004 17:02:01 -0000 1.10.2.5
+++ JavacTest.java 9 Mar 2005 18:56:23 -0000 1.10.2.6
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2002,2004 The Apache Software Foundation
+ * Copyright 2001-2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,7 +31,6 @@
/**
* Testcase for <javac>.
*
- * @version $Revision$ $Date$
*/
public class JavacTest extends TestCase {
No revision
No revision
1.1.8.1 +0 -1 ant/src/etc/testcases/taskdefs/optional/antlr/java.g
Index: java.g
===================================================================
RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/antlr/java.g,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -r1.1 -r1.1.8.1
--- java.g 6 Nov 2000 12:35:13 -0000 1.1
+++ java.g 9 Mar 2005 18:56:23 -0000 1.1.8.1
@@ -54,7 +54,6 @@
*
* Version tracking now done with following ID:
*
- * $Id$
*
* BUG:
* Doesn't like boolean.class!
1.1.8.1 +0 -1 ant/src/etc/testcases/taskdefs/optional/antlr/java.tree.g
Index: java.tree.g
===================================================================
RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/antlr/java.tree.g,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -r1.1 -r1.1.8.1
--- java.tree.g 6 Nov 2000 12:35:13 -0000 1.1
+++ java.tree.g 9 Mar 2005 18:56:23 -0000 1.1.8.1
@@ -5,7 +5,6 @@
*
* Version tracking now done with following ID:
*
- * $Id$
*
* This grammar is in the PUBLIC DOMAIN
*
No revision
No revision
1.4.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java
Index: ContainsTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/condition/ContainsTest.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- ContainsTest.java 9 Mar 2004 17:02:05 -0000 1.4.2.4
+++ ContainsTest.java 9 Mar 2005 18:56:23 -0000 1.4.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
/**
* Testcase for the <contains> condition.
*
- * @version $Revision$
*/
public class ContainsTest extends TestCase {
1.3.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java
Index: EqualsTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/condition/EqualsTest.java,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -r1.3.2.4 -r1.3.2.5
--- EqualsTest.java 9 Mar 2004 17:02:05 -0000 1.3.2.4
+++ EqualsTest.java 9 Mar 2005 18:56:23 -0000 1.3.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
/**
* Testcase for the <equals> condition.
*
- * @version $Revision$
*/
public class EqualsTest extends TestCase {
No revision
No revision
1.4.2.3 +1 -2 ant/docs/manual/Integration/jext-plugin.html
Index: jext-plugin.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/Integration/jext-plugin.html,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- jext-plugin.html 9 Feb 2004 22:12:11 -0000 1.4.2.2
+++ jext-plugin.html 9 Mar 2005 18:56:24 -0000 1.4.2.3
@@ -13,7 +13,6 @@
<li>Klaus Hartlage
(<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
</ul>
-<p>Version $Revision$ - $Date$</p>
<hr>
<p>You can download the plugin at: <a
@@ -38,6 +37,6 @@
in the specified java text file.</p>
<hr>
-<p align="center">Copyright © 2001-2002,2004 The Apache Software Foundation. All rights
+<p align="center">Copyright © 2001-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>
</body></html>
No revision
No revision
1.16.2.8 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java
Index: CvsTagDiff.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java,v
retrieving revision 1.16.2.7
retrieving revision 1.16.2.8
diff -u -r1.16.2.7 -r1.16.2.8
--- CvsTagDiff.java 9 Mar 2004 17:01:40 -0000 1.16.2.7
+++ CvsTagDiff.java 9 Mar 2005 18:56:24 -0000 1.16.2.8
@@ -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 @@
* <!ELEMENT prevrevision ( #PCDATA ) >
* </PRE>
*
- * @version $Revision$ $Date$
* @since Ant 1.5
* @ant.task name="cvstagdiff"
*/
1.22.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java
Index: ChangeLogParser.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java,v
retrieving revision 1.22.2.4
retrieving revision 1.22.2.5
diff -u -r1.22.2.4 -r1.22.2.5
--- ChangeLogParser.java 9 Mar 2004 17:01:40 -0000 1.22.2.4
+++ ChangeLogParser.java 9 Mar 2005 18:56:24 -0000 1.22.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2004 The Apache Software Foundation
+ * Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +26,6 @@
/**
* A class used to parse the output of the CVS log command.
*
- * @version $Revision$ $Date$
*/
class ChangeLogParser {
//private static final int GET_ENTRY = 0;
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingOutputStream.java
Index: RedirectingOutputStream.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingOutputStream.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- RedirectingOutputStream.java 9 Mar 2004 17:01:40 -0000 1.6.2.4
+++ RedirectingOutputStream.java 9 Mar 2005 18:56:24 -0000 1.6.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@
/**
* A dummy stream that just passes stuff to the parser.
*
- * @version $Revision$ $Date$
*/
class RedirectingOutputStream
extends LogOutputStream {
1.25.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
Index: ChangeLogTask.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java,v
retrieving revision 1.25.2.5
retrieving revision 1.25.2.6
diff -u -r1.25.2.5 -r1.25.2.6
--- ChangeLogTask.java 9 Mar 2004 17:01:40 -0000 1.25.2.5
+++ ChangeLogTask.java 9 Mar 2005 18:56:24 -0000 1.25.2.6
@@ -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.
@@ -61,7 +61,6 @@
* <FONT color=#6a5acd><!ELEMENT</FONT> prevrevision <FONT color=#ff00ff>(#PCDATA)</FONT><FONT color=#6a5acd>></FONT>
* </PRE>
*
- * @version $Revision$ $Date$
* @since Ant 1.5
* @ant.task name="cvschangelog" category="scm"
*/
1.5.2.5 +0 -1 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java
Index: RCSFile.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- RCSFile.java 9 Mar 2004 17:01:40 -0000 1.5.2.4
+++ RCSFile.java 9 Mar 2005 18:56:24 -0000 1.5.2.5
@@ -19,7 +19,6 @@
/**
* Represents a RCS File change.
*
- * @version $Revision$ $Date$
*/
class RCSFile {
private String m_name;
1.10.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java
Index: ChangeLogWriter.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -r1.10.2.4 -r1.10.2.5
--- ChangeLogWriter.java 9 Mar 2004 17:01:40 -0000 1.10.2.4
+++ ChangeLogWriter.java 9 Mar 2005 18:56:24 -0000 1.10.2.5
@@ -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 @@
/**
* Class used to generate an XML changelog.
*
- * @version $Revision$ $Date$
*/
class ChangeLogWriter {
/** output format for dates written to xml file */
1.13.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java
Index: RedirectingStreamHandler.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -u -r1.13.2.4 -r1.13.2.5
--- RedirectingStreamHandler.java 9 Mar 2004 17:01:40 -0000 1.13.2.4
+++ RedirectingStreamHandler.java 9 Mar 2005 18:56:24 -0000 1.13.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@
/**
* A dummy stream handler that just passes stuff to the parser.
*
- * @version $Revision$ $Date$
*/
class RedirectingStreamHandler
extends PumpStreamHandler {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java
Index: CvsUser.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- CvsUser.java 9 Mar 2004 17:01:40 -0000 1.5.2.4
+++ CvsUser.java 9 Mar 2005 18:56:24 -0000 1.5.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2004 The Apache Software Foundation
+ * Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@
/**
* Represents a CVS user with a userID and a full name.
*
- * @version $Revision$ $Date$
*/
public class CvsUser {
/** The user's Id */
1.8.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java
Index: CVSEntry.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -r1.8.2.4 -r1.8.2.5
--- CVSEntry.java 9 Mar 2004 17:01:40 -0000 1.8.2.4
+++ CVSEntry.java 9 Mar 2005 18:56:24 -0000 1.8.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
/**
* CVS Entry.
*
- * @version $Revision$ $Date$
*/
class CVSEntry {
private Date m_date;
No revision
No revision
1.66.2.8 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/Copy.java
Index: Copy.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Copy.java,v
retrieving revision 1.66.2.7
retrieving revision 1.66.2.8
diff -u -r1.66.2.7 -r1.66.2.8
--- Copy.java 10 Dec 2004 13:21:51 -0000 1.66.2.7
+++ Copy.java 9 Mar 2005 18:56:24 -0000 1.66.2.8
@@ -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.
@@ -47,7 +47,6 @@
* document, the following mailing list discussions, and the
* copyfile/copydir tasks.</p>
*
- * @version $Revision$
*
* @since Ant 1.2
*
1.7.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/Sync.java
Index: Sync.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Sync.java,v
retrieving revision 1.7.2.5
retrieving revision 1.7.2.6
diff -u -r1.7.2.5 -r1.7.2.6
--- Sync.java 25 May 2004 12:14:03 -0000 1.7.2.5
+++ Sync.java 9 Mar 2005 18:56:24 -0000 1.7.2.6
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -42,7 +42,6 @@
* mappers and filter chains. Files of the destination directory not
* present in any of the source fileset are removed.</p>
*
- * @version $Revision$
* @since Ant 1.6
*
* revised by <a href="mailto:[EMAIL PROTECTED]">Dan Armbrust</a>
1.23.2.6 +0 -1 ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java
Index: DependSet.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java,v
retrieving revision 1.23.2.5
retrieving revision 1.23.2.6
diff -u -r1.23.2.5 -r1.23.2.6
--- DependSet.java 27 Jan 2005 17:04:34 -0000 1.23.2.5
+++ DependSet.java 9 Mar 2005 18:56:24 -0000 1.23.2.6
@@ -72,7 +72,6 @@
* </li></ul>
*
* @ant.task category="filesystem"
- * @version $Revision$ $Date$
* @since Ant 1.4
*/
public class DependSet extends MatchingTask {
1.115.2.9 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/Javac.java
Index: Javac.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Javac.java,v
retrieving revision 1.115.2.8
retrieving revision 1.115.2.9
diff -u -r1.115.2.8 -r1.115.2.9
--- Javac.java 28 Oct 2004 07:59:30 -0000 1.115.2.8
+++ Javac.java 9 Mar 2005 18:56:24 -0000 1.115.2.9
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2004 The Apache Software Foundation
+ * Copyright 2000-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -58,7 +58,6 @@
* destdir looking for Java source files to compile. This task makes its
* compile decision based on timestamp.
*
- * @version $Revision$
*
* @since Ant 1.1
*
1.68.2.10 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/Execute.java
Index: Execute.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Execute.java,v
retrieving revision 1.68.2.9
retrieving revision 1.68.2.10
diff -u -r1.68.2.9 -r1.68.2.10
--- Execute.java 21 Jun 2004 22:15:05 -0000 1.68.2.9
+++ Execute.java 9 Mar 2005 18:56:25 -0000 1.68.2.10
@@ -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.
@@ -41,7 +41,6 @@
*
* @since Ant 1.2
*
- * @version $Revision$
*/
public class Execute {
1.78.2.8 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
Index: XSLTProcess.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java,v
retrieving revision 1.78.2.7
retrieving revision 1.78.2.8
diff -u -r1.78.2.7 -r1.78.2.8
--- XSLTProcess.java 16 Apr 2004 09:59:24 -0000 1.78.2.7
+++ XSLTProcess.java 9 Mar 2005 18:56:25 -0000 1.78.2.8
@@ -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.
@@ -36,7 +36,6 @@
* Processes a set of XML documents via XSLT. This is
* useful for building views of XML based documentation.
*
- * @version $Revision$
*
* @since Ant 1.1
*
1.13.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java
Index: BuildNumber.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -u -r1.13.2.4 -r1.13.2.5
--- BuildNumber.java 9 Mar 2004 17:01:32 -0000 1.13.2.4
+++ BuildNumber.java 9 Mar 2005 18:56:25 -0000 1.13.2.5
@@ -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.
@@ -34,7 +34,6 @@
* it will increment the build number by one and write it back out into the
* file.
*
- * @version $Revision$ $Date$
* @since Ant 1.5
* @ant.task name="buildnumber"
*/
1.37.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/AntStructure.java
Index: AntStructure.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/AntStructure.java,v
retrieving revision 1.37.2.4
retrieving revision 1.37.2.5
diff -u -r1.37.2.4 -r1.37.2.5
--- AntStructure.java 9 Mar 2004 17:01:32 -0000 1.37.2.4
+++ AntStructure.java 9 Mar 2005 18:56:25 -0000 1.37.2.5
@@ -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.
@@ -38,7 +38,6 @@
* Creates a partial DTD for Ant from the currently known tasks.
*
*
- * @version $Revision$
*
* @since Ant 1.1
*
1.10.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/Basename.java
Index: Basename.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Basename.java,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -r1.10.2.4 -r1.10.2.5
--- Basename.java 9 Mar 2004 17:01:32 -0000 1.10.2.4
+++ Basename.java 9 Mar 2005 18:56:25 -0000 1.10.2.5
@@ -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.
@@ -44,7 +44,6 @@
* the basename will be the simple file name without the suffix.
*
*
- * @version $Revision$
*
* @since Ant 1.5
*
1.20.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/CVSPass.java
Index: CVSPass.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/CVSPass.java,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -u -r1.20.2.4 -r1.20.2.5
--- CVSPass.java 9 Mar 2004 17:01:32 -0000 1.20.2.4
+++ CVSPass.java 9 Mar 2005 18:56:25 -0000 1.20.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation
+ * Copyright 2001-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,7 +31,6 @@
/**
* Adds an new entry to a CVS password file.
*
- * @version $Revision$
*
* @since Ant 1.4
*
1.54.2.7 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java
Index: FixCRLF.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java,v
retrieving revision 1.54.2.6
retrieving revision 1.54.2.7
diff -u -r1.54.2.6 -r1.54.2.7
--- FixCRLF.java 9 Mar 2004 17:01:33 -0000 1.54.2.6
+++ FixCRLF.java 9 Mar 2005 18:56:25 -0000 1.54.2.7
@@ -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.
@@ -76,7 +76,6 @@
* CRCRLF is regarded as a single EOL to handle cases where other
* programs have converted CRLF into CRCRLF.
*
- * @version $Revision$ $Name$
* @since Ant 1.1
*
* @ant.task category="filesystem"
1.7.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/Dirname.java
Index: Dirname.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Dirname.java,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -r1.7.2.4 -r1.7.2.5
--- Dirname.java 9 Mar 2004 17:01:33 -0000 1.7.2.4
+++ Dirname.java 9 Mar 2005 18:56:25 -0000 1.7.2.5
@@ -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.
@@ -37,7 +37,6 @@
* directory.
*
*
- * @version $Revision$
*
* @since Ant 1.5
*
1.16.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
Index: ConditionTask.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java,v
retrieving revision 1.16.2.4
retrieving revision 1.16.2.5
diff -u -r1.16.2.4 -r1.16.2.5
--- ConditionTask.java 9 Mar 2004 17:01:33 -0000 1.16.2.4
+++ ConditionTask.java 9 Mar 2005 18:56:25 -0000 1.16.2.5
@@ -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.
@@ -32,7 +32,6 @@
* <p>This task does not extend Task to take advantage of
* ConditionBase.</p>
*
- * @version $Revision$
*
* @since Ant 1.4
*
1.41.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/Move.java
Index: Move.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Move.java,v
retrieving revision 1.41.2.5
retrieving revision 1.41.2.6
diff -u -r1.41.2.5 -r1.41.2.6
--- Move.java 31 Aug 2004 21:51:49 -0000 1.41.2.5
+++ Move.java 9 Mar 2005 18:56:25 -0000 1.41.2.6
@@ -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.
@@ -42,7 +42,6 @@
* document, the following mailing list discussions, and the
* copyfile/copydir tasks.</p>
*
- * @version $Revision$
*
* @since Ant 1.2
*
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]