You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2012/11/15 00:27:39 UTC

svn commit: r1409548 - /hive/trunk/build.xml

Author: hashutosh
Date: Wed Nov 14 23:27:38 2012
New Revision: 1409548

URL: http://svn.apache.org/viewvc?rev=1409548&view=rev
Log:
HIVE-3664 : Avoid to create a symlink for hive-contrib.jar file in dist\lib folder. (Kanna Karanam via Ashutosh Chauhan)

Modified:
    hive/trunk/build.xml

Modified: hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build.xml?rev=1409548&r1=1409547&r2=1409548&view=diff
==============================================================================
--- hive/trunk/build.xml (original)
+++ hive/trunk/build.xml Wed Nov 14 23:27:38 2012
@@ -532,7 +532,6 @@
       <fileset dir="${target.bin.dir}"/>
     </chmod>
 
-    <symlink overwrite="true" link="${target.lib.dir}/hive_contrib.jar" resource="hive-contrib-${version}.jar"/>
     <!-- special case because builtins compilation depends on packaging
          up everything else first -->
     <ant antfile="${hive.root}/builtins/build.xml" target="package"