This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new ece94b7  Exclude build.properties for jdbc-pool Align with 7.0.x
ece94b7 is described below

commit ece94b79915b50d876e3d98011cdd99329e2d9ae
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 16 14:18:59 2019 +0100

    Exclude build.properties for jdbc-pool Align with 7.0.x
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index 54fb967..1f4761f 100644
--- a/build.xml
+++ b/build.xml
@@ -594,6 +594,8 @@
         <exclude name=".*/**"/>
         <exclude name="**/MANIFEST.MF"/>
         <patternset refid="text.files" />
+        <!-- Exclude developer specific local files -->
+        <exclude name="build.properties" />
       </fileset>
     </checkstyle>
     <!-- javax package checks -->


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

Reply via email to