You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2022/06/08 20:53:47 UTC

[tomcat] branch 8.5.x updated: Exclude build-release.properties from checkstyle checks.

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

schultz 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 0bd1b1147b Exclude build-release.properties from checkstyle checks.
0bd1b1147b is described below

commit 0bd1b1147b3c0f5eb25522b6b39011dceba66e4a
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 4e920afb65..79bb0d5ff9 100644
--- a/build.xml
+++ b/build.xml
@@ -598,6 +598,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org