|
|
@ -70,6 +70,15 @@
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.arduino.backend.feature:${carbon.device.mgt.plugin.version}
|
|
|
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.arduino.backend.feature:${carbon.device.mgt.plugin.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Raspberry Device Type Features -->
|
|
|
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
|
|
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.raspberrypi.ui.feature:${carbon.device.mgt.plugin.version}
|
|
|
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
|
|
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.raspberrypi.backend.feature:${carbon.device.mgt.plugin.version}
|
|
|
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
|
|
|
|
|
|
|
</featureArtifacts>
|
|
|
|
</featureArtifacts>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
@ -105,6 +114,16 @@
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.arduino.backend.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.arduino.backend.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Raspberry Device Type Features -->
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.raspberrypi.ui.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.raspberrypi.backend.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
</features>
|
|
|
|
</features>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
@ -132,6 +151,12 @@
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.arduino.ui.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.arduino.ui.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Raspberry Device Type UI Features -->
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.raspberrypi.ui.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
</features>
|
|
|
|
</features>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
@ -159,6 +184,12 @@
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.arduino.backend.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.arduino.backend.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Raspberry Device Type BE Features -->
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.device.mgt.iot.raspberrypi.backend.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
</features>
|
|
|
|
</features>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|