[jboss-cvs] JBossAS SVN: r85793 - projects/jboss-jca/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 12 17:14:36 EDT 2009


Author: jesper.pedersen
Date: 2009-03-12 17:14:36 -0400 (Thu, 12 Mar 2009)
New Revision: 85793

Modified:
   projects/jboss-jca/trunk/build.xml
Log:
[JBJCA-45] Integrate checkstyle

Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml	2009-03-12 21:11:27 UTC (rev 85792)
+++ projects/jboss-jca/trunk/build.xml	2009-03-12 21:14:36 UTC (rev 85793)
@@ -169,7 +169,7 @@
     <mkdir dir="${reports.dir}/checkstyle" />
 
     <checkstyle config="${tools.dir}/checkstyle/checkstyle.xml"
-                failOnViolation="true"
+                failOnViolation="false"
                 classpathref="qe.lib.path.id">
       <fileset dir="${basedir}"
                includes="**/*.java"/>




More information about the jboss-cvs-commits mailing list