Author: gates
Date: Tue May 1 21:45:59 2012
New Revision: 1332851
URL: http://svn.apache.org/viewvc?rev=1332851&view=rev
Log:
HCATALOG-396 src-release leaves out lib directory
Modified:
incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt
incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml
Modified: incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt?rev=1332851&r1=1332850&r2=1332851&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt Tue May 1
21:45:59 2012
@@ -108,6 +108,8 @@ Release 0.4.0 - Unreleased
OPTIMIZATIONS
BUG FIXES
+ HCAT-396 src-release leaves out lib directory (gates)
+
HCAT-393 Several hcat 0.4 document fixes (daijy via gates)
HCAT-395 Hcat 0.4 last minute doc fixes (gates)
Modified: incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml?rev=1332851&r1=1332850&r2=1332851&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml Tue May 1 21:45:59
2012
@@ -539,6 +539,7 @@
<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"/>