You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2014/01/09 07:12:36 UTC

git commit: Adding terminate all rule file to product

Updated Branches:
  refs/heads/master d764b281d -> b3420b368


Adding terminate all rule file to product


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

Branch: refs/heads/master
Commit: b3420b368ee2a2bacb757f4bbe7781c3658321cc
Parents: d764b28
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Thu Jan 9 11:47:16 2014 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Thu Jan 9 11:47:16 2014 +0530

----------------------------------------------------------------------
 .../autoscaler/modules/distribution/src/main/assembly/bin.xml  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b3420b36/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/distribution/src/main/assembly/bin.xml b/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
index dd7045a..e9f0ad9 100644
--- a/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
+++ b/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
@@ -283,6 +283,12 @@
             <fileMode>755</fileMode>
         </file>
         <file>
+            <source>src/main/conf/terminateall.drl</source>
+            <outputDirectory>apache-stratos-autoscaler-${pom.version}/repository/conf</outputDirectory>
+            <filtered>true</filtered>
+            <fileMode>755</fileMode>
+        </file>
+        <file>
             <source>src/main/conf/log4j.properties</source>
             <outputDirectory>apache-stratos-autoscaler-${pom.version}/repository/conf</outputDirectory>
             <filtered>true</filtered>