[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/raw s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 9 19:39:23 MST 2005
Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw
In directory www.crosswire.org:/tmp/cvs-serv13532/java/limbo/org/crosswire/jsword/book/raw
Modified Files:
RawBookDriver.java RawBook.java WordInstsMem.java Disk.java
Mem.java RawBookTest.java PuncInstsDisk.java ItemsMem.java
WordItemsMem.java NoSuchResourceException.java
RawConstants.java PuncItemsMem.java PuncInstsMem.java
ParaInstsMem.java CaseInstsMem.java Msg.java Items.java
WordInstsDisk.java Insts.java InstsMem.java InstsDisk.java
RawBookDriverTest.java ItemsDisk.java
Log Message:
Fixed the CVS Id keyword.
Index: RawBookDriverTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBookDriverTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RawBookDriverTest.java 10 May 2005 02:11:39 -0000 1.2
--- RawBookDriverTest.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: ItemsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/ItemsMem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ItemsMem.java 10 May 2005 02:11:39 -0000 1.3
--- ItemsMem.java 10 May 2005 02:39:21 -0000 1.4
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: RawConstants.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawConstants.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RawConstants.java 10 May 2005 02:11:39 -0000 1.2
--- RawConstants.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: ParaInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/ParaInstsMem.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ParaInstsMem.java 10 May 2005 02:11:39 -0000 1.5
--- ParaInstsMem.java 10 May 2005 02:39:21 -0000 1.6
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: RawBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBookDriver.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RawBookDriver.java 10 May 2005 02:11:39 -0000 1.5
--- RawBookDriver.java 10 May 2005 02:39:21 -0000 1.6
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: RawBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBook.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** RawBook.java 10 May 2005 02:11:39 -0000 1.10
--- RawBook.java 10 May 2005 02:39:21 -0000 1.11
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: InstsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/InstsDisk.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** InstsDisk.java 10 May 2005 02:11:39 -0000 1.2
--- InstsDisk.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: WordInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/WordInstsMem.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** WordInstsMem.java 10 May 2005 02:11:39 -0000 1.2
--- WordInstsMem.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: Mem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Mem.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Mem.java 10 May 2005 02:11:39 -0000 1.2
--- Mem.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: ItemsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/ItemsDisk.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ItemsDisk.java 10 May 2005 02:11:39 -0000 1.2
--- ItemsDisk.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: PuncInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/PuncInstsMem.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PuncInstsMem.java 10 May 2005 02:11:39 -0000 1.2
--- PuncInstsMem.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: NoSuchResourceException.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/NoSuchResourceException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NoSuchResourceException.java 10 May 2005 02:11:39 -0000 1.3
--- NoSuchResourceException.java 10 May 2005 02:39:21 -0000 1.4
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: Insts.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Insts.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Insts.java 10 May 2005 02:11:39 -0000 1.2
--- Insts.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: Disk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Disk.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Disk.java 10 May 2005 02:11:39 -0000 1.2
--- Disk.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Msg.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Msg.java 10 May 2005 02:11:39 -0000 1.2
--- Msg.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: Items.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Items.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Items.java 10 May 2005 02:11:39 -0000 1.3
--- Items.java 10 May 2005 02:39:21 -0000 1.4
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: InstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/InstsMem.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** InstsMem.java 10 May 2005 02:11:39 -0000 1.2
--- InstsMem.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: WordInstsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/WordInstsDisk.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** WordInstsDisk.java 10 May 2005 02:11:39 -0000 1.2
--- WordInstsDisk.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: PuncItemsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/PuncItemsMem.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PuncItemsMem.java 10 May 2005 02:11:39 -0000 1.2
--- PuncItemsMem.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: WordItemsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/WordItemsMem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WordItemsMem.java 10 May 2005 02:11:39 -0000 1.3
--- WordItemsMem.java 10 May 2005 02:39:21 -0000 1.4
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: RawBookTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBookTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RawBookTest.java 10 May 2005 02:11:39 -0000 1.2
--- RawBookTest.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: CaseInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/CaseInstsMem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CaseInstsMem.java 10 May 2005 02:11:39 -0000 1.3
--- CaseInstsMem.java 10 May 2005 02:39:21 -0000 1.4
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
Index: PuncInstsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/PuncInstsDisk.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PuncInstsDisk.java 10 May 2005 02:11:39 -0000 1.2
--- PuncInstsDisk.java 10 May 2005 02:39:21 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.raw;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.raw;
More information about the jsword-svn
mailing list