HCATALOG-396 src-release leaves out lib directory


git-svn-id: https://svn.apache.org/repos/asf/incubator/hcatalog/branches/branch-0.4.0-rc4@1332851 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 53d1ecf..6fca3b9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -108,6 +108,8 @@
   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)
diff --git a/build.xml b/build.xml
index 450449a..07b5cf7 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>