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

schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 903afaa7af12d4b6ae4afd3fb4e7ab3caa8beb86
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Wed Jun 8 16:53:27 2022 -0400

    Exclude build-release.properties from checkstyle checks.
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index d12a7ca947..5818879020 100644
--- a/build.xml
+++ b/build.xml
@@ -862,6 +862,7 @@
         <exclude name="test/webapp/jsp/encoding/**"/>
         <!-- Exclude developer specific local files -->
         <exclude name="build.properties" />
+        <exclude name="build-release.properties" />
         <exclude name="res/maven/mvn.properties" />
       </fileset>
       <fileset dir="modules/jdbc-pool" >


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

Reply via email to