Deleting DefaultWSO2EventOutputAdaptor.xml from stratos distribution
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/d81637a4 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/d81637a4 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/d81637a4 Branch: refs/heads/stratos-4.1.x Commit: d81637a411693b9d031706475da9640f3cd4f037 Parents: 0d5e3b8 Author: Thanuja <[email protected]> Authored: Thu Oct 22 13:35:32 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Tue Nov 3 11:35:23 2015 +0530 ---------------------------------------------------------------------- .../DefaultWSO2EventOutputAdaptor.xml | 29 -------------------- 1 file changed, 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/d81637a4/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml b/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml deleted file mode 100644 index 4438d2c..0000000 --- a/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - ---> - -<outputEventAdaptor name="DefaultWSO2EventOutputAdaptor" - statistics="disable" trace="disable" type="wso2event" xmlns="http://wso2.org/carbon/eventadaptormanager"> - <property name="username">admin</property> - <property name="receiverURL">tcp://localhost:7661</property> - <property name="password">admin</property> - <property name="authenticatorURL">ssl://localhost:7761</property> -</outputEventAdaptor>
