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

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


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

Modified Files:
	ReferenceRootTreeNode.java Msg.java ReferencedPane.java 
	ReferenceBookTreeNode.java ReferenceTreeModel.java 
	ReferenceKeyTreeNode.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/reference/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:11 -0000	1.3
--- Msg.java	17 May 2005 00:44:30 -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: ReferenceBookTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/reference/ReferenceBookTreeNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ReferenceBookTreeNode.java	10 May 2005 02:40:11 -0000	1.6
--- ReferenceBookTreeNode.java	17 May 2005 00:44:30 -0000	1.7
***************
*** 33,37 ****
   * A Book in the (possibly filtered) list of books in the reference tree.
   * 
!  * @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]
--- 33,37 ----
   * A Book in the (possibly filtered) list of books in the reference tree.
   * 
!  * @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: ReferenceTreeModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/reference/ReferenceTreeModel.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ReferenceTreeModel.java	10 May 2005 02:40:11 -0000	1.5
--- ReferenceTreeModel.java	17 May 2005 00:44:30 -0000	1.6
***************
*** 33,37 ****
   * A TreeModel for the ReferencePane.
   *
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   */
--- 33,37 ----
   * A TreeModel for the ReferencePane.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   */

Index: ReferenceKeyTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/reference/ReferenceKeyTreeNode.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ReferenceKeyTreeNode.java	10 May 2005 02:40:11 -0000	1.5
--- ReferenceKeyTreeNode.java	17 May 2005 00:44:30 -0000	1.6
***************
*** 32,36 ****
   * A TreeNode that wraps a Key.
   * 
!  * @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]
--- 32,36 ----
   * A TreeNode that wraps a Key.
   * 
!  * @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: ReferencedPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/reference/ReferencedPane.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ReferencedPane.java	10 May 2005 02:40:11 -0000	1.10
--- ReferencedPane.java	17 May 2005 00:44:30 -0000	1.11
***************
*** 58,62 ****
   * Builds a panel on which all the Dictionaries and their entries are visible.
   * 
!  * @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]
--- 58,62 ----
   * Builds a panel on which all the Dictionaries and their entries are visible.
   * 
!  * @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: ReferenceRootTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/reference/ReferenceRootTreeNode.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ReferenceRootTreeNode.java	10 May 2005 02:40:11 -0000	1.4
--- ReferenceRootTreeNode.java	17 May 2005 00:44:30 -0000	1.5
***************
*** 39,43 ****
   * The root node in the ReferencePane Tree model.
   * 
!  * @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 ----
   * The root node in the ReferencePane Tree model.
   * 
!  * @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