[jsword-svn] bibledesktop/resource s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Tue Jan 3 06:25:48 MST 2006


Update of /cvs/jsword/bibledesktop/resource
In directory www.crosswire.org:/tmp/cvs-serv24517/resource

Modified Files:
	config.xml config.properties 
Log Message:
Unify Daily Devotions and Readings into a single behavior.

Index: config.xml
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** config.xml	14 Aug 2005 16:06:13 -0000	1.20
--- config.xml	3 Jan 2006 13:25:46 -0000	1.21
***************
*** 74,92 ****
    </option>
  
    <option key="Bibles.DefaultDictionary" type="string-options">
      <introspect class="org.crosswire.jsword.book.Defaults" property="DictionaryByName"/>
      <map name="dictionary-names"/>
    </option>
  
    <option key="Bibles.DefaultCommentary" type="string-options">
      <introspect class="org.crosswire.jsword.book.Defaults" property="CommentaryByName"/>
      <map name="commentary-names"/>
    </option>
- 
- <!-- Currently there is only one, so nothing to pick from
-   <option key="Bibles.ReadingsSet" type="string-options">
-     <introspect class="org.crosswire.jsword.book.readings.ReadingsBookDriver" property="ReadingsSet"/>
-     <map name="readings"/>
-   </option>
  -->
  
--- 74,94 ----
    </option>
  
+   <option key="Bibles.DefaultDailyDevotional" type="string-options">
+     <introspect class="org.crosswire.jsword.book.Defaults" property="DailyDevotionalByName"/>
+     <map name="daily-devotional-names"/>
+   </option>
+ 
+ <!-- Does not mean anything right now
    <option key="Bibles.DefaultDictionary" type="string-options">
      <introspect class="org.crosswire.jsword.book.Defaults" property="DictionaryByName"/>
      <map name="dictionary-names"/>
    </option>
+ -->
  
+ <!-- Does not mean anything right now
    <option key="Bibles.DefaultCommentary" type="string-options">
      <introspect class="org.crosswire.jsword.book.Defaults" property="CommentaryByName"/>
      <map name="commentary-names"/>
    </option>
  -->
  
***************
*** 106,113 ****
--- 108,117 ----
    </option>
  
+ <!-- There are no Hebrew parsing guides at this time.
    <option key="Bibles.DefaultHebrewParse" type="string-options">
      <introspect class="org.crosswire.jsword.book.Defaults" property="HebrewParseByName"/>
      <map name="hebrewparse-names"/>
    </option>
+ -->
  
  <!-- At this time we only have one converter

Index: config.properties
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** config.properties	25 Jun 2005 21:41:37 -0000	1.11
--- config.properties	3 Jan 2006 13:25:46 -0000	1.12
***************
*** 11,16 ****
  Bibles.DefaultCommentary.path=Bibles.Default Commentary
  Bibles.DefaultCommentary.help=Which of the available Commentaries is the default.
! Bibles.ReadingsSet.path=Readings.Readings Set
! Bibles.ReadingsSet.help=Which of the available readings sets is the default.
  Bibles.DefaultGreekDefinitions.path=Bibles.Default Greek Definitions (Strongs)
  Bibles.DefaultGreekDefinitions.help=Which of the available Greek Definitions (Strongs) is the default.
--- 11,16 ----
  Bibles.DefaultCommentary.path=Bibles.Default Commentary
  Bibles.DefaultCommentary.help=Which of the available Commentaries is the default.
! Bibles.DefaultDailyDevotional.path=Bibles.Default Daily Devotional
! Bibles.DefaultDailyDevotional.help=Which of the available Daily Devotionals is the default.
  Bibles.DefaultGreekDefinitions.path=Bibles.Default Greek Definitions (Strongs)
  Bibles.DefaultGreekDefinitions.help=Which of the available Greek Definitions (Strongs) is the default.



More information about the jsword-svn mailing list