You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ha...@apache.org on 2011/10/11 00:47:06 UTC

svn commit: r1181322 - in /incubator/hcatalog/trunk: CHANGES.txt storage-drivers/hbase/build.xml

Author: hashutosh
Date: Tue Oct 11 00:47:06 2011
New Revision: 1181322

URL: http://svn.apache.org/viewvc?rev=1181322&view=rev
Log:
HCATALOG-134. Fix hbase build.xml to not affect root package target

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/storage-drivers/hbase/build.xml

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1181322&r1=1181321&r2=1181322&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Tue Oct 11 00:47:06 2011
@@ -67,6 +67,8 @@ Trunk (unreleased changes)
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-134. Fix hbase build.xml to not affect root package target (khorgath via hashutosh)  
+
   HCAT-133. HCatOutpFormat always pass url as null while trying to create a metastore client (khorgath via hashutosh)  
 
   HCAT-117. Harness incorrectly assumes secure mode (khorgath via hashutosh) 

Modified: incubator/hcatalog/trunk/storage-drivers/hbase/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/storage-drivers/hbase/build.xml?rev=1181322&r1=1181321&r2=1181322&view=diff
==============================================================================
--- incubator/hcatalog/trunk/storage-drivers/hbase/build.xml (original)
+++ incubator/hcatalog/trunk/storage-drivers/hbase/build.xml Tue Oct 11 00:47:06 2011
@@ -321,7 +321,7 @@
         <mkdir dir="${dist.dir}/ivy" />
 
         <copy todir="${dist.dir}/lib" includeEmptyDirs="false">
-            <fileset dir="${lib.dir}"/>
+            <fileset dir="${lib.dir}" erroronmissingdir="false" />
             <fileset dir="${build.dir}/${ant.project.name}">
                 <include name="*.jar"/>
             </fileset>