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/12/01 03:59:18 UTC

git commit: remove wso2server.bat from bin folder

Updated Branches:
  refs/heads/master 8838a2a37 -> 71e3b1b6c


remove wso2server.bat from bin folder

Signed-off-by: Imesh Gunaratne <im...@apache.org>


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 <ch...@gmail.com>
Authored: Sat Nov 30 08:55:39 2013 +0000
Committer: Imesh Gunaratne <im...@apache.org>
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>