You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/10/28 16:51:24 UTC

commons-collections git commit: Add missing files to source archive

Repository: commons-collections
Updated Branches:
  refs/heads/master 94cfcc698 -> 0b1460dad


Add missing files to source archive


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/0b1460da
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/0b1460da
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/0b1460da

Branch: refs/heads/master
Commit: 0b1460dadb5934ebeb0c1c6ef79992606cdb91f0
Parents: 94cfcc6
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat Oct 28 18:51:14 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat Oct 28 18:51:14 2017 +0200

----------------------------------------------------------------------
 src/assembly/src.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/0b1460da/src/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index da7c0a9..5b216ff 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -24,12 +24,14 @@
     <fileSets>
         <fileSet>
             <includes>
+                <include>.travis.yml</include>
+                <include>CONTRIBUTING.md</include>
                 <include>DEVELOPERS-GUIDE.html</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
                 <include>PROPOSAL.html</include>
-                <include>README.txt</include>
+                <include>README.md</include>
                 <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>