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 2017/07/16 19:33:56 UTC

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

Author: markt
Date: Sun Jul 16 19:33:56 2017
New Revision: 1802083

URL: http://svn.apache.org/viewvc?rev=1802083&view=rev
Log:
Exclude developer local files from license header checks

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1802083&r1=1802082&r2=1802083&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Jul 16 19:33:56 2017
@@ -566,6 +566,9 @@
         <exclude name="test/webresources/**"/>
         <!-- Exclude test files with unusual encodings -->
         <exclude name="test/webapp/jsp/encoding/**"/>
+        <!-- Exclude developer specific local files -->
+        <exclude name="build.properties" />
+        <exclude name="res/maven/mvn.properties" />
       </fileset>
       <fileset dir="modules/jdbc-pool" >
         <exclude name=".*/**"/>



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