[jboss-cvs] JBossAS SVN: r104550 - projects/jboss-jca/trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu May 6 23:35:09 EDT 2010
Author: jeff.zhang
Date: 2010-05-06 23:35:08 -0400 (Thu, 06 May 2010)
New Revision: 104550
Modified:
projects/jboss-jca/trunk/build.xml
Log:
don't checkstyle for generated code
Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml 2010-05-07 03:33:33 UTC (rev 104549)
+++ projects/jboss-jca/trunk/build.xml 2010-05-07 03:35:08 UTC (rev 104550)
@@ -367,7 +367,8 @@
failOnViolation="false"
classpathref="checkstyle.lib.path.id">
<fileset dir="${basedir}"
- includes="**/*.java"/>
+ includes="**/*.java"
+ excludes="target/**/*.java"/>
<formatter type="plain"/>
<formatter type="xml" toFile="${reports.dir}/checkstyle/checkstyle-result.xml"/>
</checkstyle>
More information about the jboss-cvs-commits
mailing list