[jsword-svn] biblemapper/java/test s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:44:11 MST 2005


Update of /cvs/jsword/biblemapper/java/test
In directory www.crosswire.org:/tmp/cvs-serv24874/java/test

Modified Files:
	AllTests.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: AllTests.java
===================================================================
RCS file: /cvs/jsword/biblemapper/java/test/AllTests.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AllTests.java	20 Apr 2004 21:10:39 -0000	1.1
--- AllTests.java	17 May 2005 00:44:09 -0000	1.2
***************
*** 1,3 ****
! 
  // package default;
  
--- 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 default;
  
***************
*** 9,32 ****
   * 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 extends TestCase
--- 29,35 ----
   * JUnit Test.
   * 
!  * @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]
   */
  public class AllTests extends TestCase



More information about the jsword-svn mailing list