You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bi...@apache.org on 2014/10/29 22:02:16 UTC

git commit: SLIDER-560 add new accumulo appConfig to assembly

Repository: incubator-slider
Updated Branches:
  refs/heads/develop bbde42bdf -> 8c2e09f15


SLIDER-560 add new accumulo appConfig to assembly


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

Branch: refs/heads/develop
Commit: 8c2e09f15dee00bf494bbe089f94e8f291576f99
Parents: bbde42b
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Wed Oct 29 14:01:54 2014 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Wed Oct 29 14:01:54 2014 -0700

----------------------------------------------------------------------
 app-packages/accumulo/src/assembly/accumulo.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/8c2e09f1/app-packages/accumulo/src/assembly/accumulo.xml
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/src/assembly/accumulo.xml b/app-packages/accumulo/src/assembly/accumulo.xml
index 2a27638..7be1942 100644
--- a/app-packages/accumulo/src/assembly/accumulo.xml
+++ b/app-packages/accumulo/src/assembly/accumulo.xml
@@ -35,6 +35,12 @@
       <fileMode>0755</fileMode>
     </file>
     <file>
+      <source>appConfig-secured-default.json</source>
+      <outputDirectory>/</outputDirectory>
+      <filtered>true</filtered>
+      <fileMode>0755</fileMode>
+    </file>
+    <file>
       <source>metainfo.xml</source>
       <outputDirectory>/</outputDirectory>
       <filtered>true</filtered>
@@ -64,6 +70,7 @@
         <exclude>src/**</exclude>
         <exclude>target/**</exclude>
         <exclude>appConfig-default.json</exclude>
+        <exclude>appConfig-secured-default.json</exclude>
         <exclude>metainfo.xml</exclude>
       </excludes>
       <fileMode>0755</fileMode>