Author: gates
Date: Fri May 4 01:06:01 2012
New Revision: 1333720
URL: http://svn.apache.org/viewvc?rev=1333720&view=rev
Log:
HCATALOG-400 HCatalog build fails from git checkout due to missing lib directory
Modified:
incubator/hcatalog/branches/branch-0.4/CHANGES.txt
incubator/hcatalog/branches/branch-0.4/build.xml
Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1333720&r1=1333719&r2=1333720&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Fri May 4 01:06:01 2012
@@ -28,6 +28,7 @@ Release 0.4.1 - Unreleased
HCAT-368 Documentation improvements: doc set & API docs (lefty via gates)
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/branches/branch-0.4/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/build.xml?rev=1333720&r1=1333719&r2=1333720&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.4/build.xml Fri May 4 01:06:01 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"/>