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 ga...@apache.org on 2012/05/01 21:45:37 UTC

svn commit: r1332848 - in /incubator/hcatalog/branches/branch-0.4: CHANGES.txt build.xml

Author: gates
Date: Tue May  1 21:45:37 2012
New Revision: 1332848

URL: http://svn.apache.org/viewvc?rev=1332848&view=rev
Log:
HCATALOG-396 src-release leaves out 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=1332848&r1=1332847&r2=1332848&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Tue May  1 21:45:37 2012
@@ -117,6 +117,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/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/build.xml?rev=1332848&r1=1332847&r2=1332848&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.4/build.xml Tue May  1 21:45:37 2012
@@ -606,6 +606,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"/>