You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/07/06 23:08:03 UTC

svn commit: r1143565 - in /hive/trunk: build-common.xml lib/commons-codec-1.3.LICENSE lib/commons-codec-1.3.jar

Author: jvs
Date: Wed Jul  6 21:08:03 2011
New Revision: 1143565

URL: http://svn.apache.org/viewvc?rev=1143565&view=rev
Log:
HIVE-2239. Use the version of commons-codec from Hadoop
(Ashutosh Chauhan via jvs)


Removed:
    hive/trunk/lib/commons-codec-1.3.LICENSE
    hive/trunk/lib/commons-codec-1.3.jar
Modified:
    hive/trunk/build-common.xml

Modified: hive/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build-common.xml?rev=1143565&r1=1143564&r2=1143565&view=diff
==============================================================================
--- hive/trunk/build-common.xml (original)
+++ hive/trunk/build-common.xml Wed Jul  6 21:08:03 2011
@@ -259,6 +259,8 @@
     <pathelement location="${build.dir.hive}/cli/classes"/>
     <pathelement location="${build.dir.hive}/shims/classes"/>
     <pathelement location="${build.dir.hive}/hwi/classes"/>
+    <fileset erroronmissingdir="false" dir="${hadoop.root}"
+             includes="lib/commons-codec-*.jar"/>
     <path refid="common-classpath"/>
     <fileset dir="${basedir}" includes="lib/*.jar"/>
   </path>