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/d02d588f Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/d02d588f Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/d02d588f Branch: refs/heads/stratos-4.1.x Commit: d02d588feec11783857746cf9b714b8b34c6673d Parents: 985c5a1 Author: Thanuja <[email protected]> Authored: Thu Oct 22 17:26:27 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Tue Nov 3 11:35:24 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/d02d588f/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
