You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2015/08/13 21:46:38 UTC

hbase git commit: HBASE-14219 src tgz no longer builds after HBASE-14085

Repository: hbase
Updated Branches:
  refs/heads/master 54028140f -> 4dd30ab01


HBASE-14219 src tgz no longer builds after HBASE-14085


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4dd30ab0
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4dd30ab0
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4dd30ab0

Branch: refs/heads/master
Commit: 4dd30ab019cfbf3691fd08f7941d33d8bbc37f05
Parents: 5402814
Author: Nick Dimiduk <nd...@apache.org>
Authored: Thu Aug 13 11:01:28 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Thu Aug 13 11:13:50 2015 -0700

----------------------------------------------------------------------
 hbase-assembly/src/main/assembly/src.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4dd30ab0/hbase-assembly/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/src/main/assembly/src.xml b/hbase-assembly/src/main/assembly/src.xml
index 140a379..8858308 100644
--- a/hbase-assembly/src/main/assembly/src.xml
+++ b/hbase-assembly/src/main/assembly/src.xml
@@ -44,6 +44,7 @@
         <include>org.apache.hbase:hbase-procedure</include>
         <include>org.apache.hbase:hbase-protocol</include>
         <include>org.apache.hbase:hbase-rest</include>
+        <include>org.apache.hbase:hbase-resource-bundle</include>
         <include>org.apache.hbase:hbase-server</include>
         <include>org.apache.hbase:hbase-shaded</include>
         <include>org.apache.hbase:hbase-shaded-client</include>