[jsword-svn] jsword-support/tools/checkstyle s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Sep 10 02:07:15 MST 2005


Update of /cvs/jsword/jsword-support/tools/checkstyle
In directory www.crosswire.org:/tmp/cvs-serv16958/tools/checkstyle

Modified Files:
	custom.xml 
Log Message:
Replaced BeanPanel with SiteEditor for the Installer.
Added XalanProcess which is useful outside of JSword to transform xml via xslt.
Cleaned up checkstyle complaints.

Index: custom.xml
===================================================================
RCS file: /cvs/jsword/jsword-support/tools/checkstyle/custom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** custom.xml	16 Aug 2005 18:03:05 -0000	1.1
--- custom.xml	10 Sep 2005 09:07:13 -0000	1.2
***************
*** 300,304 ****
      <module name="TodoComment"/>
      <module name="UncommentedMain">
!       <property name="excludedClasses" value="\.(Desktop|APIExamples)$"/>
      </module>
      <module name="UpperEll"/>
--- 300,304 ----
      <module name="TodoComment"/>
      <module name="UncommentedMain">
!       <property name="excludedClasses" value="\.(Desktop|APIExamples|XalanProcess)$"/>
      </module>
      <module name="UpperEll"/>



More information about the jsword-svn mailing list