Author: markt
Date: Thu Nov 30 14:17:17 2017
New Revision: 1816715
URL: http://svn.apache.org/viewvc?rev=1816715&view=rev
Log:
Skip build.properties file in jdbc-pool module when performing Checkstyle checks
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1816715&r1=1816714&r2=1816715&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Nov 30 14:17:17 2017
@@ -582,6 +582,7 @@
<fileset dir="modules/jdbc-pool" >
<exclude name=".*/**"/>
<exclude name="**/MANIFEST.MF"/>
+ <exclude name="build.properties" />
<patternset refid="text.files" />
</fileset>
</checkstyle>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]