You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2008/12/11 21:54:52 UTC

svn commit: r725808 - /hadoop/hive/trunk/service/build.xml

Author: zshao
Date: Thu Dec 11 12:54:52 2008
New Revision: 725808

URL: http://svn.apache.org/viewvc?rev=725808&view=rev
Log:
Fix build problem with thrift. (Raghu Murthy via zshao)

Modified:
    hadoop/hive/trunk/service/build.xml

Modified: hadoop/hive/trunk/service/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/service/build.xml?rev=725808&r1=725807&r2=725808&view=diff
==============================================================================
--- hadoop/hive/trunk/service/build.xml (original)
+++ hadoop/hive/trunk/service/build.xml Thu Dec 11 12:54:52 2008
@@ -50,7 +50,7 @@
     </javac>
   </target>
  
-  <target name="compile" depends="thriftif,core-compile">
+  <target name="compile" depends="core-compile">
   </target>
 
   <target name="clean">