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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org