Repository: stratos Updated Branches: refs/heads/docker-grouping-merge 2bb2101f4 -> 9af8798c5
Fixing startup error Signed-off-by: Lahiru Sandaruwan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9af8798c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9af8798c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9af8798c Branch: refs/heads/docker-grouping-merge Commit: 9af8798c556feb92cffb94d4aaebf34c8dee99d0 Parents: 401ac38 Author: Asiri LIyana Arachchi <[email protected]> Authored: Wed Nov 5 13:15:00 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Wed Nov 5 13:22:57 2014 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/conf/siddhi/siddhi.extension | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/9af8798c/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 896d92f..61fc9df 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,3 @@ org.apache.stratos.cep.extension.SecondDerivativeFinderWindowProcessor org.apache.stratos.cep.extension.FaultHandlingWindowProcessor org.apache.stratos.cep.extension.ConcatWindowProcessor org.apache.stratos.cep.extension.MemeberRequestHandlingCapabilityWindowProcessor -
