Author: brock
Date: Tue Feb 3 16:30:30 2015
New Revision: 1656784
URL: http://svn.apache.org/r1656784
Log:
HIVE-9538 - Exclude thirdparty directory from tarballs (Brock reviewed by Xuefu)
Modified:
hive/branches/branch-1.1/ (props changed)
hive/branches/branch-1.1/packaging/src/main/assembly/bin.xml
hive/branches/branch-1.1/packaging/src/main/assembly/src.xml
Propchange: hive/branches/branch-1.1/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb 3 16:30:30 2015
@@ -3,4 +3,4 @@
/hive/branches/spark:1608589-1654414,1654553,1654869,1654873,1655427,1655468,1655926
/hive/branches/tez:1494760-1622766
/hive/branches/vectorization:1466908-1527856
-/hive/trunk:1655202,1655210,1655213,1655436,1655460,1655894-1655895,1656061,1656114,1656234
+/hive/trunk:1655202,1655210,1655213,1655436,1655460,1655894-1655895,1656061,1656114,1656234,1656780
Modified: hive/branches/branch-1.1/packaging/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/hive/branches/branch-1.1/packaging/src/main/assembly/bin.xml?rev=1656784&r1=1656783&r2=1656784&view=diff
==============================================================================
--- hive/branches/branch-1.1/packaging/src/main/assembly/bin.xml (original)
+++ hive/branches/branch-1.1/packaging/src/main/assembly/bin.xml Tue Feb 3
16:30:30 2015
@@ -89,6 +89,7 @@
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
<exclude>lib/**</exclude>
+ <exclude>itests/thirdparty/**</exclude>
</excludes>
<includes>
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=1656784&r1=1656783&r2=1656784&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 Tue Feb 3
16:30:30 2015
@@ -39,6 +39,7 @@
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
+ <exclude>itests/thirdparty/**</exclude>
</excludes>
<includes>