[jsword-svn] bibledesktop s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 16 17:44:33 MST 2005
Update of /cvs/jsword/bibledesktop
In directory www.crosswire.org:/tmp/cvs-serv25025
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/bibledesktop/.project,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .project 29 Jul 2004 23:08:26 -0000 1.2
--- .project 17 May 2005 00:44:31 -0000 1.3
***************
*** 11,14 ****
--- 11,19 ----
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
***************
*** 16,19 ****
--- 21,25 ----
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</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/test"/>
<filter-data value="resource"/>
</filter>
<filter name="NonSrcDirs" enabled="true"/>
</fileset-config>
More information about the jsword-svn
mailing list