[jsword-svn] jsword-support/tools/checkstyle-4.0-beta2 s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Fri May 13 05:09:29 MST 2005
Update of /cvs/jsword/jsword-support/tools/checkstyle-4.0-beta2
In directory www.crosswire.org:/tmp/cvs-serv17673/tools/checkstyle-4.0-beta2
Modified Files:
build.xml
Log Message:
Build changes, hopefully improvements.
Index: build.xml
===================================================================
RCS file: /cvs/jsword/jsword-support/tools/checkstyle-4.0-beta2/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml 9 May 2005 01:28:14 -0000 1.1
--- build.xml 13 May 2005 12:09:27 -0000 1.2
***************
*** 7,11 ****
<taskdef resource="checkstyletask.properties">
<classpath>
! <fileset dir="${support.style}" includes="**/checkstyle-all*.jar"/>
</classpath>
</taskdef>
--- 7,11 ----
<taskdef resource="checkstyletask.properties">
<classpath>
! <fileset dir="${support.style}" includes="checkstyle-all*.jar"/>
</classpath>
</taskdef>
***************
*** 24,28 ****
<formatter type="plain"/>
<formatter type="xml" toFile="${target.web}/checkstyle/checkstyle_errors.xml"/>
! </checkstyle>
<style
in="${target.web}/checkstyle/checkstyle_errors.xml"
--- 24,29 ----
<formatter type="plain"/>
<formatter type="xml" toFile="${target.web}/checkstyle/checkstyle_errors.xml"/>
! <!-- Location of cache-file. -->
! <property key="checkstyle.cache.file" file="${target.web}/cachefile.dat"/> </checkstyle>
<style
in="${target.web}/checkstyle/checkstyle_errors.xml"
More information about the jsword-svn
mailing list