Author: gates
Date: Fri May 4 00:52:49 2012
New Revision: 1333711
URL: http://svn.apache.org/viewvc?rev=1333711&view=rev
Log:
HCATALOG-400 HCatalog build fails from git checkout due to missing lib directory
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1333711&r1=1333710&r2=1333711&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri May 4 00:52:49 2012
@@ -37,6 +37,7 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-400 HCatalog build fails from git checkout due to missing lib directory
(traviscrawford via gates)
Release 0.4.0 - Unreleased
Modified: incubator/hcatalog/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1333711&r1=1333710&r2=1333711&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Fri May 4 00:52:49 2012
@@ -520,10 +520,6 @@
</fileset>
</copy>
- <copy todir="${dist.dir}/share/${ant.project.name}/lib"
includeEmptyDirs="false">
- <fileset dir="${lib.dir}"/>
- </copy>
-
<copy todir="${dist.dir}/bin">
<fileset dir="bin/">
<include name="hcat"/>
@@ -606,7 +602,6 @@
<include name="license/**"/>
<include name="shims/**"/>
<include name="src/**"/>
- <include name="lib/"/> <!-- want just the directory, not any
contents -->
<include name="storage-handlers/**"/>
<include name="*.txt"/>
<include name="*.xml"/>