You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2019/09/30 12:45:40 UTC

[commons-daemon] 01/02: Update source distribution contents

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/commons-daemon.git

commit dd52bda7a148a8e04c386ab1ac4d260e466fed28
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 30 13:42:59 2019 +0100

    Update source distribution contents
    
    The list of files included from the root of the source tree had not been
    updated. Removed Ant related files and added new files.
    
    Exclude the working directories used by the Windows builds from the
    source distributions.
---
 src/assembly/native-src.xml | 1 +
 src/assembly/src.xml        | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/assembly/native-src.xml b/src/assembly/native-src.xml
index 133e0b2..0523e56 100644
--- a/src/assembly/native-src.xml
+++ b/src/assembly/native-src.xml
@@ -61,6 +61,7 @@
                 <exclude>**/*.ico</exclude>
                 <exclude>**/*.bmp</exclude>
                 <exclude>**/*.rc</exclude>
+                <exclude>apps/*/*_RELEASE/**</exclude>
                 <!-- Bug http://jira.codehaus.org/browse/MASSEMBLY-462 -->
                 <exclude>**/*.formatted</exclude>
             </excludes>
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index e6be6f5..e3e6eb6 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -24,13 +24,13 @@
     <fileSets>
         <fileSet>
             <includes>
-                <include>build.properties.sample</include>
-                <include>build.xml</include>
+                <include>CONTRIBUTING.md</include>
+                <include>HOWTO-RELEASE.txt</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
                 <include>PROPOSAL.html</include>
-                <include>README</include>
+                <include>README.md</include>
                 <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
@@ -52,6 +52,9 @@
             <includes>
                 <include>native/windows/**</include>
             </includes>
+            <excludes>
+                <exclude>apps/*/*_RELEASE/**</exclude>
+            </excludes>
         </fileSet>
         <fileSet>
             <directory>src</directory>