[jsword-svn] jsword s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:43:19 MST 2005


Update of /cvs/jsword/jsword
In directory www.crosswire.org:/tmp/cvs-serv23836

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

Index: .project
===================================================================
RCS file: /cvs/jsword/jsword/.project,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .project	26 Sep 2003 08:48:29 -0000	1.3
--- .project	17 May 2005 00:43:17 -0000	1.4
***************
*** 11,14 ****
--- 11,19 ----
  			</arguments>
  		</buildCommand>
+ 		<buildCommand>
+ 			<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+ 			<arguments>
+ 			</arguments>
+ 		</buildCommand>
  	</buildSpec>
  	<natures>
***************
*** 17,20 ****
--- 22,26 ----
  		<nature>com.ibm.etools.beaninfo.BeaninfoNature</nature>
  		<nature>SimianUI.simiannature</nature>
+ 		<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
  	</natures>
  </projectDescription>

--- NEW FILE: .checkstyle ---
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.1.0" simple-config="true">
<fileset name="all" check-config-name="JSword Coding Style" enabled="true"><file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="FilesFromPackage" enabled="true"><filter-data value="java/limbo"/>
<filter-data value="java/jswordtest"/>
</filter>
<filter name="NonSrcDirs" enabled="true"/>
</fileset-config>


More information about the jsword-svn mailing list