[jsword-svn] common/java/core/org/crosswire/common/xml s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 9 19:38:38 MST 2005


Update of /cvs/jsword/common/java/core/org/crosswire/common/xml
In directory www.crosswire.org:/tmp/cvs-serv13261/java/core/org/crosswire/common/xml

Modified Files:
	StringSAXEventProvider.java HTMLSerializingContentHandler.java 
	TransformingSAXEventProvider.java 
	TransformingSAXEventProviderConverter.java 
	SAXEventProviderInputSource.java XMLUtil.java 
	SerializingContentHandler.java 
	PrettySerializingContentHandler.java 
	SAXEventProviderXMLReader.java JDOMSAXEventProvider.java 
	SAXEventProvider.java FormatType.java Converter.java 
Log Message:
Fixed the CVS Id keyword.

Index: SAXEventProviderInputSource.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SAXEventProviderInputSource.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SAXEventProviderInputSource.java	10 May 2005 02:10:40 -0000	1.2
--- SAXEventProviderInputSource.java	10 May 2005 02:38:36 -0000	1.3
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: TransformingSAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/TransformingSAXEventProvider.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TransformingSAXEventProvider.java	10 May 2005 02:10:40 -0000	1.5
--- TransformingSAXEventProvider.java	10 May 2005 02:38:36 -0000	1.6
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: SerializingContentHandler.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SerializingContentHandler.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SerializingContentHandler.java	10 May 2005 02:10:40 -0000	1.4
--- SerializingContentHandler.java	10 May 2005 02:38:36 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: SAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SAXEventProvider.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SAXEventProvider.java	10 May 2005 02:10:40 -0000	1.2
--- SAXEventProvider.java	10 May 2005 02:38:36 -0000	1.3
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: JDOMSAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/JDOMSAXEventProvider.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JDOMSAXEventProvider.java	10 May 2005 02:10:40 -0000	1.2
--- JDOMSAXEventProvider.java	10 May 2005 02:38:36 -0000	1.3
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: FormatType.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/FormatType.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** FormatType.java	10 May 2005 02:10:40 -0000	1.3
--- FormatType.java	10 May 2005 02:38:36 -0000	1.4
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: PrettySerializingContentHandler.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/PrettySerializingContentHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PrettySerializingContentHandler.java	10 May 2005 02:10:40 -0000	1.6
--- PrettySerializingContentHandler.java	10 May 2005 02:38:36 -0000	1.7
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: XMLUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/XMLUtil.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** XMLUtil.java	10 May 2005 02:10:40 -0000	1.11
--- XMLUtil.java	10 May 2005 02:38:36 -0000	1.12
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: HTMLSerializingContentHandler.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/HTMLSerializingContentHandler.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HTMLSerializingContentHandler.java	10 May 2005 02:10:40 -0000	1.4
--- HTMLSerializingContentHandler.java	10 May 2005 02:38:36 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: SAXEventProviderXMLReader.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SAXEventProviderXMLReader.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SAXEventProviderXMLReader.java	10 May 2005 02:10:40 -0000	1.4
--- SAXEventProviderXMLReader.java	10 May 2005 02:38:36 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: StringSAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/StringSAXEventProvider.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StringSAXEventProvider.java	10 May 2005 02:10:40 -0000	1.4
--- StringSAXEventProvider.java	10 May 2005 02:38:36 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: Converter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/Converter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Converter.java	10 May 2005 02:10:40 -0000	1.2
--- Converter.java	10 May 2005 02:38:36 -0000	1.3
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;

Index: TransformingSAXEventProviderConverter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/TransformingSAXEventProviderConverter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TransformingSAXEventProviderConverter.java	10 May 2005 02:10:40 -0000	1.2
--- TransformingSAXEventProviderConverter.java	10 May 2005 02:38:36 -0000	1.3
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.xml;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.xml;



More information about the jsword-svn mailing list