[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/jdbc s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:43:16 MST 2005


Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc
In directory www.crosswire.org:/tmp/cvs-serv23836/java/limbo/org/crosswire/jsword/book/jdbc

Modified Files:
	JDBCBookTest.java JDBCBibleUtil.java JDBCBook.java 
	JDBCBookDriver.java JDBCBookDriverTest.java 
	JDBCBookUtilTest.java Msg.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: JDBCBookUtilTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc/JDBCBookUtilTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JDBCBookUtilTest.java	10 May 2005 02:39:21 -0000	1.3
--- JDBCBookUtilTest.java	17 May 2005 00:43:14 -0000	1.4
***************
*** 27,31 ****
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc/Msg.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Msg.java	10 May 2005 02:39:21 -0000	1.3
--- Msg.java	17 May 2005 00:43:14 -0000	1.4
***************
*** 27,31 ****
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: JDBCBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc/JDBCBook.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** JDBCBook.java	10 May 2005 02:39:21 -0000	1.11
--- JDBCBook.java	17 May 2005 00:43:14 -0000	1.12
***************
*** 51,55 ****
   * JDBCBook implements Bible, and gets the text from a JDBC database.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 51,55 ----
   * JDBCBook implements Bible, and gets the text from a JDBC database.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: JDBCBibleUtil.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc/JDBCBibleUtil.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** JDBCBibleUtil.java	10 May 2005 02:39:21 -0000	1.5
--- JDBCBibleUtil.java	17 May 2005 00:43:14 -0000	1.6
***************
*** 29,33 ****
   * methods and parcled them off here.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * methods and parcled them off here.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: JDBCBookTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc/JDBCBookTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JDBCBookTest.java	10 May 2005 02:39:21 -0000	1.3
--- JDBCBookTest.java	17 May 2005 00:43:14 -0000	1.4
***************
*** 27,31 ****
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: JDBCBookDriverTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc/JDBCBookDriverTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JDBCBookDriverTest.java	10 May 2005 02:39:21 -0000	1.3
--- JDBCBookDriverTest.java	17 May 2005 00:43:14 -0000	1.4
***************
*** 27,31 ****
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: JDBCBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/jdbc/JDBCBookDriver.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** JDBCBookDriver.java	10 May 2005 02:39:21 -0000	1.6
--- JDBCBookDriver.java	17 May 2005 00:43:14 -0000	1.7
***************
*** 37,41 ****
   * This represents all of the JDBCBibles.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 37,41 ----
   * This represents all of the JDBCBibles.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]



More information about the jsword-svn mailing list