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/12/05 23:07:12 UTC

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

Author: jvs
Date: Mon Dec  5 22:07:12 2011
New Revision: 1210665

URL: http://svn.apache.org/viewvc?rev=1210665&view=rev
Log:
HIVE-2625. Fix maven-build Ant target
(Carl Steinbach via jvs)


Modified:
    hive/trunk/build.xml

Modified: hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build.xml?rev=1210665&r1=1210664&r2=1210665&view=diff
==============================================================================
--- hive/trunk/build.xml (original)
+++ hive/trunk/build.xml Mon Dec  5 22:07:12 2011
@@ -910,7 +910,7 @@
           todir="${mvn.jar.dir}" />
     <copy file="${build.dir.hive}/pdk/hive-pdk-${version}.jar"
           todir="${mvn.jar.dir}" />
-    <copy file="${build.dir.hive}/pdk/hive-builtins-${version}.jar"
+    <copy file="${build.dir.hive}/builtins/hive-builtins-${version}.jar"
           todir="${mvn.jar.dir}" />
 
     <!-- copy over maven pom files created using the make-pom target and rename to maven convention -->