You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/03/27 02:55:08 UTC

svn commit: r1305696 - in /tomcat/tc7.0.x/trunk: ./ build.xml

Author: kkolinko
Date: Tue Mar 27 00:55:07 2012
New Revision: 1305696

URL: http://svn.apache.org/viewvc?rev=1305696&view=rev
Log:
Merged revision 1300108 from tomcat/trunk:
Exclude Eclipse files from checkstyle checks
if jdbc-pool has been opened in Eclipse as a separate module

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1300108

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1305696&r1=1305695&r2=1305696&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Tue Mar 27 00:55:07 2012
@@ -469,6 +469,7 @@
         <exclude name="**/tomcat-deps/**"/>
       </fileset>
       <fileset dir="modules/jdbc-pool" >
+        <exclude name=".*/**"/>
         <patternset refid="text.files" />
       </fileset>
     </checkstyle>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org