[jsword-svn] common/java/swing/org/crosswire/common/progress/swing s

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


Update of /cvs/jsword/common/java/swing/org/crosswire/common/progress/swing
In directory www.crosswire.org:/tmp/cvs-serv25437/java/swing/org/crosswire/common/progress/swing

Modified Files:
	JobsProgressBar.java JobsViewPane.java Msg.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: JobsViewPane.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/progress/swing/JobsViewPane.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** JobsViewPane.java	10 May 2005 02:38:37 -0000	1.12
--- JobsViewPane.java	17 May 2005 00:47:02 -0000	1.13
***************
*** 54,58 ****
   * JobsViewPane is a large(ish) viewer for current jobs.
   * 
!  * @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]
--- 54,58 ----
   * JobsViewPane is a large(ish) viewer for current jobs.
   * 
!  * @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: JobsProgressBar.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/progress/swing/JobsProgressBar.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** JobsProgressBar.java	10 May 2005 02:38:37 -0000	1.15
--- JobsProgressBar.java	17 May 2005 00:47:02 -0000	1.16
***************
*** 55,59 ****
   * JobsViewPane is a small JProgressBar based viewer for current jobs.
   * 
!  * @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]
--- 55,59 ----
   * JobsViewPane is a small JProgressBar based viewer for current jobs.
   * 
!  * @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/common/java/swing/org/crosswire/common/progress/swing/Msg.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msg.java	10 May 2005 02:38:37 -0000	1.4
--- Msg.java	17 May 2005 00:47:02 -0000	1.5
***************
*** 27,35 ****
   * 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]
   */
! public class Msg extends MsgBase
  {
      static final Msg NO_JOBS = new Msg("JobsViewPane.NoJob"); //$NON-NLS-1$
--- 27,35 ----
   * 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]
   */
! public final class Msg extends MsgBase
  {
      static final Msg NO_JOBS = new Msg("JobsViewPane.NoJob"); //$NON-NLS-1$



More information about the jsword-svn mailing list