[jsword-svn] jsword-web/java/limbo/org/crosswire/jsword/view/web s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 16 17:43:54 MST 2005
Update of /cvs/jsword/jsword-web/java/limbo/org/crosswire/jsword/view/web
In directory www.crosswire.org:/tmp/cvs-serv24665/java/limbo/org/crosswire/jsword/view/web
Modified Files:
SimpleWebConverter.java DemoServlet.java RemoterServlet.java
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.
Index: RemoterServlet.java
===================================================================
RCS file: /cvs/jsword/jsword-web/java/limbo/org/crosswire/jsword/view/web/RemoterServlet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RemoterServlet.java 10 May 2005 02:10:52 -0000 1.4
--- RemoterServlet.java 17 May 2005 00:43:52 -0000 1.5
***************
*** 26,47 ****
* A quick demo of how easy it is to write new front-ends to JSword.
*
! * <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]
*/
--- 26,31 ----
* A quick demo of how easy it is to write new front-ends to JSword.
*
! * @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]
*/
Index: SimpleWebConverter.java
===================================================================
RCS file: /cvs/jsword/jsword-web/java/limbo/org/crosswire/jsword/view/web/SimpleWebConverter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SimpleWebConverter.java 10 May 2005 02:10:52 -0000 1.2
--- SimpleWebConverter.java 17 May 2005 00:43:52 -0000 1.3
***************
*** 14,35 ****
* Turn XML from a Bible into HTML according to a Display style.
*
! * <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]
*/
--- 14,19 ----
* Turn XML from a Bible into HTML according to a Display style.
*
! * @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]
*/
Index: DemoServlet.java
===================================================================
RCS file: /cvs/jsword/jsword-web/java/limbo/org/crosswire/jsword/view/web/DemoServlet.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DemoServlet.java 10 May 2005 02:10:52 -0000 1.2
--- DemoServlet.java 17 May 2005 00:43:52 -0000 1.3
***************
*** 26,47 ****
* A quick demo of how easy it is to write new front-ends to JSword.
*
! * <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]
*/
--- 26,31 ----
* A quick demo of how easy it is to write new front-ends to JSword.
*
! * @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]
*/
More information about the jsword-svn
mailing list