[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/install/sword s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Jun 11 13:41:07 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword
In directory www.crosswire.org:/tmp/cvs-serv27268/java/jsword/org/crosswire/jsword/book/install/sword

Modified Files:
	package.html Msg.properties AbstractSwordInstaller.java 
Log Message:
Made showing the sidebar a default and set it to no.
Cleaned up the code to consistently use "book" to refer to "module"

Index: AbstractSwordInstaller.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/AbstractSwordInstaller.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** AbstractSwordInstaller.java	17 May 2005 00:43:15 -0000	1.15
--- AbstractSwordInstaller.java	11 Jun 2005 20:41:05 -0000	1.16
***************
*** 471,475 ****
  
      /**
!      * The directory containing modules on the <code>host</code>.
       */
      protected String directory = "/"; //$NON-NLS-1$
--- 471,475 ----
  
      /**
!      * The directory containing books on the <code>host</code>.
       */
      protected String directory = "/"; //$NON-NLS-1$
***************
*** 486,490 ****
  
      /**
!      * The suffix of zip modules on this server
       */
      protected static final String ZIP_SUFFIX = ".zip"; //$NON-NLS-1$
--- 486,490 ----
  
      /**
!      * The suffix of zip books on this server
       */
      protected static final String ZIP_SUFFIX = ".zip"; //$NON-NLS-1$

Index: package.html
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** package.html	16 Aug 2004 22:08:44 -0000	1.1
--- package.html	11 Jun 2005 20:41:05 -0000	1.2
***************
*** 3,7 ****
  
  <p>
!   An implementaiion of an installer that can handle Sword Modules.
  </p>
  
--- 3,7 ----
  
  <p>
!   An implementaiion of an installer that can handle Sword Books (Modules).
  </p>
  

Index: Msg.properties
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/Msg.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Msg.properties	17 Feb 2005 12:28:18 -0000	1.2
--- Msg.properties	11 Jun 2005 20:41:05 -0000	1.3
***************
*** 13,19 ****
  SwordInstaller.CacheError=Error loading from cache
  SwordInstaller.InvalidURL=Not enough / symbols in url: {0}
! SwordInstaller.Installed=Module already installed: {0}
! SwordInstaller.Installing=Installing module: {0}
! SwordInstaller.InstallDone=Finished installing module: {0}
  SwordInstaller.JobInit=Initializing
  SwordInstaller.JobConfig=Copying config file
--- 13,19 ----
  SwordInstaller.CacheError=Error loading from cache
  SwordInstaller.InvalidURL=Not enough / symbols in url: {0}
! SwordInstaller.Installed=Book already installed: {0}
! SwordInstaller.Installing=Installing book: {0}
! SwordInstaller.InstallDone=Finished installing book: {0}
  SwordInstaller.JobInit=Initializing
  SwordInstaller.JobConfig=Copying config file
***************
*** 23,25 ****
  SwordInstallerFactory.URLAtCount=Too many @ symbols in url: {0}
  SwordInstallerFactory.URLColonCount=Wrong number of : symbols in url: {0}
! HttpSwordInstaller.MissingFile=Unable to find module
\ No newline at end of file
--- 23,25 ----
  SwordInstallerFactory.URLAtCount=Too many @ symbols in url: {0}
  SwordInstallerFactory.URLColonCount=Wrong number of : symbols in url: {0}
! HttpSwordInstaller.MissingFile=Unable to find book
\ No newline at end of file



More information about the jsword-svn mailing list