You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/07/11 06:18:04 UTC

[24/50] [abbrv] git commit: SLIDER-217 Slider app-package for hbase is not generating the zip file

SLIDER-217 Slider app-package for hbase is not generating the zip file


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/c305ce97
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/c305ce97
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/c305ce97

Branch: refs/heads/master
Commit: c305ce979459d8e61f53688124ead7ac1cb18ec9
Parents: 0007cb2
Author: tedyu <yu...@gmail.com>
Authored: Tue Jul 8 08:44:18 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Tue Jul 8 08:44:18 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/c305ce97/app-packages/hbase/src/assembly/hbase.xml
----------------------------------------------------------------------
diff --git a/app-packages/hbase/src/assembly/hbase.xml b/app-packages/hbase/src/assembly/hbase.xml
index 00b69ff..ff1c395 100644
--- a/app-packages/hbase/src/assembly/hbase.xml
+++ b/app-packages/hbase/src/assembly/hbase.xml
@@ -24,6 +24,7 @@
   <id>hbase_v${hbase.version}</id>
   <formats>
     <format>zip</format>
+    <format>dir</format>
   </formats>
   <includeBaseDirectory>false</includeBaseDirectory>