From 5ec8f20baf4247e85d82945fb720c2f743928da3 Mon Sep 17 00:00:00 2001 From: prabathabey Date: Wed, 10 Dec 2014 16:54:11 +0530 Subject: [PATCH] adding device management mobile feature into CDM p2-profile --- .../org.wso2.carbon.device.mgt.mobile.feature/pom.xml | 2 +- product/modules/p2-profile-gen/pom.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml index 75b07b7851..cbf563398f 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml @@ -87,7 +87,7 @@ p2-feature-gen - org.wso2.carbon.device.mgt.mobile.plugin + org.wso2.carbon.device.mgt.mobile ../../../features/etc/feature.properties diff --git a/product/modules/p2-profile-gen/pom.xml b/product/modules/p2-profile-gen/pom.xml index 2fece93e22..97d4a18cdd 100644 --- a/product/modules/p2-profile-gen/pom.xml +++ b/product/modules/p2-profile-gen/pom.xml @@ -107,6 +107,9 @@ org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${project.version} + + org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.feature:${project.version} + org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version} @@ -161,6 +164,10 @@ org.wso2.carbon.device.mgt.server.feature.group ${project.version} + + org.wso2.carbon.device.mgt.mobile.feature.group + ${project.version} + org.wso2.carbon.webapp.mgt.feature.group ${carbon.platform.version}