You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/02/04 18:39:41 UTC

cvs commit: ws-axis/java/src/org/apache/axis/types URI.java

dims        2005/02/04 09:39:41

  Modified:    java/src/org/apache/axis/utils ByteArrayOutputStream.java
                        XMLChar.java
               java/src/org/apache/axis/components/encoding
                        EncodedByteArray.java
               java/src/org/apache/axis/types URI.java
  Log:
  remove the "$Id" lines. since they are only in a few files.
  
  Revision  Changes    Path
  1.2       +0 -1      ws-axis/java/src/org/apache/axis/utils/ByteArrayOutputStream.java
  
  Index: ByteArrayOutputStream.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/utils/ByteArrayOutputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ByteArrayOutputStream.java	19 Jul 2004 16:54:58 -0000	1.1
  +++ ByteArrayOutputStream.java	4 Feb 2005 17:39:40 -0000	1.2
  @@ -43,7 +43,6 @@
    * deprecated toString(int) method that has been ignored.
    *
    * @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
  - * @version $Id$
    */
   public class ByteArrayOutputStream extends OutputStream {
   
  
  
  
  1.4       +0 -2      ws-axis/java/src/org/apache/axis/utils/XMLChar.java
  
  Index: XMLChar.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/utils/XMLChar.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLChar.java	25 Feb 2004 14:02:48 -0000	1.3
  +++ XMLChar.java	4 Feb 2005 17:39:40 -0000	1.4
  @@ -36,8 +36,6 @@
    * @author Eric Ye, IBM
    * @author Arnaud  Le Hors, IBM
    * @author Rahul Srivastava, Sun Microsystems Inc.
  - *
  - * @version $Id$
    */
   public class XMLChar {
   
  
  
  
  1.4       +0 -2      ws-axis/java/src/org/apache/axis/components/encoding/EncodedByteArray.java
  
  Index: EncodedByteArray.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/components/encoding/EncodedByteArray.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EncodedByteArray.java	25 Feb 2004 14:02:31 -0000	1.3
  +++ EncodedByteArray.java	4 Feb 2005 17:39:40 -0000	1.4
  @@ -27,8 +27,6 @@
    *
    *
    * @author <a href="mailto:jens@void.fm">Jens Schumann</a>
  - * @version $Id$
  - *
    */
   class EncodedByteArray {
       private byte[] array = null;
  
  
  
  1.8       +0 -2      ws-axis/java/src/org/apache/axis/types/URI.java
  
  Index: URI.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/types/URI.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- URI.java	8 Apr 2004 13:09:07 -0000	1.7
  +++ URI.java	4 Feb 2005 17:39:41 -0000	1.8
  @@ -53,8 +53,6 @@
   * default port for a specific scheme). Rather, it only knows the
   * grammar and basic set of operations that can be applied to a URI.
   *
  -* @version  $Id$
  -*
   **********************************************************************/
    public class URI implements Serializable {