[jsword-svn] jsword/java/jsword/org/crosswire/jsword/util s

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


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

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

Index: IndexDownloader.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/util/IndexDownloader.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** IndexDownloader.java	10 May 2005 02:39:21 -0000	1.5
--- IndexDownloader.java	17 May 2005 00:43:15 -0000	1.6
***************
*** 36,44 ****
   * .
   *
!  * @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 IndexDownloader
  {
      /**
--- 36,44 ----
   * .
   *
!  * @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 IndexDownloader
  {
      /**

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/util/Msg.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Msg.java	10 May 2005 02:39:21 -0000	1.6
--- Msg.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 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_CONVERTER = new Msg("ConverterFactory.NoConverter"); //$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_CONVERTER = new Msg("ConverterFactory.NoConverter"); //$NON-NLS-1$

Index: ConverterFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/util/ConverterFactory.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ConverterFactory.java	10 May 2005 02:39:21 -0000	1.9
--- ConverterFactory.java	17 May 2005 00:43:15 -0000	1.10
***************
*** 30,39 ****
   * A factory for Converters.
   * 
!  * @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]
   * @see org.crosswire.common.xml.Converter
   */
! public class ConverterFactory
  {
      /**
--- 30,39 ----
   * A factory for Converters.
   * 
!  * @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]
   * @see org.crosswire.common.xml.Converter
   */
! public final class ConverterFactory
  {
      /**

Index: Project.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/util/Project.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Project.java	10 May 2005 02:39:21 -0000	1.35
--- Project.java	17 May 2005 00:43:15 -0000	1.36
***************
*** 35,43 ****
   * The Project class looks after the source of project files.
   * 
!  * @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 Project
  {
      /**
--- 35,43 ----
   * The Project class looks after the source of project files.
   * 
!  * @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 Project
  {
      /**



More information about the jsword-svn mailing list