From 3a394ae8698db49db2302ad35f622b12355e1dde Mon Sep 17 00:00:00 2001 From: Milan Perera Date: Wed, 28 Jun 2017 11:20:34 +0530 Subject: [PATCH 1/2] Removed DCR feature --- modules/p2-profile/iot-core-profile/pom.xml | 28 +-------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/modules/p2-profile/iot-core-profile/pom.xml b/modules/p2-profile/iot-core-profile/pom.xml index 1ebc0961..54f1315b 100644 --- a/modules/p2-profile/iot-core-profile/pom.xml +++ b/modules/p2-profile/iot-core-profile/pom.xml @@ -127,9 +127,6 @@ org.wso2.carbon.devicemgt:org.wso2.carbon.webapp.authenticator.framework.server.feature:${carbon.device.mgt.version} - - org.wso2.carbon.devicemgt:org.wso2.carbon.dynamic.client.registration.server.feature:${carbon.device.mgt.version} - org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.oauth.extensions.feature:${carbon.device.mgt.version} @@ -969,10 +966,6 @@ org.wso2.carbon.webapp.authenticator.framework.server.feature.group ${carbon.device.mgt.version} - - org.wso2.carbon.dynamic.client.registration.server.feature.group - ${carbon.device.mgt.version} - org.wso2.carbon.apimgt.webapp.publisher.feature.group ${carbon.device.mgt.version} @@ -1839,10 +1832,7 @@ org.wso2.carbon.identity.user.profile.feature.group ${carbon.identity.framework.version} - - org.wso2.carbon.dynamic.client.registration.server.feature.group - ${carbon.device.mgt.version} - + @@ -1999,10 +1989,6 @@ org.wso2.carbon.webapp.authenticator.framework.server.feature.group ${carbon.device.mgt.version} - - org.wso2.carbon.dynamic.client.registration.server.feature.group - ${carbon.device.mgt.version} - org.wso2.carbon.apimgt.webapp.publisher.feature.group ${carbon.device.mgt.version} @@ -2428,10 +2414,6 @@ org.wso2.carbon.device.mgt.extensions.feature.group ${carbon.device.mgt.version} - - org.wso2.carbon.dynamic.client.registration.server.feature.group - ${carbon.device.mgt.version} - org.wso2.carbon.device.mgt.oauth.extensions.feature.group ${carbon.device.mgt.version} @@ -2650,10 +2632,6 @@ org.wso2.carbon.webapp.authenticator.framework.server.feature.group ${carbon.device.mgt.version} - - org.wso2.carbon.dynamic.client.registration.server.feature.group - ${carbon.device.mgt.version} - org.wso2.carbon.apimgt.webapp.publisher.feature.group ${carbon.device.mgt.version} @@ -3070,10 +3048,6 @@ org.wso2.carbon.device.mgt.extensions.feature.group ${carbon.device.mgt.version} - - org.wso2.carbon.dynamic.client.registration.server.feature.group - ${carbon.device.mgt.version} - org.wso2.carbon.device.mgt.oauth.extensions.feature.group ${carbon.device.mgt.version} From 82d1cf41e0e253a08def0b76ebfcc3ed13c2b5aa Mon Sep 17 00:00:00 2001 From: Milan Perera Date: Wed, 28 Jun 2017 12:18:18 +0530 Subject: [PATCH 2/2] Removed DCR life cycle listener --- modules/distribution/src/core/bin/profile-creator.bat | 2 -- modules/distribution/src/core/bin/profile-creator.sh | 1 - modules/distribution/src/core/conf/tomcat/context.xml | 2 -- 3 files changed, 5 deletions(-) diff --git a/modules/distribution/src/core/bin/profile-creator.bat b/modules/distribution/src/core/bin/profile-creator.bat index 602cedc7..d115e122 100644 --- a/modules/distribution/src/core/bin/profile-creator.bat +++ b/modules/distribution/src/core/bin/profile-creator.bat @@ -100,7 +100,6 @@ goto :eof mkdir %DIR%..\repository\deployment\server\tempwebapp copy /y %DIR%..\repository\deployment\server\webapps\oauth2.war %DIR%..\repository\deployment\server\tempwebapp\ copy /y %DIR%..\repository\deployment\server\webapps\client-registration#v0.11.war %DIR%..\repository\deployment\server\tempwebapp\ - copy /y %DIR%..\repository\deployment\server\webapps\dynamic-client-web.war %DIR%..\repository\deployment\server\tempwebapp\ copy /y %DIR%..\repository\deployment\server\webapps\authenticationendpoint.war %DIR%..\repository\deployment\server\tempwebapp\ IF EXIST %DIR%..\repository\deployment\server\webapps @RD /S /Q %DIR%..\repository\deployment\server\webapps mkdir %DIR%..\repository\deployment\server\jaggeryapps @@ -142,7 +141,6 @@ goto :eof IF EXIST %DIR%..\repository\deployment\server\webapps\api#appm#oauth#v1.0.war del %DIR%..\repository\deployment\server\webapps\api#appm#oauth#v1.0.war IF EXIST %DIR%..\repository\deployment\server\webapps\api#appm#publisher#v1.1.war del %DIR%..\repository\deployment\server\webapps\api#appm#publisher#v1.1.war IF EXIST %DIR%..\repository\deployment\server\webapps\api#appm#store#v1.1.war del %DIR%..\repository\deployment\server\webapps\api#appm#store#v1.1.war - IF EXIST %DIR%..\repository\deployment\server\webapps\dynamic-client-web.war del %DIR%..\repository\deployment\server\webapps\dynamic-client-web.war IF EXIST %DIR%..\repository\deployment\server\webapps\client-registration#v0.11.war del %DIR%..\repository\deployment\server\webapps\client-registration#v0.11.war mkdir %DIR%..\repository\deployment\server\jaggeryapps mkdir %DIR%..\repository\deployment\server\axis2services diff --git a/modules/distribution/src/core/bin/profile-creator.sh b/modules/distribution/src/core/bin/profile-creator.sh index 7526460f..27e9bb64 100644 --- a/modules/distribution/src/core/bin/profile-creator.sh +++ b/modules/distribution/src/core/bin/profile-creator.sh @@ -197,7 +197,6 @@ then cp ${DIR}/../repository/deployment/server/webapps/oauth2.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/throttle#data#v1.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/client-registration#v0.11.war ${DIR}/../repository/deployment/server/tempwebapp/ - cp ${DIR}/../repository/deployment/server/webapps/dynamic-client-web.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/authenticationendpoint.war ${DIR}/../repository/deployment/server/tempwebapp/ rm -rf ${DIR}/../repository/deployment/server/webapps/* cp -rf ${DIR}/../repository/deployment/server/tempwebapp/* ${DIR}/../repository/deployment/server/webapps/ diff --git a/modules/distribution/src/core/conf/tomcat/context.xml b/modules/distribution/src/core/conf/tomcat/context.xml index b6acdd52..6bbf7097 100644 --- a/modules/distribution/src/core/conf/tomcat/context.xml +++ b/modules/distribution/src/core/conf/tomcat/context.xml @@ -70,6 +70,4 @@ --> -