From d678059da3b4ef1aeea7e7b755d388e29bd32b28 Mon Sep 17 00:00:00 2001 From: Yohan Avishke Date: Fri, 20 Mar 2020 23:00:09 +0530 Subject: [PATCH] Fix issue with package names --- .../resources/carbon-home/repository/conf/cdm-config.xml | 8 ++++---- .../resources/carbon-home/repository/conf/cdm-config.xml | 8 ++++---- .../resources/carbon-home/repository/conf/cdm-config.xml | 8 ++++---- .../src/test/resources/config/operation/cdm-config.xml | 8 ++++---- .../resources/carbon-home/repository/conf/cdm-config.xml | 8 ++++---- .../resources/carbon-home/repository/conf/cdm-config.xml | 8 ++++---- .../resources/carbon-home/repository/conf/cdm-config.xml | 8 ++++---- .../src/main/resources/conf/cdm-config.xml | 8 ++++---- 8 files changed, 32 insertions(+), 32 deletions(-) diff --git a/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml index e6e0f6c91f..16cd11f5f8 100644 --- a/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml +++ b/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml @@ -31,10 +31,10 @@ 60000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider diff --git a/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml index 2ac5ae5b81..d0a36224ab 100644 --- a/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml +++ b/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml @@ -31,10 +31,10 @@ 60000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml index 39c80c3950..2e7dbd4656 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml @@ -31,10 +31,10 @@ 60000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml index 7b0f14b7f0..9405ba1dc9 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml @@ -31,10 +31,10 @@ 2000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider diff --git a/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml index 39c80c3950..2e7dbd4656 100644 --- a/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml +++ b/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml @@ -31,10 +31,10 @@ 60000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider diff --git a/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml index 987701d197..ac60013a41 100644 --- a/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml +++ b/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml @@ -31,10 +31,10 @@ 60000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider diff --git a/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml index 03ab50dd86..d1384b144d 100644 --- a/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml +++ b/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml @@ -31,10 +31,10 @@ 60000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml index 88ff4ef996..d31c3dc610 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml @@ -31,10 +31,10 @@ 60000 true - io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider - io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider + org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider