You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sd...@apache.org on 2016/07/22 08:52:18 UTC

commons-crypto git commit: Fix assembly [Forced Update!]

Repository: commons-crypto
Updated Branches:
  refs/heads/master bb7fb6dc0 -> 444fbe1d4 (forced update)


Fix assembly


Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/444fbe1d
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/444fbe1d
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/444fbe1d

Branch: refs/heads/master
Commit: 444fbe1d44cf013092ee84970990c8ea1c815c39
Parents: 850e4bd
Author: Sun Dapeng <sd...@apache.org>
Authored: Fri Jul 22 16:44:55 2016 +0800
Committer: Sun Dapeng <sd...@apache.org>
Committed: Fri Jul 22 16:45:34 2016 +0800

----------------------------------------------------------------------
 src/assembly/src.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/444fbe1d/src/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 386841d..78911c1 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -34,10 +34,15 @@
                 <include>RELEASE-NOTES.txt</include>
                 <include>findbugs-exclude.xml</include>
                 <include>pom.xml</include>
+                <include>checkstyle.xml</include>
+                <include>CONTRIBUTING.md</include>
             </includes>
         </fileSet>
         <fileSet>
             <directory>src</directory>
         </fileSet>
+        <fileSet>
+            <directory>lib</directory>
+        </fileSet>
     </fileSets>
 </assembly>