You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by nz...@apache.org on 2011/04/21 07:15:29 UTC

svn commit: r1095597 - /hive/trunk/build-common.xml

Author: nzhang
Date: Thu Apr 21 05:15:28 2011
New Revision: 1095597

URL: http://svn.apache.org/viewvc?rev=1095597&view=rev
Log:
HIVE-1963. Don't set ivy.home in build-common.xml (Carl SteinbacH via Ning Zhang)

Modified:
    hive/trunk/build-common.xml

Modified: hive/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build-common.xml?rev=1095597&r1=1095596&r2=1095597&view=diff
==============================================================================
--- hive/trunk/build-common.xml (original)
+++ hive/trunk/build-common.xml Thu Apr 21 05:15:28 2011
@@ -79,7 +79,6 @@
   <property name="build.ivy.lib.dir" location="${build.ivy.dir}/lib"/>
   <property name="build.ivy.report.dir" location="${build.ivy.dir}/report"/>
   <property name="build.ivy.maven.dir" location="${build.ivy.dir}/maven"/>
-  <property name="ivy.home" value="${user.home}/.ant" />
   <property name="ivy.conf.dir" location="${hive.root}/ivy"/>
   <loadproperties srcfile="${ivy.conf.dir}/libraries.properties"/>
   <property name="ivy.jar" location="${build.ivy.lib.dir}/ivy-${ivy.version}.jar"/>