Author: khorgath
Date: Mon Oct 3 21:28:14 2011
New Revision: 1178586
URL: http://svn.apache.org/viewvc?rev=1178586&view=rev
Log:
HCATALOG-101 (additional fixes)
-missed one more build_common.xml reference
-temporarily disabling hbase build till sources are checked in as part of
another patch, that patch can re-enable them
Modified:
incubator/hcatalog/trunk/storage-drivers/build.xml
incubator/hcatalog/trunk/storage-drivers/hbase/build.xml
Modified: incubator/hcatalog/trunk/storage-drivers/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/storage-drivers/build.xml?rev=1178586&r1=1178585&r2=1178586&view=diff
==============================================================================
--- incubator/hcatalog/trunk/storage-drivers/build.xml (original)
+++ incubator/hcatalog/trunk/storage-drivers/build.xml Mon Oct 3 21:28:14 2011
@@ -25,7 +25,7 @@
</condition>
<!-- add storage drivers here -->
<echo>Executing storage-driver "${target}" for hbase</echo>
- <ant target="${target}" dir="hbase" inheritAll="false"
useNativeBasedir="true"/>
+ <!-- ant target="${target}" dir="hbase" inheritAll="false"
useNativeBasedir="true"/ -->
</target>
Modified: incubator/hcatalog/trunk/storage-drivers/hbase/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/storage-drivers/hbase/build.xml?rev=1178586&r1=1178585&r2=1178586&view=diff
==============================================================================
--- incubator/hcatalog/trunk/storage-drivers/hbase/build.xml (original)
+++ incubator/hcatalog/trunk/storage-drivers/hbase/build.xml Mon Oct 3
21:28:14 2011
@@ -24,7 +24,7 @@
Import File
================================================================================
-->
- <import file="../../build_common.xml"/>
+ <import file="../../build-common.xml"/>
<!--
================================================================================