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

[1/2] stratos git commit: fixing STRATOS-1638

Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x b330694fa -> a6665bb90


fixing STRATOS-1638


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

Branch: refs/heads/stratos-4.1.x
Commit: 02c17e45047c6b88b94330f62f994e080a75a36d
Parents: f7f289c
Author: rajkumar <rr...@gmail.com>
Authored: Wed Dec 2 19:17:21 2015 +0530
Committer: rajkumar <rr...@gmail.com>
Committed: Wed Dec 2 19:17:21 2015 +0530

----------------------------------------------------------------------
 .../cep/modules/distribution/src/assembly/bin.xml   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/02c17e45/extensions/cep/modules/distribution/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/modules/distribution/src/assembly/bin.xml b/extensions/cep/modules/distribution/src/assembly/bin.xml
index ee6c14b..28d912e 100755
--- a/extensions/cep/modules/distribution/src/assembly/bin.xml
+++ b/extensions/cep/modules/distribution/src/assembly/bin.xml
@@ -60,7 +60,23 @@
         <dependencySet>
             <outputDirectory>${project.artifactId}-${project.version}/lib</outputDirectory>
             <includes>
+                <include>org.apache.activemq:activemq-client:jar</include>
+                <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar</include>
+                <include>org.fusesource.hawtbuf:hawtbuf:jar</include>
+                <include>org.apache.commons:commons-lang3:jar</include>
+                <include>org.apache.stratos:org.apache.stratos.messaging:jar</include>
+                <include>org.apache.stratos:org.apache.stratos.common:jar</include>
+            </includes>
+        </dependencySet>
+        <dependencySet>
+            <outputDirectory>${project.artifactId}-${project.version}/wso2cep-3.0.0/lib</outputDirectory>
+            <includes>
                 <include>org.apache.stratos:org.apache.stratos.cep300.extension:jar</include>
+            </includes>
+        </dependencySet>
+        <dependencySet>
+            <outputDirectory>${project.artifactId}-${project.version}/wso2cep-3.1.0/lib</outputDirectory>
+            <includes>
                 <include>org.apache.stratos:org.apache.stratos.cep310.extension:jar</include>
             </includes>
         </dependencySet>


[2/2] stratos git commit: Merge branch 'stratos-4.1.x' of https://github.com/R-Rajkumar/stratos into stratos-4.1.x

Posted by ra...@apache.org.
Merge branch 'stratos-4.1.x' of https://github.com/R-Rajkumar/stratos into stratos-4.1.x


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

Branch: refs/heads/stratos-4.1.x
Commit: a6665bb90543aba3991341325953375a18116163
Parents: b330694 02c17e4
Author: rajkumar <rr...@gmail.com>
Authored: Sun Dec 6 09:35:06 2015 +0530
Committer: rajkumar <rr...@gmail.com>
Committed: Sun Dec 6 09:35:06 2015 +0530

----------------------------------------------------------------------
 .../cep/modules/distribution/src/assembly/bin.xml   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------