[jsword-svn] r1354 - in trunk: bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop common/src/main/java/org/crosswire/common/crypt common/src/main/java/org/crosswire/common/history common/src/main/java/org/crosswire/common/xml jsword/src/main/java/org/crosswire/jsword/index jsword/src/main/java/org/crosswire/jsword/index/search

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Tue May 29 07:09:22 MST 2007


Author: dmsmith
Date: 2007-05-29 07:09:22 -0700 (Tue, 29 May 2007)
New Revision: 1354

Modified:
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/DesktopActions.java
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/ViewSourcePane.java
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/XSLTProperty.java
   trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java
   trunk/common/src/main/java/org/crosswire/common/history/History.java
   trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java
   trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java
   trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java
   trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java
   trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java
   trunk/jsword/src/main/java/org/crosswire/jsword/index/AbstractIndex.java
   trunk/jsword/src/main/java/org/crosswire/jsword/index/search/DefaultSearchModifier.java
Log:
changed contact info

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/DesktopActions.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/DesktopActions.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/DesktopActions.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -61,7 +61,7 @@
  * @see gnu.gpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 public class DesktopActions implements Actionable
 {

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/ViewSourcePane.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/ViewSourcePane.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/ViewSourcePane.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -68,7 +68,7 @@
  * @see gnu.gpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 public class ViewSourcePane extends JPanel
 {

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/XSLTProperty.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/XSLTProperty.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/XSLTProperty.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -31,7 +31,7 @@
  * 
  * @see gnu.gpl.License for license details.
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [ dmsmith555 at hotmail dot com]
+ * @author DM Smith [ dmsmith555 at yahoo dot com]
  */
 public final class XSLTProperty implements Serializable
 {

Modified: trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -409,7 +409,7 @@
  *      The copyright to this program is held by it's authors.
  * @author Michael Paul Johnson [ kahunapule at mpj dot cx] Original code
  * @author unascribed Sword's C++ implementation
- * @author DM Smith [ dmsmith555 at hotmail dot com] Java port from Sword's C++ implementation
+ * @author DM Smith [ dmsmith555 at yahoo dot com] Java port from Sword's C++ implementation
  */
 public class Sapphire
 {

Modified: trunk/common/src/main/java/org/crosswire/common/history/History.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/history/History.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/common/src/main/java/org/crosswire/common/history/History.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -36,7 +36,7 @@
  *
  * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 
 public class History

Modified: trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -28,7 +28,7 @@
  * 
  * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 public class HistoryEvent extends EventObject
 {

Modified: trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -28,7 +28,7 @@
  * 
  * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 
 public interface HistoryListener extends EventListener

Modified: trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -29,7 +29,7 @@
  * 
  * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 public final class FormatType implements Serializable
 {

Modified: trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -29,7 +29,7 @@
  *
  * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [ dmsmith555 at gmail dot com]
+ * @author DM Smith [ dmsmith555 at yahoo dot com]
  */
 public class HTMLSerializingContentHandler extends PrettySerializingContentHandler
 {

Modified: trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -35,7 +35,7 @@
  *
  * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 public class PrettySerializingContentHandler implements ContentHandler
 {

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/index/AbstractIndex.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/index/AbstractIndex.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/index/AbstractIndex.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -29,7 +29,7 @@
  * 
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 
 public abstract class AbstractIndex implements Index

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/index/search/DefaultSearchModifier.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/index/search/DefaultSearchModifier.java	2007-05-29 13:48:28 UTC (rev 1353)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/index/search/DefaultSearchModifier.java	2007-05-29 14:09:22 UTC (rev 1354)
@@ -28,7 +28,7 @@
  * 
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
- * @author DM Smith [dmsmith555 at gmail dot com]
+ * @author DM Smith [dmsmith555 at yahoo dot com]
  */
 
 public class DefaultSearchModifier implements SearchModifier




More information about the jsword-svn mailing list