adding device management mobile feature into CDM p2-profile

merge-requests/7/head
prabathabey 10 years ago
parent 6082f1eaae
commit 5ec8f20baf

@ -87,7 +87,7 @@
<goal>p2-feature-gen</goal>
</goals>
<configuration>
<id>org.wso2.carbon.device.mgt.mobile.plugin</id>
<id>org.wso2.carbon.device.mgt.mobile</id>
<propertiesFile>../../../features/etc/feature.properties</propertiesFile>
<adviceFile>
<properties>

@ -107,6 +107,9 @@
<featureArtifactDef>
org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${project.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.feature:${project.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version}
</featureArtifactDef>
@ -161,6 +164,10 @@
<id>org.wso2.carbon.device.mgt.server.feature.group</id>
<version>${project.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.device.mgt.mobile.feature.group</id>
<version>${project.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
<version>${carbon.platform.version}</version>

Loading…
Cancel
Save