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