[jsword-svn] common/java/core/org/crosswire/common/util 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/util
In directory www.crosswire.org:/tmp/cvs-serv13261/java/core/org/crosswire/common/util

Modified Files:
	IteratorEnumeration.java LucidRuntimeException.java Msg.java 
	Filter.java StringUtil.java EventListenerList.java 
	Histogram.java ClassUtil.java ResourceUtil.java Convert.java 
	PatternFormatter.java CWClassLoader.java SortedListSet.java 
	CollectionUtil.java LucidException.java NetUtil.java 
	LogConfig.java ReporterEvent.java ReporterListener.java 
	Reporter.java IOUtil.java ReflectionUtil.java ThreadUtil.java 
	FileUtil.java CallContext.java Logger.java MsgBase.java 
	StackTrace.java URLFilter.java 
Log Message:
Fixed the CVS Id keyword.

Index: CWClassLoader.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/CWClassLoader.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** CWClassLoader.java	10 May 2005 02:10:39 -0000	1.8
--- CWClassLoader.java	10 May 2005 02:38:36 -0000	1.9
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: URLFilter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/URLFilter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** URLFilter.java	10 May 2005 02:10:39 -0000	1.2
--- URLFilter.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: Filter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/Filter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Filter.java	10 May 2005 02:10:39 -0000	1.2
--- Filter.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: StackTrace.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/StackTrace.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** StackTrace.java	10 May 2005 02:10:39 -0000	1.8
--- StackTrace.java	10 May 2005 02:38:36 -0000	1.9
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: ReporterEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/ReporterEvent.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ReporterEvent.java	10 May 2005 02:10:39 -0000	1.5
--- ReporterEvent.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: IOUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/IOUtil.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IOUtil.java	10 May 2005 02:10:39 -0000	1.4
--- IOUtil.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: Convert.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/Convert.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Convert.java	10 May 2005 02:10:39 -0000	1.6
--- Convert.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: Histogram.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/Histogram.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Histogram.java	10 May 2005 02:10:39 -0000	1.4
--- Histogram.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: NetUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/NetUtil.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** NetUtil.java	10 May 2005 02:10:39 -0000	1.20
--- NetUtil.java	10 May 2005 02:38:36 -0000	1.21
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: StringUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/StringUtil.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** StringUtil.java	10 May 2005 02:10:39 -0000	1.8
--- StringUtil.java	10 May 2005 02:38:36 -0000	1.9
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: CollectionUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/CollectionUtil.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CollectionUtil.java	10 May 2005 02:10:39 -0000	1.3
--- CollectionUtil.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: EventListenerList.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/EventListenerList.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** EventListenerList.java	10 May 2005 02:10:39 -0000	1.9
--- EventListenerList.java	10 May 2005 02:38:36 -0000	1.10
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: Reporter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/Reporter.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Reporter.java	10 May 2005 02:10:39 -0000	1.6
--- Reporter.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

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

Index: SortedListSet.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/SortedListSet.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SortedListSet.java	10 May 2005 02:10:39 -0000	1.3
--- SortedListSet.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: CallContext.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/CallContext.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CallContext.java	10 May 2005 02:10:39 -0000	1.5
--- CallContext.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: PatternFormatter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/PatternFormatter.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** PatternFormatter.java	10 May 2005 02:10:39 -0000	1.5
--- PatternFormatter.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: LucidRuntimeException.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/LucidRuntimeException.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** LucidRuntimeException.java	10 May 2005 02:10:39 -0000	1.6
--- LucidRuntimeException.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: ReporterListener.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/ReporterListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ReporterListener.java	10 May 2005 02:10:39 -0000	1.2
--- ReporterListener.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/Msg.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Msg.java	10 May 2005 02:10:39 -0000	1.3
--- Msg.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: FileUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/FileUtil.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FileUtil.java	10 May 2005 02:10:39 -0000	1.4
--- FileUtil.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: IteratorEnumeration.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/IteratorEnumeration.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IteratorEnumeration.java	10 May 2005 02:10:39 -0000	1.3
--- IteratorEnumeration.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: ClassUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/ClassUtil.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ClassUtil.java	10 May 2005 02:10:39 -0000	1.9
--- ClassUtil.java	10 May 2005 02:38:36 -0000	1.10
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: LucidException.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/LucidException.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** LucidException.java	10 May 2005 02:10:39 -0000	1.9
--- LucidException.java	10 May 2005 02:38:36 -0000	1.10
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: LogConfig.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/LogConfig.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LogConfig.java	10 May 2005 02:10:39 -0000	1.2
--- LogConfig.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: ThreadUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/ThreadUtil.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ThreadUtil.java	10 May 2005 02:10:39 -0000	1.6
--- ThreadUtil.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: ResourceUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/ResourceUtil.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ResourceUtil.java	10 May 2005 02:10:39 -0000	1.8
--- ResourceUtil.java	10 May 2005 02:38:36 -0000	1.9
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.common.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: Logger.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/Logger.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Logger.java	10 May 2005 02:10:39 -0000	1.6
--- Logger.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;

Index: ReflectionUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/util/ReflectionUtil.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ReflectionUtil.java	10 May 2005 02:10:39 -0000	1.5
--- ReflectionUtil.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.util;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.common.util;



More information about the jsword-svn mailing list