[jsword-svn] bibledesktop/java/limbo/org/crosswire/bibledesktop/display/jdtb s

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


Update of /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/display/jdtb
In directory www.crosswire.org:/tmp/cvs-serv25025/java/limbo/org/crosswire/bibledesktop/display/jdtb

Modified Files:
	Msg.java JDTBURLStreamHandler.java JDTBURLConnection.java 
	JDTBURLStreamHandlerFactory.java JDTBBookDataDisplay.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: JDTBURLStreamHandlerFactory.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/display/jdtb/JDTBURLStreamHandlerFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** JDTBURLStreamHandlerFactory.java	10 May 2005 02:40:12 -0000	1.4
--- JDTBURLStreamHandlerFactory.java	17 May 2005 00:44:31 -0000	1.5
***************
*** 28,32 ****
   * .
   * 
!  * @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]
--- 28,32 ----
   * .
   * 
!  * @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: JDTBURLConnection.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/display/jdtb/JDTBURLConnection.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** JDTBURLConnection.java	10 May 2005 02:40:12 -0000	1.5
--- JDTBURLConnection.java	17 May 2005 00:44:31 -0000	1.6
***************
*** 43,47 ****
   * .
   * 
!  * @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]
--- 43,47 ----
   * .
   * 
!  * @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: JDTBBookDataDisplay.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/display/jdtb/JDTBBookDataDisplay.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** JDTBBookDataDisplay.java	10 May 2005 02:40:12 -0000	1.6
--- JDTBBookDataDisplay.java	17 May 2005 00:44:31 -0000	1.7
***************
*** 39,43 ****
   * A JDK JTextPane implementation of an OSIS displayer.
   * 
!  * @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]
--- 39,43 ----
   * A JDK JTextPane implementation of an OSIS displayer.
   * 
!  * @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: JDTBURLStreamHandler.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/display/jdtb/JDTBURLStreamHandler.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JDTBURLStreamHandler.java	10 May 2005 02:40:12 -0000	1.3
--- JDTBURLStreamHandler.java	17 May 2005 00:44:31 -0000	1.4
***************
*** 30,34 ****
   * .
   * 
!  * @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]
--- 30,34 ----
   * .
   * 
!  * @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/bibledesktop/java/limbo/org/crosswire/bibledesktop/display/jdtb/Msg.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Msg.java	10 May 2005 02:40:12 -0000	1.3
--- Msg.java	17 May 2005 00:44:31 -0000	1.4
***************
*** 27,48 ****
   * Compile safe Msg resource settings.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
!  * General Public License for more details.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
   */
--- 27,32 ----
   * 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]
   */



More information about the jsword-svn mailing list