[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/search s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 9 19:39:23 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search
In directory www.crosswire.org:/tmp/cvs-serv13532/java/jsword/org/crosswire/jsword/book/search
Modified Files:
Index.java Searcher.java SearchSyntaxFactory.java
IndexManagerFactory.java IndexManager.java SearchType.java
SearchRequest.java SearcherFactory.java SearchSyntax.java
SearchModifier.java
Log Message:
Fixed the CVS Id keyword.
Index: SearchSyntax.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchSyntax.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SearchSyntax.java 10 May 2005 02:11:40 -0000 1.3
--- SearchSyntax.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.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: SearchRequest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchRequest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SearchRequest.java 10 May 2005 02:11:40 -0000 1.3
--- SearchRequest.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.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: SearchSyntaxFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchSyntaxFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SearchSyntaxFactory.java 10 May 2005 02:11:40 -0000 1.3
--- SearchSyntaxFactory.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.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: IndexManagerFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/IndexManagerFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IndexManagerFactory.java 10 May 2005 02:11:40 -0000 1.3
--- IndexManagerFactory.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.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: Searcher.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/Searcher.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Searcher.java 10 May 2005 02:11:40 -0000 1.8
--- Searcher.java 10 May 2005 02:39:21 -0000 1.9
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: IndexManager.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/IndexManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** IndexManager.java 10 May 2005 02:11:40 -0000 1.6
--- IndexManager.java 10 May 2005 02:39:21 -0000 1.7
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: SearchType.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchType.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SearchType.java 10 May 2005 02:11:40 -0000 1.4
--- SearchType.java 10 May 2005 02:39:21 -0000 1.5
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: Index.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/Index.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Index.java 10 May 2005 02:11:40 -0000 1.12
--- Index.java 10 May 2005 02:39:21 -0000 1.13
***************
*** 18,22 ****
* The copyright to this program is held by it's authors.
*
! * ID: $ID$
*/
package org.crosswire.jsword.book.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: SearchModifier.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchModifier.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SearchModifier.java 10 May 2005 02:11:40 -0000 1.3
--- SearchModifier.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.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
Index: SearcherFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearcherFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SearcherFactory.java 10 May 2005 02:11:40 -0000 1.3
--- SearcherFactory.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.search;
--- 18,22 ----
* The copyright to this program is held by it's authors.
*
! * ID: $Id$
*/
package org.crosswire.jsword.book.search;
More information about the jsword-svn
mailing list