[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/remote s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 9 19:39:25 MST 2005
Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote
In directory www.crosswire.org:/tmp/cvs-serv13532/java/limbo/org/crosswire/jsword/book/remote
Modified Files:
Msg.java RemoteMethod.java FixtureRemoter.java
ConverterTest.java Converter.java RemoteBookDriver.java
LocalRemoter.java ConverterException.java RemoteBook.java
HttpRemoteBookDriver.java HttpRemoter.java
LocalRemoteBookDriverTest.java LocalRemoteBookTest.java
ParamName.java RemoteMethodTest.java MethodName.java
Remoter.java LocalRemoteBookDriver.java RemoterException.java
LocalRemoterTest.java
Log Message:
Fixed the CVS Id keyword.
Index: LocalRemoteBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/LocalRemoteBookDriver.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LocalRemoteBookDriver.java 10 May 2005 02:11:41 -0000 1.2
--- LocalRemoteBookDriver.java 10 May 2005 02:39:23 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: LocalRemoteBookDriverTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/LocalRemoteBookDriverTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LocalRemoteBookDriverTest.java 10 May 2005 02:11:41 -0000 1.2
--- LocalRemoteBookDriverTest.java 10 May 2005 02:39:23 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: MethodName.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/MethodName.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MethodName.java 10 May 2005 02:11:41 -0000 1.4
--- MethodName.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: ConverterException.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/ConverterException.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConverterException.java 10 May 2005 02:11:41 -0000 1.4
--- ConverterException.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: LocalRemoteBookTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/LocalRemoteBookTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LocalRemoteBookTest.java 10 May 2005 02:11:41 -0000 1.2
--- LocalRemoteBookTest.java 10 May 2005 02:39:23 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: LocalRemoter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/LocalRemoter.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LocalRemoter.java 10 May 2005 02:11:41 -0000 1.7
--- LocalRemoter.java 10 May 2005 02:39:23 -0000 1.8
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/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:41 -0000 1.2
--- Msg.java 10 May 2005 02:39:23 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: Converter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/Converter.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Converter.java 10 May 2005 02:11:41 -0000 1.7
--- Converter.java 10 May 2005 02:39:23 -0000 1.8
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: LocalRemoterTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/LocalRemoterTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** LocalRemoterTest.java 10 May 2005 02:11:41 -0000 1.5
--- LocalRemoterTest.java 10 May 2005 02:39:23 -0000 1.6
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: RemoteMethodTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/RemoteMethodTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RemoteMethodTest.java 10 May 2005 02:11:41 -0000 1.4
--- RemoteMethodTest.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: ParamName.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/ParamName.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ParamName.java 10 May 2005 02:11:41 -0000 1.5
--- ParamName.java 10 May 2005 02:39:23 -0000 1.6
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: RemoterException.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/RemoterException.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RemoterException.java 10 May 2005 02:11:41 -0000 1.4
--- RemoterException.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: RemoteBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/RemoteBookDriver.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RemoteBookDriver.java 10 May 2005 02:11:41 -0000 1.4
--- RemoteBookDriver.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: RemoteMethod.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/RemoteMethod.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RemoteMethod.java 10 May 2005 02:11:41 -0000 1.2
--- RemoteMethod.java 10 May 2005 02:39:23 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: Remoter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/Remoter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Remoter.java 10 May 2005 02:11:41 -0000 1.4
--- Remoter.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: FixtureRemoter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/FixtureRemoter.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** FixtureRemoter.java 10 May 2005 02:11:41 -0000 1.3
--- FixtureRemoter.java 10 May 2005 02:39:23 -0000 1.4
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: RemoteBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/RemoteBook.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** RemoteBook.java 10 May 2005 02:11:41 -0000 1.13
--- RemoteBook.java 10 May 2005 02:39:23 -0000 1.14
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: ConverterTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/ConverterTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConverterTest.java 10 May 2005 02:11:41 -0000 1.4
--- ConverterTest.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: HttpRemoter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/HttpRemoter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HttpRemoter.java 10 May 2005 02:11:41 -0000 1.4
--- HttpRemoter.java 10 May 2005 02:39:23 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
Index: HttpRemoteBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/HttpRemoteBookDriver.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HttpRemoteBookDriver.java 10 May 2005 02:11:41 -0000 1.2
--- HttpRemoteBookDriver.java 10 May 2005 02:39:23 -0000 1.3
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.remote;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.remote;
More information about the jsword-svn
mailing list