[jsword-svn]
bibledesktop/java/limbo/org/crosswire/bibledesktop/passage 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/passage
In directory www.crosswire.org:/tmp/cvs-serv25025/java/limbo/org/crosswire/bibledesktop/passage
Modified Files:
VerseTreeNode.java PassageTreeNode.java
KeyTreeCellRenderer.java PassageListCellRenderer.java
PassageTreeModel.java VerseRangeTreeNode.java
KeyTreeModel.java BookTreeNode.java BibleTreeNode.java
KeyTreeNode.java ChapterTreeNode.java
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.
Index: KeyTreeCellRenderer.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/KeyTreeCellRenderer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** KeyTreeCellRenderer.java 10 May 2005 02:40:11 -0000 1.3
--- KeyTreeCellRenderer.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 34,38 ****
* Keys.
*
! * @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]
--- 34,38 ----
* Keys.
*
! * @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: PassageTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/PassageTreeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PassageTreeNode.java 10 May 2005 02:40:11 -0000 1.3
--- PassageTreeNode.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 38,42 ****
* A PassageTreeNode extends TreeNode to Model a Passage.
*
! * @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]
--- 38,42 ----
* A PassageTreeNode extends TreeNode to Model a Passage.
*
! * @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: ChapterTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/ChapterTreeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ChapterTreeNode.java 10 May 2005 02:40:11 -0000 1.3
--- ChapterTreeNode.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 34,38 ****
* PassageTableModel.
*
! * @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]
--- 34,38 ----
* PassageTableModel.
*
! * @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: BibleTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/BibleTreeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BibleTreeNode.java 10 May 2005 02:40:11 -0000 1.3
--- BibleTreeNode.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 35,39 ****
* BibleTreeNode.
*
! * @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]
--- 35,39 ----
* BibleTreeNode.
*
! * @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: PassageListCellRenderer.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/PassageListCellRenderer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PassageListCellRenderer.java 10 May 2005 02:40:11 -0000 1.3
--- PassageListCellRenderer.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 43,47 ****
* Renders a Passage in a JList.
*
! * @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 ----
* Renders a Passage in a JList.
*
! * @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: VerseTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/VerseTreeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** VerseTreeNode.java 10 May 2005 02:40:11 -0000 1.3
--- VerseTreeNode.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 30,34 ****
* PassageTableModel.
*
! * @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 ----
* PassageTableModel.
*
! * @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: BookTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/BookTreeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BookTreeNode.java 10 May 2005 02:40:11 -0000 1.3
--- BookTreeNode.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 34,38 ****
* PassageTableModel.
*
! * @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]
--- 34,38 ----
* PassageTableModel.
*
! * @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: VerseRangeTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/VerseRangeTreeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** VerseRangeTreeNode.java 10 May 2005 02:40:11 -0000 1.3
--- VerseRangeTreeNode.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 31,35 ****
* BibleTreeNode.
*
! * @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]
--- 31,35 ----
* BibleTreeNode.
*
! * @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: KeyTreeNode.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/KeyTreeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** KeyTreeNode.java 10 May 2005 02:40:11 -0000 1.3
--- KeyTreeNode.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 32,36 ****
* An implementation of TreeNode that reads from Keys and KeyLists.
*
! * @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 ----
* An implementation of TreeNode that reads from Keys and KeyLists.
*
! * @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: PassageTreeModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/PassageTreeModel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PassageTreeModel.java 10 May 2005 02:40:11 -0000 1.3
--- PassageTreeModel.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 31,35 ****
* TreeNodes, and simply extending DefaultTreeModel.
*
! * @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]
--- 31,35 ----
* TreeNodes, and simply extending DefaultTreeModel.
*
! * @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: KeyTreeModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/limbo/org/crosswire/bibledesktop/passage/KeyTreeModel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** KeyTreeModel.java 10 May 2005 02:40:11 -0000 1.3
--- KeyTreeModel.java 17 May 2005 00:44:31 -0000 1.4
***************
*** 29,33 ****
* A TreeModel that helps with working with Keys.
*
! * @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 ----
* A TreeModel that helps with working with Keys.
*
! * @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