From 838d1cf610b262493e8266af8cef7de79f0903e8 Mon Sep 17 00:00:00 2001 From: geethkokila Date: Fri, 6 Jan 2017 17:14:00 +0530 Subject: [PATCH] Adding the ios gateway support for the iot server --- modules/core/distribution/src/assembly/bin.xml | 10 ++++++++++ .../src/repository/conf/axis2/axis2.xml | 18 ++++++++++++++++++ modules/core/p2-profile-gen/pom.xml | 11 +++++++++++ 3 files changed, 39 insertions(+) diff --git a/modules/core/distribution/src/assembly/bin.xml b/modules/core/distribution/src/assembly/bin.xml index 86a47221..43806ba1 100644 --- a/modules/core/distribution/src/assembly/bin.xml +++ b/modules/core/distribution/src/assembly/bin.xml @@ -1255,5 +1255,15 @@ true 644 + + + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/iot-api-config.xml + + + ${pom.artifactId}-${pom.version}/repository/conf/ + + true + 644 + diff --git a/modules/core/distribution/src/repository/conf/axis2/axis2.xml b/modules/core/distribution/src/repository/conf/axis2/axis2.xml index fbe95442..64bd8ab5 100644 --- a/modules/core/distribution/src/repository/conf/axis2/axis2.xml +++ b/modules/core/distribution/src/repository/conf/axis2/axis2.xml @@ -152,6 +152,14 @@ + + + + + + + + + + + wso2carbon + AllowAll diff --git a/modules/core/p2-profile-gen/pom.xml b/modules/core/p2-profile-gen/pom.xml index 49d6ba81..b1b305b9 100644 --- a/modules/core/p2-profile-gen/pom.xml +++ b/modules/core/p2-profile-gen/pom.xml @@ -146,6 +146,9 @@ org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.application.extension.feature:${carbon.device.mgt.version} + + org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.handler.server.feature:${carbon.device.mgt.version} + org.wso2.carbon.devicemgt:org.wso2.carbon.email.sender.feature:${carbon.device.mgt.version} @@ -891,6 +894,10 @@ org.wso2.carbon.apimgt.webapp.publisher.feature.group ${carbon.device.mgt.version} + + org.wso2.carbon.apimgt.handler.server.feature.group + ${carbon.device.mgt.version} + org.wso2.carbon.device.mgt.oauth.extensions.feature.group ${carbon.device.mgt.version} @@ -1818,6 +1825,10 @@ org.wso2.carbon.apimgt.gateway.feature.group ${carbon.api.mgt.version} + + + + org.wso2.carbon.policy.mgt.server.feature.group ${carbon.device.mgt.version}