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

Modified Files:
	GBFTagBuilders.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: GBFTagBuilders.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/gbf/GBFTagBuilders.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** GBFTagBuilders.java	17 May 2005 00:43:16 -0000	1.4
--- GBFTagBuilders.java	11 Jun 2005 20:41:05 -0000	1.5
***************
*** 99,103 ****
              {
                  // I'm not confident enough that we handle all the GBF tags
!                 // that I will blame the module instead of the program
                  log.warn("Ignoring tag of <" + name + ">"); //$NON-NLS-1$ //$NON-NLS-2$
                  //DataPolice.report("Ignoring tag of <" + name + ">");
--- 99,103 ----
              {
                  // I'm not confident enough that we handle all the GBF tags
!                 // that I will blame the book instead of the program
                  log.warn("Ignoring tag of <" + name + ">"); //$NON-NLS-1$ //$NON-NLS-2$
                  //DataPolice.report("Ignoring tag of <" + name + ">");



More information about the jsword-svn mailing list