[jsword-svn] common/java/swing/org/crosswire/common/swing/desktop s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 9 19:10:42 MST 2005


Update of /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop
In directory www.crosswire.org:/tmp/cvs-serv11169/java/swing/org/crosswire/common/swing/desktop

Modified Files:
	ViewGenerator.java MDIViewLayout.java AbstractViewLayout.java 
	Viewable.java ViewVisitor.java ViewManager.java 
	TabPopupListener.java Titleable.java LayoutType.java 
	TDIViewLayout.java Clearable.java ToolBar.java Msg.java 
Log Message:
Moved GPL to be a file comment.
Fixed the JSword build fail on missing resource diirectory.
Made ant clean also remove the keystore file.

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/Msg.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Msg.java	9 May 2005 01:28:42 -0000	1.2
--- Msg.java	10 May 2005 02:10:40 -0000	1.3
***************
*** 25,29 ****
   * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
-  * @version $Id$
   */
  public class Msg extends MsgBase
--- 25,28 ----

Index: TDIViewLayout.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/TDIViewLayout.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TDIViewLayout.java	9 May 2005 01:28:42 -0000	1.3
--- TDIViewLayout.java	10 May 2005 02:10:40 -0000	1.4
***************
*** 33,37 ****
   * @author Joe Walker [joe at eireneh dot com]
   * @author DM Smith [dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public class TDIViewLayout extends AbstractViewLayout
--- 33,36 ----

Index: ViewGenerator.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/ViewGenerator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ViewGenerator.java	8 Sep 2004 19:53:37 -0000	1.1
--- ViewGenerator.java	10 May 2005 02:10:40 -0000	1.2
***************
*** 27,31 ****
   * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public interface ViewGenerator
--- 27,30 ----

Index: ViewVisitor.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/ViewVisitor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ViewVisitor.java	8 Sep 2004 19:53:37 -0000	1.1
--- ViewVisitor.java	10 May 2005 02:10:40 -0000	1.2
***************
*** 25,29 ****
   * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public interface ViewVisitor
--- 25,28 ----

Index: TabPopupListener.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/TabPopupListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TabPopupListener.java	8 Sep 2004 19:53:37 -0000	1.1
--- TabPopupListener.java	10 May 2005 02:10:40 -0000	1.2
***************
*** 31,35 ****
   * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public class TabPopupListener extends MouseAdapter
--- 31,34 ----

Index: Titleable.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/Titleable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Titleable.java	21 Sep 2004 17:45:47 -0000	1.2
--- Titleable.java	10 May 2005 02:10:40 -0000	1.3
***************
*** 25,29 ****
   * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public interface Titleable
--- 25,28 ----

Index: MDIViewLayout.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/MDIViewLayout.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MDIViewLayout.java	9 May 2005 01:28:42 -0000	1.3
--- MDIViewLayout.java	10 May 2005 02:10:40 -0000	1.4
***************
*** 39,43 ****
   * @author Joe Walker [joe at eireneh dot com]
   * @author DM Smith [dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public class MDIViewLayout extends AbstractViewLayout
--- 39,42 ----

Index: LayoutType.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/LayoutType.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** LayoutType.java	9 May 2005 01:28:42 -0000	1.4
--- LayoutType.java	10 May 2005 02:10:40 -0000	1.5
***************
*** 31,35 ****
   * @author Joe Walker [joe at eireneh dot com]
   * @author DM Smith [dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public abstract class LayoutType implements Serializable
--- 31,34 ----

Index: Viewable.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/Viewable.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Viewable.java	9 May 2005 01:28:42 -0000	1.3
--- Viewable.java	10 May 2005 02:10:40 -0000	1.4
***************
*** 29,33 ****
   * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public interface Viewable
--- 29,32 ----

Index: Clearable.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/Clearable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Clearable.java	21 Sep 2004 17:45:47 -0000	1.2
--- Clearable.java	10 May 2005 02:10:40 -0000	1.3
***************
*** 23,27 ****
   * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public interface Clearable
--- 23,26 ----

Index: ToolBar.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/ToolBar.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ToolBar.java	9 May 2005 01:28:42 -0000	1.5
--- ToolBar.java	10 May 2005 02:10:40 -0000	1.6
***************
*** 44,48 ****
   * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public class ToolBar extends JToolBar
--- 44,47 ----

Index: AbstractViewLayout.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/AbstractViewLayout.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AbstractViewLayout.java	9 May 2005 01:28:42 -0000	1.1
--- AbstractViewLayout.java	10 May 2005 02:10:40 -0000	1.2
***************
*** 38,42 ****
   * @author Joe Walker [joe at eireneh dot com]
   * @author DM Smith [dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public abstract class AbstractViewLayout implements Viewable
--- 38,41 ----

Index: ViewManager.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/ViewManager.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ViewManager.java	9 May 2005 01:28:42 -0000	1.3
--- ViewManager.java	10 May 2005 02:10:40 -0000	1.4
***************
*** 45,49 ****
   * @author Mark Goodwin [mark at thorubio dot org]
   * @author DM Smith [dmsmith555 at yahoo dot com]
-  * @version $Id$
   */
  public class ViewManager implements Viewable, TitleChangedListener, ViewEventListener
--- 45,48 ----



More information about the jsword-svn mailing list