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

psteitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 9475689c Eliminate no longer existing files and add files needed for 
site build.
9475689c is described below

commit 9475689c9d2ebfec672d3dabcd16a3f860bbf425
Author: Phil Steitz <phil.ste...@gmail.com>
AuthorDate: Mon Sep 25 13:10:48 2023 -0700

    Eliminate no longer existing files and add files needed for site build.
---
 src/main/assembly/src-tar-gz.xml | 8 ++++----
 src/main/assembly/src-zip.xml    | 5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/main/assembly/src-tar-gz.xml b/src/main/assembly/src-tar-gz.xml
index db1427a3..b18959f8 100644
--- a/src/main/assembly/src-tar-gz.xml
+++ b/src/main/assembly/src-tar-gz.xml
@@ -25,14 +25,11 @@
             <includes>
                 <include>build.properties.sample</include>
                 <include>build.xml</include>
-                <include>checkstyle.xml</include>
-                <include>findbugs-exclude-filter.xml</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
-                <include>README.txt</include>
+                <include>README.md</include>
                 <include>RELEASE-NOTES.txt</include>
-                <include>test-jar.xml</include>
             </includes>
             <lineEnding>lf</lineEnding>
         </fileSet>
@@ -46,6 +43,9 @@
         </fileSet>
         <fileSet>
             <directory>src/site/resources</directory>
+        </fileSet>
+         <fileSet>
+            <directory>src/conf</directory>
         </fileSet>
         <fileSet>
             <directory>src/site/xdoc</directory>
diff --git a/src/main/assembly/src-zip.xml b/src/main/assembly/src-zip.xml
index ecd05457..bf860472 100644
--- a/src/main/assembly/src-zip.xml
+++ b/src/main/assembly/src-zip.xml
@@ -30,8 +30,6 @@
                 <include>README.md</include>
                 <include>RELEASE-NOTES.txt</include>
                 <include>SECURITY.md</include>
-                <include>src/conf/checkstyle.xml</include>
-                <include>src/conf/findbugs-exclude-filter.xml</include>
             </includes>
             <lineEnding>crlf</lineEnding>
         </fileSet>
@@ -43,6 +41,9 @@
             </excludes>
             <lineEnding>crlf</lineEnding>
         </fileSet>
+        <fileSet>
+            <directory>src/conf</directory>
+        </fileSet>
         <fileSet>
             <directory>src/site/resources</directory>
         </fileSet>

Reply via email to