added cdmf extension features

application-manager-new
ayyoob 9 years ago
parent e444d60d1c
commit feab815ad8

@ -304,7 +304,11 @@
<!--Device Cloud Features --> <!--Device Cloud Features -->
<featureArtifactDef> <featureArtifactDef>
org.wso2.carbon.device.mgt.iot:org.wso2.carbon.device.mgt.iot.feature:1.0.0-SNAPSHOT org.wso2.carbon.device.mgt.iot:org.wso2.carbon.device.mgt.iot.feature:${carbon.iot.device.mgt.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions.feature:${carbon.device.mgt.version}
</featureArtifactDef> </featureArtifactDef>
</featureArtifacts> </featureArtifacts>
@ -330,10 +334,10 @@
<id>org.wso2.carbon.device.mgt.server.feature.group</id> <id>org.wso2.carbon.device.mgt.server.feature.group</id>
<version>${carbon.device.mgt.version}</version> <version>${carbon.device.mgt.version}</version>
</feature> </feature>
<!--feature> <feature>
<id>org.wso2.carbon.device.mgt.mobile.feature.group</id> <id>org.wso2.carbon.device.mgt.extensions.feature.group</id>
<version>${carbon.mobile.device.mgt.version}</version> <version>${carbon.device.mgt.version}</version>
</feature--> </feature>
<feature> <feature>
<id>org.wso2.carbon.policy.mgt.server.feature.group</id> <id>org.wso2.carbon.policy.mgt.server.feature.group</id>
<version>${carbon.device.mgt.version}</version> <version>${carbon.device.mgt.version}</version>
@ -595,7 +599,7 @@
</feature> </feature>
<feature> <feature>
<id>org.wso2.carbon.device.mgt.iot.feature.group</id> <id>org.wso2.carbon.device.mgt.iot.feature.group</id>
<version>1.0.0-SNAPSHOT</version> <version>${carbon.iot.device.mgt.version}</version>
</feature> </feature>
</features> </features>
</configuration> </configuration>

@ -797,7 +797,7 @@
<!-- IOT Device Management --> <!-- IOT Device Management -->
<carbon.iot.device.mgt.version>1.0.0-SNAPSHOT</carbon.iot.device.mgt.version> <carbon.iot.device.mgt.version>1.0.0-SNAPSHOT</carbon.iot.device.mgt.version>
<mdm.version>1.0.0-SNAPSHOT</mdm.version>
<commons-json.version>3.0.0.wso2v1</commons-json.version> <commons-json.version>3.0.0.wso2v1</commons-json.version>

Loading…
Cancel
Save