[jsword-svn] r1888 - in trunk/jsword: etc/eclipse src/main/java/org/crosswire/jsword/passage

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Tue Jul 8 14:03:16 MST 2008


Author: dmsmith
Date: 2008-07-08 14:03:16 -0700 (Tue, 08 Jul 2008)
New Revision: 1888

Modified:
   trunk/jsword/etc/eclipse/APIExamples.launch
   trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageKeyFactory.java
Log:
Added new languages to iso639 for modules now in beta
Fixed a bug I created yesterday.

Modified: trunk/jsword/etc/eclipse/APIExamples.launch
===================================================================
--- trunk/jsword/etc/eclipse/APIExamples.launch	2008-07-08 03:15:12 UTC (rev 1887)
+++ trunk/jsword/etc/eclipse/APIExamples.launch	2008-07-08 21:03:16 UTC (rev 1888)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
 <listEntry value="/jsword/src/main/java/org/crosswire/jsword/examples/APIExamples.java"/>

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageKeyFactory.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageKeyFactory.java	2008-07-08 03:15:12 UTC (rev 1887)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageKeyFactory.java	2008-07-08 21:03:16 UTC (rev 1888)
@@ -573,6 +573,11 @@
     }
 
     /**
+     * The default type
+     */
+    private static PassageType defaultType = PassageType.SPEED;
+
+    /**
      * How we create Passages
      */
     private static KeyFactory keyf = new PassageKeyFactory();
@@ -582,8 +587,4 @@
      */
     private static Passage whole;
 
-    /**
-     * The default type
-     */
-    private static PassageType defaultType = PassageType.SPEED;
 }




More information about the jsword-svn mailing list