You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gu...@apache.org on 2014/11/09 07:59:25 UTC

svn commit: r1637628 - in /hive/branches/branch-0.14/packaging/src/main/assembly: bin.xml src.xml

Author: gunther
Date: Sun Nov  9 06:59:24 2014
New Revision: 1637628

URL: http://svn.apache.org/r1637628
Log:
Preparing for release 0.14.0

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

Modified: hive/branches/branch-0.14/packaging/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/packaging/src/main/assembly/bin.xml?rev=1637628&r1=1637627&r2=1637628&view=diff
==============================================================================
--- hive/branches/branch-0.14/packaging/src/main/assembly/bin.xml (original)
+++ hive/branches/branch-0.14/packaging/src/main/assembly/bin.xml Sun Nov  9 06:59:24 2014
@@ -40,7 +40,7 @@
       <useTransitiveFiltering>true</useTransitiveFiltering>
       <excludes>
         <exclude>org.apache.hive.hcatalog:*</exclude>
-		<exclude>org.slf4j:*</exclude>
+		    <exclude>org.slf4j:*</exclude>
       </excludes>
     </dependencySet>
     <dependencySet>

Modified: hive/branches/branch-0.14/packaging/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/packaging/src/main/assembly/src.xml?rev=1637628&r1=1637627&r2=1637628&view=diff
==============================================================================
--- hive/branches/branch-0.14/packaging/src/main/assembly/src.xml (original)
+++ hive/branches/branch-0.14/packaging/src/main/assembly/src.xml Sun Nov  9 06:59:24 2014
@@ -48,6 +48,7 @@
         <include>NOTICE</include>
         <include>CHANGELOG</include>
         <include>RELEASE_NOTES.txt</include>
+        <include>accumulo-handler/**/*</include>
         <include>ant/**/*</include>
         <include>beeline/**/*</include>
         <include>bin/**/*</include>