Author: khorgath
Date: Mon Jan 9 18:30:30 2012
New Revision: 1229283
URL: http://svn.apache.org/viewvc?rev=1229283&view=rev
Log:
HCATALOG-200 e2e test build.xml does not work with rpms (arpitgupta via
khorgath)
Modified:
incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml
Modified: incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml?rev=1229283&r1=1229282&r2=1229283&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml
(original)
+++ incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml Mon
Jan 9 18:30:30 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>