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/23 05:42:41 UTC

svn commit: r1412748 - /hive/trunk/metastore/build.xml

Author: hashutosh
Date: Fri Nov 23 04:42:40 2012
New Revision: 1412748

URL: http://svn.apache.org/viewvc?rev=1412748&view=rev
Log:
HIVE-3698 : enhanceModel.notRequired is incorrectly determined (Chris Drome via Ashutosh Chauhan)

Modified:
    hive/trunk/metastore/build.xml

Modified: hive/trunk/metastore/build.xml
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/build.xml?rev=1412748&r1=1412747&r2=1412748&view=diff
==============================================================================
--- hive/trunk/metastore/build.xml (original)
+++ hive/trunk/metastore/build.xml Fri Nov 23 04:42:40 2012
@@ -84,7 +84,7 @@
 
   <uptodate property="enhanceModel.notRequired">
     <srcfiles dir= "${model.dir}" includes="**/*.java,*.jdo"/>
-    <mapper type="merge" to="${build.dir}/hive-${name}-${version}.jar"/>
+    <mapper type="merge" to="${build.dir}/hive-${ant.project.name}-${version}.jar"/>
   </uptodate>
 
   <target name="model-enhance" depends="model-compile" unless="enhanceModel.notRequired" >