Author: khorgath
Date: Mon Jan 9 17:32:38 2012
New Revision: 1229271
URL: http://svn.apache.org/viewvc?rev=1229271&view=rev
Log:
HCATALOG-200 e2e test build.xml does not work with rpms (arpitgupta via
khorgath)
Modified:
incubator/hcatalog/trunk/src/test/e2e/hcatalog/build.xml
Modified: incubator/hcatalog/trunk/src/test/e2e/hcatalog/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/test/e2e/hcatalog/build.xml?rev=1229271&r1=1229270&r2=1229271&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/test/e2e/hcatalog/build.xml (original)
+++ incubator/hcatalog/trunk/src/test/e2e/hcatalog/build.xml Mon Jan 9
17:32:38 2012
@@ -63,7 +63,7 @@
</target>
<path id="hadoop.core.jar.location">
- <fileset dir="${harness.hadoop.home}">
+ <fileset dir="${hadoop.core.path}">
<include name="hadoop-core-*.jar"/>
</fileset>
</path>