Author: khorgath
Date: Thu Jan  5 19:51:51 2012
New Revision: 1227792

URL: http://svn.apache.org/viewvc?rev=1227792&view=rev
Log:
 HCATALOG-195 New storage-drivers directory not picked up in src-release target 
(gates via khorgath)

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=1227792&r1=1227791&r2=1227792&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Thu Jan  5 19:51:51 2012
@@ -91,6 +91,8 @@ Trunk (unreleased changes)
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-195. New storage-drivers directory not picked up in src-release target 
(gates via khorgath)
+
   HCAT-171. HBaseBulkOutputStorageDriver should work with secured hadoop 
(toffer via khorgath)
 
   HCAT-170. HBaseBulkOSD fails to launch ImportSequenceFile because of missing 
jars in dist cache (toffer via khorgath)

Modified: incubator/hcatalog/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1227792&r1=1227791&r2=1227792&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Thu Jan  5 19:51:51 2012
@@ -641,6 +641,7 @@
                 <include name="lib/**"/>
                 <include name="license/**"/>
                 <include name="src/**"/>
+                <include name="storage-drivers/**"/>
                 <include name="*.txt"/>
                 <include name="*.xml"/>
                 <include name="KEYS"/>


Reply via email to