You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/03/13 13:56:31 UTC

svn commit: r1300108 - /tomcat/trunk/build.xml

Author: markt
Date: Tue Mar 13 12:56:31 2012
New Revision: 1300108

URL: http://svn.apache.org/viewvc?rev=1300108&view=rev
Log:
Exclude Eclipse files if jdbc-pool has been opened in Eclipse as a separate module 

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1300108&r1=1300107&r2=1300108&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Mar 13 12:56:31 2012
@@ -465,6 +465,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