This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 1840b7e Align with 7.0.x
1840b7e is described below
commit 1840b7e891bffa229ff6ca94edc5aab14f4b4a32
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 16 14:18:19 2019 +0100
Align with 7.0.x
---
build.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index ab00dc2..1d706c6 100644
--- a/build.xml
+++ b/build.xml
@@ -596,8 +596,9 @@
<fileset dir="modules/jdbc-pool" >
<exclude name=".*/**"/>
<exclude name="**/MANIFEST.MF"/>
- <exclude name="build.properties" />
<patternset refid="text.files" />
+ <!-- Exclude developer specific local files -->
+ <exclude name="build.properties" />
</fileset>
</checkstyle>
<!-- javax package checks -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]