You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2015/01/31 19:48:44 UTC

svn commit: r1656234 - /hive/trunk/packaging/src/main/assembly/src.xml

Author: brock
Date: Sat Jan 31 18:48:44 2015
New Revision: 1656234

URL: http://svn.apache.org/r1656234
Log:
HIVE-9527 - Include dot files in tarball (Brock reviewed by Xuefu)

Modified:
    hive/trunk/packaging/src/main/assembly/src.xml

Modified: hive/trunk/packaging/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/hive/trunk/packaging/src/main/assembly/src.xml?rev=1656234&r1=1656233&r2=1656234&view=diff
==============================================================================
--- hive/trunk/packaging/src/main/assembly/src.xml (original)
+++ hive/trunk/packaging/src/main/assembly/src.xml Sat Jan 31 18:48:44 2015
@@ -42,6 +42,11 @@
       </excludes>
 
       <includes>
+        <include>.arcconfig</include>
+        <include>.checkstyle</include>
+        <include>.gitattributes</include>
+        <include>.gitignore</include>
+        <include>.reviewboardrc</include>
         <include>DEVNOTES</include>
         <include>README.txt</include>
         <include>LICENSE</include>