You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2009/03/25 19:32:07 UTC

svn commit: r758392 - /hadoop/chukwa/trunk/build.xml

Author: eyang
Date: Wed Mar 25 18:31:56 2009
New Revision: 758392

URL: http://svn.apache.org/viewvc?rev=758392&view=rev
Log:
CHUKWA-36. Correction to hadoop core jar file path.

Modified:
    hadoop/chukwa/trunk/build.xml

Modified: hadoop/chukwa/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/build.xml?rev=758392&r1=758391&r2=758392&view=diff
==============================================================================
--- hadoop/chukwa/trunk/build.xml (original)
+++ hadoop/chukwa/trunk/build.xml Wed Mar 25 18:31:56 2009
@@ -84,7 +84,7 @@
                           <include name="**/*.jar" />
                           <exclude name="**/*core*.jar" />
                   </fileset>
-                  <fileset dir="${hadoop.home.jars.dir}">   <!-- ASR -->
+                  <fileset dir="${hadoop.default.jars.dir}">   <!-- ASR -->
                           <include name="**/hadoop-0.18.0-core.jar" />
                   </fileset>
                   <fileset dir="${common.ivy.lib.dir}">