You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by an...@apache.org on 2015/09/18 06:23:42 UTC

[8/9] stratos git commit: Adding CEP 3.0.0 jar to distribution

Adding CEP 3.0.0 jar to distribution


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

Branch: refs/heads/stratos-4.1.x
Commit: a99684579a4b35becbefdb88714ea8bef955184c
Parents: 1ac15fa
Author: anuruddhal <an...@gmail.com>
Authored: Thu Sep 17 17:54:46 2015 +0530
Committer: anuruddhal <an...@gmail.com>
Committed: Fri Sep 18 09:53:18 2015 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/src/assembly/bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/a9968457/products/stratos/modules/distribution/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml
index 54a1a56..7569924 100755
--- a/products/stratos/modules/distribution/src/assembly/bin.xml
+++ b/products/stratos/modules/distribution/src/assembly/bin.xml
@@ -509,7 +509,7 @@
         <dependencySet>
             <outputDirectory>${stratos.distribution.name}-${project.version}/repository/components/lib</outputDirectory>
             <includes>
-                <include>org.apache.stratos:org.apache.stratos.cep.extension:jar</include>
+                <include>org.apache.stratos:org.apache.stratos.cep300.extension:jar</include>
             </includes>
         </dependencySet>
         <dependencySet>