You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2015/05/15 16:06:59 UTC

stratos git commit: excluding lgpl jars (infinispan-core_5.1.2.wso2v1, jboss-logging_3.1.0.wso2v1, jgroups_3.0.6.wso2v1, marshalling_1.3.6.wso2v1) from LB distribution

Repository: stratos
Updated Branches:
  refs/heads/master 583637e7b -> 1ad7a5744


excluding lgpl jars (infinispan-core_5.1.2.wso2v1, jboss-logging_3.1.0.wso2v1, jgroups_3.0.6.wso2v1, marshalling_1.3.6.wso2v1) from LB distribution


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

Branch: refs/heads/master
Commit: 1ad7a5744d381d2115cd220ccd2d6d53a8a27d3e
Parents: 583637e
Author: Isuru Haththotuwa <is...@apache.org>
Authored: Fri May 15 19:36:26 2015 +0530
Committer: Isuru Haththotuwa <is...@apache.org>
Committed: Fri May 15 19:36:43 2015 +0530

----------------------------------------------------------------------
 .../modules/distribution/src/main/assembly/bin.xml              | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/1ad7a574/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 90994e3..b5086b0 100755
--- a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml
+++ b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml
@@ -76,6 +76,10 @@
                 <exclude>**/.settings</exclude>
                 <exclude>**/synapse-samples*</exclude>
 		<exclude>**/plugins/*.ui*</exclude>
+		<exclude>**/plugins/infinispan-core_5.1.2.wso2v1.jar</exclude>
+		<exclude>**/plugins/jboss-logging_3.1.0.wso2v1.jar</exclude>
+ 		<exclude>**/plugins/jgroups_3.0.6.wso2v1.jar</exclude>
+		<exclude>**/plugins/marshalling_1.3.6.wso2v1.jar</exclude>
             </excludes>
         </fileSet>
         <!-- get axis2_1.6.1.wso2v9.jar from carbon kernel patch 0002 -->
@@ -107,7 +111,6 @@
             </includes>
         </fileSet>
 
-
         <!-- Kernel Patches-->
         <fileSet>
             <directory>../p2-profile/target/WSO2-CARBON-PATCH-4.2.0-0001</directory>