Correcting SystemTimeWindowProcessor path in siddhi.extension file
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/340bedd9 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/340bedd9 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/340bedd9 Branch: refs/heads/master Commit: 340bedd94155661edb7d5e623cb426e2ab3805e8 Parents: 908aa6a Author: Thanuja <[email protected]> Authored: Thu Oct 22 17:26:27 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Tue Nov 3 17:13:20 2015 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/conf/siddhi/siddhi.extension | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/340bedd9/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension index cfea765..3628a76 100644 --- a/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension +++ b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension @@ -3,4 +3,4 @@ org.apache.stratos.cep.extension.SecondDerivativeFinderWindowProcessor org.apache.stratos.cep.extension.FaultHandlingWindowProcessor org.apache.stratos.cep.extension.ConcatWindowProcessor org.apache.stratos.cep.extension.MemeberRequestHandlingCapabilityWindowProcessor -org.wso2.ppaas.cep.extension.SystemTimeWindowProcessor +org.apache.stratos.cep.extension.SystemTimeWindowProcessor
