[jsword-svn] common/java/test/org/crosswire/common/util s

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


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

Modified Files:
	HelpDeskTest.java StringUtilTest.java ThreadUtilTest.java 
	AllTests.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: StringUtilTest.java
===================================================================
RCS file: /cvs/jsword/common/java/test/org/crosswire/common/util/StringUtilTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StringUtilTest.java	25 Jun 2004 11:20:02 -0000	1.2
--- StringUtilTest.java	10 May 2005 02:10:40 -0000	1.3
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+  * Distribution License:
+  * JSword is free software; you can redistribute it and/or modify it under
+  * the terms of the GNU General Public License, version 2 as published by
+  * the Free Software Foundation. This program is distributed in the hope
+  * that it will be useful, but WITHOUT ANY WARRANTY; without even the
+  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  * See the GNU General Public License for more details.
+  *
+  * The License is available on the internet at:
+  *       http://www.gnu.org/copyleft/gpl.html
+  * or by writing to:
+  *      Free Software Foundation, Inc.
+  *      59 Temple Place - Suite 330
+  *      Boston, MA 02111-1307, USA
+  *
+  * Copyright: 2005
+  *     The copyright to this program is held by it's authors.
+  *
+  * ID: $ID$
+  */
  package org.crosswire.common.util;
  
***************
*** 10,33 ****
   * JUnit Test.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
!  * General Public License for more details.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
-  * @version $Id$
   */
  public class StringUtilTest extends TestCase
--- 31,37 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
!  *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
  public class StringUtilTest extends TestCase

Index: HelpDeskTest.java
===================================================================
RCS file: /cvs/jsword/common/java/test/org/crosswire/common/util/HelpDeskTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HelpDeskTest.java	5 Apr 2005 00:33:22 -0000	1.2
--- HelpDeskTest.java	10 May 2005 02:10:40 -0000	1.3
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+  * Distribution License:
+  * JSword is free software; you can redistribute it and/or modify it under
+  * the terms of the GNU General Public License, version 2 as published by
+  * the Free Software Foundation. This program is distributed in the hope
+  * that it will be useful, but WITHOUT ANY WARRANTY; without even the
+  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  * See the GNU General Public License for more details.
+  *
+  * The License is available on the internet at:
+  *       http://www.gnu.org/copyleft/gpl.html
+  * or by writing to:
+  *      Free Software Foundation, Inc.
+  *      59 Temple Place - Suite 330
+  *      Boston, MA 02111-1307, USA
+  *
+  * Copyright: 2005
+  *     The copyright to this program is held by it's authors.
+  *
+  * ID: $ID$
+  */
  package org.crosswire.common.util;
  
***************
*** 6,29 ****
   * JUnit Test.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
!  * General Public License for more details.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
-  * @version $Id$
   */
  public class HelpDeskTest extends TestCase
--- 27,33 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
!  *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
  public class HelpDeskTest extends TestCase

Index: ThreadUtilTest.java
===================================================================
RCS file: /cvs/jsword/common/java/test/org/crosswire/common/util/ThreadUtilTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ThreadUtilTest.java	20 Apr 2004 21:20:04 -0000	1.1
--- ThreadUtilTest.java	10 May 2005 02:10:40 -0000	1.2
***************
*** 1,3 ****
! 
  package org.crosswire.common.util;
  
--- 1,23 ----
! /**
!  * Distribution License:
!  * JSword is free software; you can redistribute it and/or modify it under
!  * the terms of the GNU General Public License, version 2 as published by
!  * the Free Software Foundation. This program is distributed in the hope
!  * that it will be useful, but WITHOUT ANY WARRANTY; without even the
!  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!  * See the GNU General Public License for more details.
!  *
!  * The License is available on the internet at:
!  *       http://www.gnu.org/copyleft/gpl.html
!  * or by writing to:
!  *      Free Software Foundation, Inc.
!  *      59 Temple Place - Suite 330
!  *      Boston, MA 02111-1307, USA
!  *
!  * Copyright: 2005
!  *     The copyright to this program is held by it's authors.
!  *
!  * ID: $ID$
!  */
  package org.crosswire.common.util;
  
***************
*** 7,30 ****
   * JUnit Test.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
!  * General Public License for more details.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
-  * @version $Id$
   */
  public class ThreadUtilTest extends TestCase
--- 27,33 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
!  *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
  public class ThreadUtilTest extends TestCase

Index: AllTests.java
===================================================================
RCS file: /cvs/jsword/common/java/test/org/crosswire/common/util/AllTests.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AllTests.java	20 Apr 2004 21:20:04 -0000	1.1
--- AllTests.java	10 May 2005 02:10:40 -0000	1.2
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+  * Distribution License:
+  * JSword is free software; you can redistribute it and/or modify it under
+  * the terms of the GNU General Public License, version 2 as published by
+  * the Free Software Foundation. This program is distributed in the hope
+  * that it will be useful, but WITHOUT ANY WARRANTY; without even the
+  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  * See the GNU General Public License for more details.
+  *
+  * The License is available on the internet at:
+  *       http://www.gnu.org/copyleft/gpl.html
+  * or by writing to:
+  *      Free Software Foundation, Inc.
+  *      59 Temple Place - Suite 330
+  *      Boston, MA 02111-1307, USA
+  *
+  * Copyright: 2005
+  *     The copyright to this program is held by it's authors.
+  *
+  * ID: $ID$
+  */
  package org.crosswire.common.util;
  
***************
*** 7,30 ****
   * JUnit Test.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
!  * General Public License for more details.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
-  * @version $Id$
   */
  public class AllTests
--- 28,34 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
!  *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
  public class AllTests



More information about the jsword-svn mailing list