You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2013/11/29 10:22:21 UTC

git commit: Excluded dbscripts folder copied from carbon in load balancer

Updated Branches:
  refs/heads/master fb679a6b3 -> 5be3a2166


Excluded dbscripts folder copied from carbon in load balancer


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

Branch: refs/heads/master
Commit: 5be3a21667537d25c8cd9d509f30ca75011dcf37
Parents: fb679a6
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri Nov 29 14:52:12 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Nov 29 14:52:12 2013 +0530

----------------------------------------------------------------------
 .../load-balancer/modules/distribution/src/main/assembly/bin.xml    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5be3a216/products/load-balancer/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml
index e9c66c4..e3f8637 100755
--- a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml
+++ b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml
@@ -33,6 +33,7 @@
                 <exclude>**/conf/synapse.xml</exclude>
                 <exclude>**/conf/cipher-text.properties</exclude>
                 <exclude>**/log4j.properties</exclude>
+                <exclude>**/dbscripts/**</exclude>
                 <exclude>**/native/*</exclude>
                 <exclude>**/services/sample01.aar</exclude>
                 <exclude>**/repository/services/version/**</exclude>