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 2010/02/03 20:31:13 UTC

svn commit: r906197 - /hadoop/hive/trunk/build-common.xml

Author: zshao
Date: Wed Feb  3 19:31:13 2010
New Revision: 906197

URL: http://svn.apache.org/viewvc?rev=906197&view=rev
Log:
HIVE-1104. Reverting unintended build-common.xml change

Modified:
    hadoop/hive/trunk/build-common.xml

Modified: hadoop/hive/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/build-common.xml?rev=906197&r1=906196&r2=906197&view=diff
==============================================================================
--- hadoop/hive/trunk/build-common.xml (original)
+++ hadoop/hive/trunk/build-common.xml Wed Feb  3 19:31:13 2010
@@ -166,7 +166,7 @@
   </target>
   
   <target name="ivy-retrieve-hadoop-source" depends="ivy-init"
-    description="Retrieve Ivy-managed Hadoop source artifacts">
+    description="Retrieve Ivy-managed Hadoop source artifacts" unless="offline">
     <ivy:retrieve settingsRef="${ant.project.name}.ivy.settings"
       pattern="${build.dir.hadoop}/[artifact]-[revision].[ext]"/>
   </target>