You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2004/01/22 17:08:58 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/xinclude XIncludeMessageFormatter.java XIncludeNamespaceSupport.java XIncludeHandler.java MultipleScopeNamespaceSupport.java

mrglavas    2004/01/22 08:08:58

  Modified:    java/src/org/apache/xerces/xinclude
                        XIncludeMessageFormatter.java
                        XIncludeNamespaceSupport.java XIncludeHandler.java
                        MultipleScopeNamespaceSupport.java
  Log:
  Adding @version field to some files which were missing it.
  
  Revision  Changes    Path
  1.3       +3 -1      xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeMessageFormatter.java
  
  Index: XIncludeMessageFormatter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeMessageFormatter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XIncludeMessageFormatter.java	18 Jul 2003 17:34:38 -0000	1.2
  +++ XIncludeMessageFormatter.java	22 Jan 2004 16:08:58 -0000	1.3
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001, 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -68,6 +68,8 @@
    * XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
    * 
    * @author Peter McCracken, IBM
  + * 
  + * @version $Id$
    */
   public class XIncludeMessageFormatter implements MessageFormatter {
       
  
  
  
  1.4       +3 -1      xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeNamespaceSupport.java
  
  Index: XIncludeNamespaceSupport.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeNamespaceSupport.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XIncludeNamespaceSupport.java	17 Oct 2003 21:43:12 -0000	1.3
  +++ XIncludeNamespaceSupport.java	22 Jan 2004 16:08:58 -0000	1.4
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -65,6 +65,8 @@
    * resulting infoset.
    * 
    * @author Peter McCracken, IBM
  + * 
  + * @version $Id$
    */
   public class XIncludeNamespaceSupport extends MultipleScopeNamespaceSupport {
   
  
  
  
  1.19      +4 -0      xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeHandler.java
  
  Index: XIncludeHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeHandler.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XIncludeHandler.java	21 Jan 2004 22:52:43 -0000	1.18
  +++ XIncludeHandler.java	22 Jan 2004 16:08:58 -0000	1.19
  @@ -131,7 +131,11 @@
    * Specifically, it is missing support for XPointer document fragments.  Thus, only whole
    * documents can be included using this component in the pipeline.
    * </p>
  + * 
    * @author Peter McCracken, IBM
  + * 
  + * @version $Id$
  + * 
    * @see XIncludeNamespaceSupport
    */
   public class XIncludeHandler
  
  
  
  1.5       +3 -1      xml-xerces/java/src/org/apache/xerces/xinclude/MultipleScopeNamespaceSupport.java
  
  Index: MultipleScopeNamespaceSupport.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xinclude/MultipleScopeNamespaceSupport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MultipleScopeNamespaceSupport.java	31 Oct 2003 21:35:44 -0000	1.4
  +++ MultipleScopeNamespaceSupport.java	22 Jan 2004 16:08:58 -0000	1.5
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -73,6 +73,8 @@
    * up to the beginning of the current scope.  Other scopes are not searched.
    * 
    * @author Peter McCracken, IBM
  + * 
  + * @version $Id$
    */
   public class MultipleScopeNamespaceSupport extends NamespaceSupport {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org