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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Aug 13 07:41:43 MST 2005


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

Modified Files:
	SwordBook.java 
Log Message:
Split getOSISName into getOsisRef and getOsisID, since these are different.

Index: SwordBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/sword/SwordBook.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** SwordBook.java	27 Jul 2005 23:25:45 -0000	1.22
--- SwordBook.java	13 Aug 2005 14:41:41 -0000	1.23
***************
*** 117,121 ****
          // In this case we add the verse markup.
          Element everse = OSISUtil.factory().createVerse();
!         everse.setAttribute(OSISUtil.ATTRIBUTE_VERSE_OSISID, key.getOSISName());
          div.addContent(everse);
          super.addOSIS(key, everse, osisContent);
--- 117,121 ----
          // In this case we add the verse markup.
          Element everse = OSISUtil.factory().createVerse();
!         everse.setAttribute(OSISUtil.ATTRIBUTE_VERSE_OSISID, key.getOsisID());
          div.addContent(everse);
          super.addOSIS(key, everse, osisContent);



More information about the jsword-svn mailing list