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

Modified Files:
	InstallManager.java Installer.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: Installer.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/Installer.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Installer.java	17 May 2005 00:43:15 -0000	1.13
--- Installer.java	11 Jun 2005 20:41:05 -0000	1.14
***************
*** 56,60 ****
  
      /**
!      * Get a list of BookMetaData objects that represent downloadable modules.
       * If no list has been retrieved from the remote source using reloadIndex()
       * then we should just return an empty list and not attempt to contact the
--- 56,60 ----
  
      /**
!      * Get a list of BookMetaData objects that represent downloadable books.
       * If no list has been retrieved from the remote source using reloadIndex()
       * then we should just return an empty list and not attempt to contact the
***************
*** 65,69 ****
  
      /**
!      * Return true if the module is not installed or there is a newer
       * version to install.
       * @param book The book meta-data to check on.
--- 65,69 ----
  
      /**
!      * Return true if the book is not installed or there is a newer
       * version to install.
       * @param book The book meta-data to check on.
***************
*** 81,88 ****
  
      /**
!      * Download and install a module locally.
       * The name should be one from an index list retrieved from getIndex() or
       * reloadIndex()
!      * @param book The module to install
       */
      void install(Book book) throws InstallException;
--- 81,88 ----
  
      /**
!      * Download and install a book locally.
       * The name should be one from an index list retrieved from getIndex() or
       * reloadIndex()
!      * @param book The book to install
       */
      void install(Book book) throws InstallException;

Index: InstallManager.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/InstallManager.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** InstallManager.java	17 May 2005 00:43:15 -0000	1.18
--- InstallManager.java	11 Jun 2005 20:41:05 -0000	1.19
***************
*** 41,45 ****
  
  /**
!  * A manager to abstract out the non-view specific module installation tasks.
   * 
   * @see gnu.gpl.License for license details.
--- 41,45 ----
  
  /**
!  * A manager to abstract out the non-view specific book installation tasks.
   * 
   * @see gnu.gpl.License for license details.



More information about the jsword-svn mailing list