[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/install/sword 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/book/install/sword
In directory www.crosswire.org:/tmp/cvs-serv23836/java/jsword/org/crosswire/jsword/book/install/sword

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

Index: AbstractSwordInstaller.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/AbstractSwordInstaller.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** AbstractSwordInstaller.java	10 May 2005 02:39:21 -0000	1.14
--- AbstractSwordInstaller.java	17 May 2005 00:43:15 -0000	1.15
***************
*** 22,25 ****
--- 22,28 ----
  package org.crosswire.jsword.book.install.sword;
  
+ import com.ice.tar.TarEntry;
+ import com.ice.tar.TarInputStream;
+ 
  import java.io.ByteArrayInputStream;
  import java.io.File;
***************
*** 56,66 ****
  import org.crosswire.jsword.util.Project;
  
- import com.ice.tar.TarEntry;
- import com.ice.tar.TarInputStream;
- 
  /**
   * .
   *
!  * @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]
--- 59,66 ----
  import org.crosswire.jsword.util.Project;
  
  /**
   * .
   *
!  * @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: HttpSwordInstaller.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/HttpSwordInstaller.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** HttpSwordInstaller.java	10 May 2005 02:39:21 -0000	1.23
--- HttpSwordInstaller.java	17 May 2005 00:43:15 -0000	1.24
***************
*** 38,42 ****
   * An implementation of Installer for reading data from Sword Web sites.
   *
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Mark Goodwin [goodwinster at gmail dot com]
--- 38,42 ----
   * An implementation of Installer for reading data from Sword Web sites.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Mark Goodwin [goodwinster at gmail dot com]

Index: HttpSwordInstallerFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/HttpSwordInstallerFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HttpSwordInstallerFactory.java	10 May 2005 02:39:21 -0000	1.5
--- HttpSwordInstallerFactory.java	17 May 2005 00:43:15 -0000	1.6
***************
*** 29,33 ****
   * A Factory for instances of HttpSwordInstaller.
   *
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Mark Goodwin [goodwinster at gmail dot com]
--- 29,33 ----
   * A Factory for instances of HttpSwordInstaller.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Mark Goodwin [goodwinster at gmail dot com]

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/Msg.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Msg.java	10 May 2005 02:39:21 -0000	1.11
--- Msg.java	17 May 2005 00:43:15 -0000	1.12
***************
*** 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]
   */
! class Msg extends MsgBase
  {
      static final Msg UNKNOWN_ERROR = new Msg("SwordInstaller.UnknownError"); //$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]
   */
! final class Msg extends MsgBase
  {
      static final Msg UNKNOWN_ERROR = new Msg("SwordInstaller.UnknownError"); //$NON-NLS-1$



More information about the jsword-svn mailing list