No revision
No revision
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/ant/input/InputHandler.java
Index: InputHandler.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/input/InputHandler.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- InputHandler.java 9 Mar 2004 17:01:32 -0000 1.5.2.4
+++ InputHandler.java 9 Mar 2005 18:56:26 -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.
@@ -20,7 +20,6 @@
/**
* Plugin to Ant to handle requests for user input.
*
- * @version $Revision$
* @since Ant 1.5
*/
public interface InputHandler {
1.12.2.6 +1 -2 ant/src/main/org/apache/tools/ant/input/DefaultInputHandler.java
Index: DefaultInputHandler.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/input/DefaultInputHandler.java,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.6
diff -u -r1.12.2.5 -r1.12.2.6
--- DefaultInputHandler.java 9 Mar 2004 17:01:32 -0000 1.12.2.5
+++ DefaultInputHandler.java 9 Mar 2005 18:56:26 -0000 1.12.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.
@@ -27,7 +27,6 @@
/**
* Prompts on System.err, reads input from System.in
*
- * @version $Revision$
* @since Ant 1.5
*/
public class DefaultInputHandler implements InputHandler {
1.3.2.5 +1 -2 ant/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java
Index: MultipleChoiceInputRequest.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -r1.3.2.4 -r1.3.2.5
--- MultipleChoiceInputRequest.java 9 Mar 2004 17:01:32 -0000 1.3.2.4
+++ MultipleChoiceInputRequest.java 9 Mar 2005 18:56:26 -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 @@
/**
* Encapsulates an input request.
*
- * @version $Revision$
* @since Ant 1.5
*/
public class MultipleChoiceInputRequest extends InputRequest {
1.4.2.5 +1 -2 ant/src/main/org/apache/tools/ant/input/InputRequest.java
Index: InputRequest.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/input/InputRequest.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- InputRequest.java 9 Mar 2004 17:01:32 -0000 1.4.2.4
+++ InputRequest.java 9 Mar 2005 18:56:26 -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.
@@ -20,7 +20,6 @@
/**
* Encapsulates an input request.
*
- * @version $Revision$
* @since Ant 1.5
*/
public class InputRequest {
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java
Index: PropertyFileInputHandler.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- PropertyFileInputHandler.java 9 Mar 2004 17:01:32 -0000 1.6.2.4
+++ PropertyFileInputHandler.java 9 Mar 2005 18:56:26 -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.
@@ -26,7 +26,6 @@
* Reads input from a property file, the file name is read from the
* system property ant.input.properties, the prompt is the key for input.
*
- * @version $Revision$
* @since Ant 1.5
*/
public class PropertyFileInputHandler implements InputHandler {
No revision
No revision
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/ant/types/ResourceLocation.java
Index: ResourceLocation.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/ResourceLocation.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- ResourceLocation.java 9 Mar 2004 17:01:55 -0000 1.6.2.4
+++ ResourceLocation.java 9 Mar 2005 18:56:26 -0000 1.6.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 @@
* </p>
*
* @see org.apache.xml.resolver.Catalog
- * @version $Id$
* @since Ant 1.6
*/
public class ResourceLocation {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/ant/types/DTDLocation.java
Index: DTDLocation.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/DTDLocation.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- DTDLocation.java 9 Mar 2004 17:01:54 -0000 1.5.2.4
+++ DTDLocation.java 9 Mar 2005 18:56:26 -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.
@@ -27,7 +27,6 @@
* conformance with the OASIS standard.</p>
*
* @see org.apache.xml.resolver.Catalog
- * @version $Id$
*/
public class DTDLocation extends ResourceLocation {
}
1.15.2.6 +0 -1 ant/src/main/org/apache/tools/ant/types/Description.java
Index: Description.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/Description.java,v
retrieving revision 1.15.2.5
retrieving revision 1.15.2.6
diff -u -r1.15.2.5 -r1.15.2.6
--- Description.java 4 Jan 2005 23:16:49 -0000 1.15.2.5
+++ Description.java 9 Mar 2005 18:56:26 -0000 1.15.2.6
@@ -37,7 +37,6 @@
* project description per project. A second description element will
* overwrite the first.
*
- * @version $Revision$ $Date$
*
* @ant.datatype ignore="true"
*/
No revision
No revision
1.10.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java
Index: Equals.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -r1.10.2.4 -r1.10.2.5
--- Equals.java 9 Mar 2004 17:01:39 -0000 1.10.2.4
+++ Equals.java 9 Mar 2005 18:56:26 -0000 1.10.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 @@
* Simple String comparison condition.
*
* @since Ant 1.4
- * @version $Revision$
*/
public class Equals implements Condition {
1.9.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/Or.java
Index: Or.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Or.java,v
retrieving revision 1.9.2.4
retrieving revision 1.9.2.5
diff -u -r1.9.2.4 -r1.9.2.5
--- Or.java 9 Mar 2004 17:01:39 -0000 1.9.2.4
+++ Or.java 9 Mar 2005 18:56:26 -0000 1.9.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.
@@ -27,7 +27,6 @@
* evaluates to true.</p>
*
* @since Ant 1.4
- * @version $Revision$
*/
public class Or extends ConditionBase implements Condition {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java
Index: IsReference.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- IsReference.java 9 Mar 2004 17:01:39 -0000 1.5.2.4
+++ IsReference.java 9 Mar 2005 18:56:26 -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.
@@ -27,7 +27,6 @@
* <p>Optionally tests whether it is of a given type/class.</p>
*
* @since Ant 1.6
- * @version $Revision$
*/
public class IsReference extends ProjectComponent implements Condition {
private Reference ref;
1.7.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java
Index: IsSet.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -r1.7.2.4 -r1.7.2.5
--- IsSet.java 9 Mar 2004 17:01:39 -0000 1.7.2.4
+++ IsSet.java 9 Mar 2005 18:56:26 -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.
@@ -24,7 +24,6 @@
* Condition that tests whether a given property has been set.
*
* @since Ant 1.5
- * @version $Revision$
*/
public class IsSet extends ProjectComponent implements Condition {
private String property;
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java
Index: Condition.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- Condition.java 9 Mar 2004 17:01:39 -0000 1.6.2.4
+++ Condition.java 9 Mar 2005 18:56:26 -0000 1.6.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2001,2003-2004 The Apache Software Foundation
+ * Copyright 2001,2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
/**
* Interface for conditions to use inside the &lt;condition&gt; task.
*
- * @version $Revision$
*/
public interface Condition {
/**
1.22.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
Index: ConditionBase.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java,v
retrieving revision 1.22.2.4
retrieving revision 1.22.2.5
diff -u -r1.22.2.4 -r1.22.2.5
--- ConditionBase.java 9 Mar 2004 17:01:39 -0000 1.22.2.4
+++ ConditionBase.java 9 Mar 2005 18:56:26 -0000 1.22.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.
@@ -30,7 +30,6 @@
* and the "container" conditions are in sync.
*
* @since Ant 1.4
- * @version $Revision$
*/
public abstract class ConditionBase extends ProjectComponent {
private Vector conditions = new Vector();
1.12.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java
Index: FilesMatch.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -r1.12.2.4 -r1.12.2.5
--- FilesMatch.java 9 Mar 2004 17:01:39 -0000 1.12.2.4
+++ FilesMatch.java 9 Mar 2005 18:56:26 -0000 1.12.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.
@@ -25,7 +25,6 @@
* Compares two files for bitwise equality based on size and
* content. Timestamps are not at all looked at.
*
- * @version $Revision$
* @since Ant 1.5
*/
1.9.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/And.java
Index: And.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/And.java,v
retrieving revision 1.9.2.4
retrieving revision 1.9.2.5
diff -u -r1.9.2.4 -r1.9.2.5
--- And.java 9 Mar 2004 17:01:39 -0000 1.9.2.4
+++ And.java 9 Mar 2005 18:56:26 -0000 1.9.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.
@@ -27,7 +27,6 @@
* evaluates to false.</p>
*
* @since Ant 1.4
- * @version $Revision$
*/
public class And extends ConditionBase implements Condition {
1.30.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/Os.java
Index: Os.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Os.java,v
retrieving revision 1.30.2.4
retrieving revision 1.30.2.5
diff -u -r1.30.2.4 -r1.30.2.5
--- Os.java 9 Mar 2004 17:01:39 -0000 1.30.2.4
+++ Os.java 9 Mar 2005 18:56:26 -0000 1.30.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.
@@ -24,7 +24,6 @@
* Condition that tests the OS type.
*
* @since Ant 1.4
- * @version $Revision$
*/
public class Os implements Condition {
private static final String OS_NAME =
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java
Index: Contains.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- Contains.java 9 Mar 2004 17:01:39 -0000 1.6.2.4
+++ Contains.java 9 Mar 2005 18:56:26 -0000 1.6.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.
@@ -22,7 +22,6 @@
/**
* Is one string part of another string?
*
- * @version $Revision$
*
* @since Ant 1.5
*/
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/condition/Not.java
Index: Not.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Not.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- Not.java 9 Mar 2004 17:01:39 -0000 1.6.2.4
+++ Not.java 9 Mar 2005 18:56:26 -0000 1.6.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2002,2004 The Apache Software Foundation
+ * Copyright 2001-2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +26,6 @@
* and vice versa.
*
* @since Ant 1.4
- * @version $Revision$
*/
public class Not extends ConditionBase implements Condition {
No revision
No revision
1.9.2.9 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java
Index: SSHExec.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java,v
retrieving revision 1.9.2.8
retrieving revision 1.9.2.9
diff -u -r1.9.2.8 -r1.9.2.9
--- SSHExec.java 1 Dec 2004 16:58:45 -0000 1.9.2.8
+++ SSHExec.java 9 Mar 2005 18:56:27 -0000 1.9.2.9
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,7 +34,6 @@
/**
* Executes a command on a remote machine via ssh.
*
- * @version $Revision$
* @created February 2, 2003
* @since Ant 1.6
*/
No revision
No revision
1.1.2.2 +1 -2 ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java
Index: TaskDefPropertiesSubTask.java
===================================================================
RCS file: /home/cvs/ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDefPropertiesSubTask.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- TaskDefPropertiesSubTask.java 9 Mar 2004 17:01:29 -0000 1.1.2.1
+++ TaskDefPropertiesSubTask.java 9 Mar 2005 18:56:27 -0000 1.1.2.2
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003,2005 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -63,7 +63,6 @@
* @ant.element display-name="taskdefproperties" name="taskdefproperties"
* parent="org.apache.ant.xdoclet.AntDocletTask"
* @ant.task ignore="true"
- * @version $Revision$
*/
public class TaskDefPropertiesSubTask extends AntSubTask
{
1.2.2.2 +1 -2 ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java
Index: TaskDescriptorSubTask.java
===================================================================
RCS file: /home/cvs/ant/proposal/xdocs/src/org/apache/ant/xdoclet/TaskDescriptorSubTask.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- TaskDescriptorSubTask.java 9 Mar 2004 17:01:29 -0000 1.2.2.1
+++ TaskDescriptorSubTask.java 9 Mar 2005 18:56:27 -0000 1.2.2.2
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003,2005 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,7 +66,6 @@
* @ant.element display-name="taskdescriptor" name="taskdescriptor"
* parent="xdoclet.modules.apache.ant.org.apache.ant.xdoclet.AntDocletTask"
* @ant.task ignore="true"
- * @version $Revision$
* @xdoclet.merge-file file="{0}.xml" relates-to="{0}.xml" description="Used for code examples. An example merge file
* may be found in Ant's proposal/xdocs/src directory."
*/
No revision
No revision
1.17.2.9 +0 -1 ant/src/main/org/apache/tools/zip/ZipOutputStream.java
Index: ZipOutputStream.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipOutputStream.java,v
retrieving revision 1.17.2.8
retrieving revision 1.17.2.9
diff -u -r1.17.2.8 -r1.17.2.9
--- ZipOutputStream.java 18 Feb 2005 13:16:48 -0000 1.17.2.8
+++ ZipOutputStream.java 9 Mar 2005 18:56:27 -0000 1.17.2.9
@@ -50,7 +50,6 @@
* uncompressed size information is required before [EMAIL PROTECTED]
* #putNextEntry putNextEntry} can be called.</p>
*
- * @version $Revision$
*/
public class ZipOutputStream extends FilterOutputStream {
1.8.2.6 +1 -2 ant/src/main/org/apache/tools/zip/ZipFile.java
Index: ZipFile.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipFile.java,v
retrieving revision 1.8.2.5
retrieving revision 1.8.2.6
diff -u -r1.8.2.5 -r1.8.2.6
--- ZipFile.java 18 May 2004 08:15:08 -0000 1.8.2.5
+++ ZipFile.java 9 Mar 2005 18:56:27 -0000 1.8.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.
@@ -56,7 +56,6 @@
* <li>close is allowed to throw IOException.</li>
* </ul>
*
- * @version $Revision$
*/
public class ZipFile {
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/zip/ZipLong.java
Index: ZipLong.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipLong.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- ZipLong.java 9 Mar 2004 17:02:00 -0000 1.6.2.4
+++ ZipLong.java 9 Mar 2005 18:56:27 -0000 1.6.2.5
@@ -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.
@@ -21,7 +21,6 @@
* Utility class that represents a four byte integer with conversion
* rules for the big endian byte order of ZIP files.
*
- * @version $Revision$
*/
public final class ZipLong implements Cloneable {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/zip/UnixStat.java
Index: UnixStat.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/UnixStat.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- UnixStat.java 9 Mar 2004 17:02:00 -0000 1.5.2.4
+++ UnixStat.java 9 Mar 2005 18:56:27 -0000 1.5.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2001,2004 The Apache Software Foundation
+ * Copyright 2001,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
/**
* Constants from stat.h on Unix systems.
*
- * @version $Revision$
*/
public interface UnixStat {
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/zip/AsiExtraField.java
Index: AsiExtraField.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/AsiExtraField.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- AsiExtraField.java 9 Mar 2004 17:02:00 -0000 1.6.2.4
+++ AsiExtraField.java 9 Mar 2005 18:56:27 -0000 1.6.2.5
@@ -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.
@@ -44,7 +44,6 @@
* <p>Short is two bytes and Long is four bytes in big endian byte and
* word order, device numbers are currently not supported.</p>
*
- * @version $Revision$
*/
public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable {
1.6.2.5 +1 -2 ant/src/main/org/apache/tools/zip/ZipShort.java
Index: ZipShort.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipShort.java,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- ZipShort.java 9 Mar 2004 17:02:00 -0000 1.6.2.4
+++ ZipShort.java 9 Mar 2005 18:56:27 -0000 1.6.2.5
@@ -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.
@@ -21,7 +21,6 @@
* Utility class that represents a two byte integer with conversion
* rules for the big endian byte order of ZIP files.
*
- * @version $Revision$
*/
public final class ZipShort implements Cloneable {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/zip/ExtraFieldUtils.java
Index: ExtraFieldUtils.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ExtraFieldUtils.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- ExtraFieldUtils.java 9 Mar 2004 17:02:00 -0000 1.5.2.4
+++ ExtraFieldUtils.java 9 Mar 2005 18:56:27 -0000 1.5.2.5
@@ -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.
@@ -24,7 +24,6 @@
/**
* ZipExtraField related methods
*
- * @version $Revision$
*/
public class ExtraFieldUtils {
1.4.2.5 +1 -2 ant/src/main/org/apache/tools/zip/UnrecognizedExtraField.java
Index: UnrecognizedExtraField.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/UnrecognizedExtraField.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- UnrecognizedExtraField.java 9 Mar 2004 17:02:00 -0000 1.4.2.4
+++ UnrecognizedExtraField.java 9 Mar 2005 18:56:27 -0000 1.4.2.5
@@ -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.
@@ -24,7 +24,6 @@
* <p>Assumes local file data and central directory entries are
* identical - unless told the opposite.</p>
*
- * @version $Revision$
*/
public class UnrecognizedExtraField implements ZipExtraField {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/zip/ZipExtraField.java
Index: ZipExtraField.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipExtraField.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- ZipExtraField.java 9 Mar 2004 17:02:00 -0000 1.5.2.4
+++ ZipExtraField.java 9 Mar 2005 18:56:27 -0000 1.5.2.5
@@ -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.
@@ -28,7 +28,6 @@
* java.util.zip.ZipOutputStream java.util.zip.ZipOutputStream} will
* only use the local file data in both places.</p>
*
- * @version $Revision$
*/
public interface ZipExtraField {
1.12.2.5 +1 -2 ant/src/main/org/apache/tools/zip/ZipEntry.java
Index: ZipEntry.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipEntry.java,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -r1.12.2.4 -r1.12.2.5
--- ZipEntry.java 9 Mar 2004 17:02:00 -0000 1.12.2.4
+++ ZipEntry.java 9 Mar 2005 18:56:27 -0000 1.12.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.
@@ -26,7 +26,6 @@
* Extension that adds better handling of extra fields and provides
* access to the internal and external file attributes.
*
- * @version $Revision$
*/
public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable {
No revision
No revision
1.56.2.11 +0 -1 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/FileUtils.java,v
retrieving revision 1.56.2.10
retrieving revision 1.56.2.11
diff -u -r1.56.2.10 -r1.56.2.11
--- FileUtils.java 4 Feb 2005 16:21:15 -0000 1.56.2.10
+++ FileUtils.java 9 Mar 2005 18:56:27 -0000 1.56.2.11
@@ -54,7 +54,6 @@
* system file paths at runtime as well as copying files or setting
* their last modification time.
*
- * @version $Revision$
*/
public class FileUtils {
1.11.2.5 +1 -2 ant/src/main/org/apache/tools/ant/util/DateUtils.java
Index: DateUtils.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/DateUtils.java,v
retrieving revision 1.11.2.4
retrieving revision 1.11.2.5
diff -u -r1.11.2.4 -r1.11.2.5
--- DateUtils.java 9 Mar 2004 17:01:57 -0000 1.11.2.4
+++ DateUtils.java 9 Mar 2005 18:56:27 -0000 1.11.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 @@
*
* @since Ant 1.5
*
- * @version $Revision$
*/
public final class DateUtils {
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/ant/util/TaskLogger.java
Index: TaskLogger.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/TaskLogger.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- TaskLogger.java 9 Mar 2004 17:01:57 -0000 1.5.2.4
+++ TaskLogger.java 9 Mar 2005 18:56:28 -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.
@@ -22,7 +22,6 @@
/**
* A facade that makes logging nicers to use.
*
- * @version $Revision$ $Date$
*/
public final class TaskLogger {
/**
No revision
No revision
1.23.2.11 +2 -5 ant/docs/manual/credits.html
Index: credits.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/credits.html,v
retrieving revision 1.23.2.10
retrieving revision 1.23.2.11
diff -u -r1.23.2.10 -r1.23.2.11
--- credits.html 16 Jul 2004 07:25:04 -0000 1.23.2.10
+++ credits.html 9 Mar 2005 18:56:28 -0000 1.23.2.11
@@ -26,6 +26,7 @@
<li>Erik Hatcher (<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
<li>Diane Holt (<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
<li>Bill Kelly (<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
+ <li>Martijn Kruithof</li>
<li>Arnout J. Kuiper (<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
<li>Antoine Lévy-Lambert</li>
<li>Conor MacNeill</li>
@@ -45,12 +46,8 @@
<li>Craeg Strong (<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
</ul>
-<center>
-<p>Version: 1.6.2<br>
-$Id$</p>
-</center>
<hr>
-<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
+<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p>
</body>
No revision
No revision
1.12.2.6 +1 -2 ant/src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java
Index: ApacheCatalogResolver.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.6
diff -u -r1.12.2.5 -r1.12.2.6
--- ApacheCatalogResolver.java 9 Mar 2004 17:01:56 -0000 1.12.2.5
+++ ApacheCatalogResolver.java 9 Mar 2005 18:56:28 -0000 1.12.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.
@@ -57,7 +57,6 @@
*
* @see org.apache.tools.ant.types.XMLCatalog.CatalogResolver
* @see org.apache.xml.resolver.CatalogManager
- * @version $Id$
* @since Ant 1.6
*/
1.9.2.5 +1 -2 ant/src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java
Index: ApacheCatalog.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java,v
retrieving revision 1.9.2.4
retrieving revision 1.9.2.5
diff -u -r1.9.2.4 -r1.9.2.5
--- ApacheCatalog.java 9 Mar 2004 17:01:56 -0000 1.9.2.4
+++ ApacheCatalog.java 9 Mar 2005 18:56:28 -0000 1.9.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.
@@ -35,7 +35,6 @@
* resolution algorithms.
*
* @see org.apache.tools.ant.types.XMLCatalog.CatalogResolver
- * @version $Id$
* @since Ant 1.6
*/
public class ApacheCatalog extends Catalog {
No revision
No revision
1.3.2.7 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java
Index: SymlinkTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -u -r1.3.2.6 -r1.3.2.7
--- SymlinkTest.java 24 Jun 2004 16:47:41 -0000 1.3.2.6
+++ SymlinkTest.java 9 Mar 2005 18:56:28 -0000 1.3.2.7
@@ -1,5 +1,5 @@
/*
- * Copyright 2002,2004 The Apache Software Foundation
+ * Copyright 2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -40,7 +40,6 @@
* is not included because action="delete" only prints a message and calls
* Symlink.deleteSymlink, making a separate test redundant.
*
- * @version $Revision$
*/
public class SymlinkTest extends BuildFileTest {
No revision
No revision
1.14.2.5 +1 -2 ant/docs/manual/OptionalTasks/vss.html
Index: vss.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/vss.html,v
retrieving revision 1.14.2.4
retrieving revision 1.14.2.5
diff -u -r1.14.2.4 -r1.14.2.5
--- vss.html 19 Nov 2004 09:10:04 -0000 1.14.2.4
+++ vss.html 9 Mar 2005 18:56:28 -0000 1.14.2.5
@@ -18,7 +18,6 @@
<li>Gary S. Weaver</li>
<li>Jesse Stockall</li>
</ul>
-<p>$Date$</p>
<hr>
<h2>Contents</h2>
<ul>
@@ -804,7 +803,7 @@
<hr>
<!-- Footer -->
-<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
+<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>
1.36.2.7 +1 -3 ant/docs/manual/OptionalTasks/ejb.html
Index: ejb.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ejb.html,v
retrieving revision 1.36.2.6
retrieving revision 1.36.2.7
diff -u -r1.36.2.6 -r1.36.2.7
--- ejb.html 19 Nov 2004 09:10:04 -0000 1.36.2.6
+++ ejb.html 9 Mar 2005 18:56:28 -0000 1.36.2.7
@@ -23,8 +23,6 @@
<li>Rob van Oostrum(<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</li>
</ul>
-<p>Version @VERSION@<br>
-$Id$
</p>
<hr>
<h2>Table of Contents</h2>
@@ -1743,7 +1741,7 @@
</pre>
<hr>
-<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
+<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p>
No revision
No revision
1.6.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java
Index: URLResolver.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.java,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -u -r1.6.2.5 -r1.6.2.6
--- URLResolver.java 10 Dec 2004 10:58:36 -0000 1.6.2.5
+++ URLResolver.java 9 Mar 2005 18:56:28 -0000 1.6.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.
@@ -27,7 +27,6 @@
/**
* Resolver that just returns s specified location.
*
- * @version $Revision$ $Date$
*/
public class URLResolver implements ExtensionResolver {
private File destfile;
1.6.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java
Index: LocationResolver.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -u -r1.6.2.5 -r1.6.2.6
--- LocationResolver.java 10 Dec 2004 10:58:36 -0000 1.6.2.5
+++ LocationResolver.java 9 Mar 2005 18:56:28 -0000 1.6.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.
@@ -25,7 +25,6 @@
/**
* Resolver that just returns s specified location.
*
- * @version $Revision$ $Date$
*/
public class LocationResolver implements ExtensionResolver {
private String location;
1.6.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java
Index: AntResolver.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.java,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -u -r1.6.2.5 -r1.6.2.6
--- AntResolver.java 10 Dec 2004 10:58:36 -0000 1.6.2.5
+++ AntResolver.java 9 Mar 2005 18:56:28 -0000 1.6.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.
@@ -27,7 +27,6 @@
/**
* Resolver that just returns s specified location.
*
- * @version $Revision$ $Date$
*/
public class AntResolver implements ExtensionResolver {
private File antfile;
No revision
No revision
1.12.2.9 +0 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java
Index: Symlink.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java,v
retrieving revision 1.12.2.8
retrieving revision 1.12.2.9
diff -u -r1.12.2.8 -r1.12.2.9
--- Symlink.java 28 Jan 2005 16:27:47 -0000 1.12.2.8
+++ Symlink.java 9 Mar 2005 18:56:29 -0000 1.12.2.9
@@ -106,7 +106,6 @@
* recorded as <code>link=subdir/foo.bar</code> and restored as
* <code>link --> subdir/foo.bar</code>.
*
- * @version $Revision$
*/
public class Symlink extends Task {
No revision
No revision
1.9.2.6 +0 -1 ant/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java
Index: FacadeTaskHelper.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java,v
retrieving revision 1.9.2.5
retrieving revision 1.9.2.6
diff -u -r1.9.2.5 -r1.9.2.6
--- FacadeTaskHelper.java 21 Jan 2005 16:38:37 -0000 1.9.2.5
+++ FacadeTaskHelper.java 9 Mar 2005 18:56:29 -0000 1.9.2.6
@@ -25,7 +25,6 @@
* explicit implementation choices, magic properties and
* implementation specific command line arguments.
*
- * @version $Revision$
*
* @since Ant 1.5
*/
1.3.2.6 +0 -1 ant/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java
Index: ImplementationSpecificArgument.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -u -r1.3.2.5 -r1.3.2.6
--- ImplementationSpecificArgument.java 21 Jan 2005 16:38:37 -0000 1.3.2.5
+++ ImplementationSpecificArgument.java 9 Mar 2005 18:56:29 -0000 1.3.2.6
@@ -23,7 +23,6 @@
* Extension of Commandline.Argument with a new attribute that choses
* a specific implementation of the facade.
*
- * @version $Revision$
*
* @since Ant 1.5
*/
No revision
No revision
1.10.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java
Index: JUnitVersionHelper.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -r1.10.2.4 -r1.10.2.5
--- JUnitVersionHelper.java 9 Mar 2004 17:01:50 -0000 1.10.2.4
+++ JUnitVersionHelper.java 9 Mar 2005 18:56:29 -0000 1.10.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2002,2004 The Apache Software Foundation
+ * Copyright 2001-2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@
* Work around for some changes to the public JUnit API between
* different JUnit releases.
*
- * @version $Revision$
*/
public class JUnitVersionHelper {
1.83.2.18 +0 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
Index: JUnitTask.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java,v
retrieving revision 1.83.2.17
retrieving revision 1.83.2.18
diff -u -r1.83.2.17 -r1.83.2.18
--- JUnitTask.java 4 Feb 2005 08:13:47 -0000 1.83.2.17
+++ JUnitTask.java 9 Mar 2005 18:56:29 -0000 1.83.2.18
@@ -116,7 +116,6 @@
* number of attributes and elements allow you to set up how this JVM
* runs.
*
- * @version $Revision$
*
* @since Ant 1.2
*
No revision
No revision
1.4.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java
Index: JUnitVersionHelperTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelperTest.java,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -r1.4.2.4 -r1.4.2.5
--- JUnitVersionHelperTest.java 9 Mar 2004 17:02:06 -0000 1.4.2.4
+++ JUnitVersionHelperTest.java 9 Mar 2005 18:56:29 -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.
@@ -21,7 +21,6 @@
import junit.framework.TestResult;
/**
- * @version $Revision$
*/
public class JUnitVersionHelperTest extends TestCase {
No revision
No revision
1.12.2.5 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java
Index: SoundTask.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -r1.12.2.4 -r1.12.2.5
--- SoundTask.java 9 Mar 2004 17:01:53 -0000 1.12.2.4
+++ SoundTask.java 9 Mar 2005 18:56:29 -0000 1.12.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002,2004 The Apache Software Foundation
+ * Copyright 2000-2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -40,7 +40,6 @@
* - use the midi api to define sounds (or drum beat etc) in xml and have
* Ant play them back
*
- * @version $Revision$, $Date$
*/
public class SoundTask extends Task {
1.13.2.6 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java
Index: AntSoundPlayer.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.java,v
retrieving revision 1.13.2.5
retrieving revision 1.13.2.6
diff -u -r1.13.2.5 -r1.13.2.6
--- AntSoundPlayer.java 9 Mar 2004 17:01:53 -0000 1.13.2.5
+++ AntSoundPlayer.java 9 Mar 2005 18:56:29 -0000 1.13.2.6
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002,2004 The Apache Software Foundation
+ * Copyright 2000-2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -44,7 +44,6 @@
*
* I have only tested this with .WAV and .AIFF sound file formats. Both seem to work fine.
*
- * @version $Revision$, $Date$
*/
public class AntSoundPlayer implements LineListener, BuildListener {
No revision
No revision
1.154.2.17 +0 -1 ant/src/main/org/apache/tools/ant/Project.java
Index: Project.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Project.java,v
retrieving revision 1.154.2.16
retrieving revision 1.154.2.17
diff -u -r1.154.2.16 -r1.154.2.17
--- Project.java 28 Jan 2005 19:12:59 -0000 1.154.2.16
+++ Project.java 9 Mar 2005 18:56:30 -0000 1.154.2.17
@@ -55,7 +55,6 @@
* to using abstract path names which are translated to native system
* file paths at runtime.
*
- * @version $Revision$
*/
public class Project {
No revision
No revision
1.11.2.6 +1 -2 ant/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java
Index: RegexpFactory.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java,v
retrieving revision 1.11.2.5
retrieving revision 1.11.2.6
diff -u -r1.11.2.5 -r1.11.2.6
--- RegexpFactory.java 17 Dec 2004 19:52:14 -0000 1.11.2.5
+++ RegexpFactory.java 9 Mar 2005 18:56:30 -0000 1.11.2.6
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation
+ * Copyright 2001-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@
* actual implementation class depends on the System or Ant Property:
* <code>ant.regexp.regexpimpl</code>.
*
- * @version $Revision$
*/
public class RegexpFactory extends RegexpMatcherFactory {
No revision
No revision
1.5.2.5 +1 -2 ant/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java
Index: XMLCatalogBuildFileTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- XMLCatalogBuildFileTest.java 9 Mar 2004 17:02:07 -0000 1.5.2.4
+++ XMLCatalogBuildFileTest.java 9 Mar 2005 18:56:30 -0000 1.5.2.5
@@ -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.
@@ -29,7 +29,6 @@
*
* @see org.apache.tools.ant.types.XMLCatalogTest
*
- * @version $Id$
*/
public class XMLCatalogBuildFileTest extends BuildFileTest {
No revision
No revision
1.8.2.5 +0 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java
Index: ReplaceRegExpTest.java
===================================================================
RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/ReplaceRegExpTest.java,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -r1.8.2.4 -r1.8.2.5
--- ReplaceRegExpTest.java 9 Mar 2004 17:02:05 -0000 1.8.2.4
+++ ReplaceRegExpTest.java 9 Mar 2005 18:56:30 -0000 1.8.2.5
@@ -27,7 +27,6 @@
/**
* JUnit Testcase for the optional replaceregexp task.
*
- * @version $Revision$
*/
public class ReplaceRegExpTest extends BuildFileTest {
private static final String PROJECT_PATH = "src/etc/testcases/taskdefs/optional";
No revision
No revision
1.20.2.8 +0 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java
Index: TelnetTask.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java,v
retrieving revision 1.20.2.7
retrieving revision 1.20.2.8
diff -u -r1.20.2.7 -r1.20.2.8
--- TelnetTask.java 18 Feb 2005 11:04:28 -0000 1.20.2.7
+++ TelnetTask.java 9 Mar 2005 18:56:30 -0000 1.20.2.8
@@ -31,7 +31,6 @@
/**
* Automates the telnet protocol.
*
- * @version $Revision$
*/
public class TelnetTask extends Task {
No revision
No revision
1.5.2.5 +1 -2 ant/src/main/org/apache/tools/mail/ErrorInQuitException.java
Index: ErrorInQuitException.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/mail/ErrorInQuitException.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- ErrorInQuitException.java 9 Mar 2004 17:01:59 -0000 1.5.2.4
+++ ErrorInQuitException.java 9 Mar 2005 18:56:31 -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.
@@ -27,7 +27,6 @@
* href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5273";>Bug
* report 5273</a>.</p>
*
- * @version $Revision$
*/
public class ErrorInQuitException extends IOException {



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



Reply via email to