This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push: new a4ba4a6e These files are under src/conf a4ba4a6e is described below commit a4ba4a6e1fc2f273726df2e460917a89a88997b4 Author: Sebb <s...@apache.org> AuthorDate: Tue Jan 21 23:53:13 2025 +0000 These files are under src/conf --- src/assembly/src-tar-gz.xml | 2 -- src/assembly/src-zip.xml | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/assembly/src-tar-gz.xml b/src/assembly/src-tar-gz.xml index fdb9b209..e34c0794 100644 --- a/src/assembly/src-tar-gz.xml +++ b/src/assembly/src-tar-gz.xml @@ -25,14 +25,12 @@ <fileSets> <fileSet> <includes> - <include>checkstyle.xml</include> <include>LICENSE.txt</include> <include>license-header.txt</include> <include>NOTICE.txt</include> <include>pom.xml</include> <include>README.txt</include> <include>RELEASE-NOTES.txt</include> - <include>findbugs-exclude-filter.xml</include> </includes> <lineEnding>lf</lineEnding> </fileSet> diff --git a/src/assembly/src-zip.xml b/src/assembly/src-zip.xml index 3078e082..60f54727 100644 --- a/src/assembly/src-zip.xml +++ b/src/assembly/src-zip.xml @@ -25,14 +25,12 @@ <fileSets> <fileSet> <includes> - <include>checkstyle.xml</include> <include>LICENSE.txt</include> <include>license-header.txt</include> <include>NOTICE.txt</include> <include>pom.xml</include> <include>README.txt</include> <include>RELEASE-NOTES.txt</include> - <include>findbugs-exclude-filter.xml</include> </includes> <lineEnding>crlf</lineEnding> </fileSet>