Author: brock
Date: Fri Feb 13 23:56:08 2015
New Revision: 1659724

URL: http://svn.apache.org/r1659724
Log:
HIVE-9691 - Include a few more files include the source tarball (Brock via Chao)

Modified:
    hive/branches/branch-1.1/packaging/src/main/assembly/src.xml

Modified: hive/branches/branch-1.1/packaging/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/hive/branches/branch-1.1/packaging/src/main/assembly/src.xml?rev=1659724&r1=1659723&r2=1659724&view=diff
==============================================================================
--- hive/branches/branch-1.1/packaging/src/main/assembly/src.xml (original)
+++ hive/branches/branch-1.1/packaging/src/main/assembly/src.xml Fri Feb 13 
23:56:08 2015
@@ -40,6 +40,7 @@
         <exclude>**/.project</exclude>
         <exclude>**/.settings/**</exclude>
         <exclude>itests/thirdparty/**</exclude>
+        <exclude>testutils/ptest2/velocity.log*</exclude>
       </excludes>
 
       <includes>
@@ -74,6 +75,8 @@
         <include>jdbc/**/*</include>
         <include>contrib/**/*</include>
         <include>metastore/**/*</include>
+        <include>lib/**/*</include>
+        <include>findbugs/**/*</include>
         <include>odbc/**/*</include>
         <include>packaging/pom.xml</include>
         <include>packaging/src/**/*</include>


Reply via email to