Updated Branches: refs/heads/master 8838a2a37 -> 71e3b1b6c
remove wso2server.bat from bin folder Signed-off-by: Imesh Gunaratne <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/71e3b1b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/71e3b1b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/71e3b1b6 Branch: refs/heads/master Commit: 71e3b1b6cf132ae1f2b8b0821b2853515677074e Parents: 8838a2a Author: Chris Snow <[email protected]> Authored: Sat Nov 30 08:55:39 2013 +0000 Committer: Imesh Gunaratne <[email protected]> Committed: Sun Dec 1 08:29:03 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/71e3b1b6/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 e3f8637..b707149 100755 --- a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml +++ b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml @@ -28,6 +28,7 @@ <outputDirectory>apache-stratos-load-balancer-${pom.version}</outputDirectory> <excludes> <exclude>**/*.sh</exclude> + <exclude>**/*.bat</exclude> <exclude>**/conf/axis2/axis2.xml</exclude> <exclude>**/conf/mgt-transports.xml</exclude> <exclude>**/conf/synapse.xml</exclude>
