[Bprocessor-commit] model build.xml,1.20,1.21
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-02-12 11:44:36
|
Update of /cvsroot/bprocessor/model In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28029 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** build.xml 12 Feb 2009 12:35:19 -0000 1.20 --- build.xml 12 Feb 2010 11:44:28 -0000 1.21 *************** *** 135,139 **** failOnViolation="true"> <fileset dir="${src.dir}" ! includes="**/*.java"/> </checkstyle> </target> --- 135,140 ---- failOnViolation="true"> <fileset dir="${src.dir}" ! includes="**/*.java" ! excludes="**/brunata/io/*.java"/> </checkstyle> </target> |