Refactor before adding IoT stuffs

charithag 9 years ago
parent faafdce5a9
commit d39e9d8cd8

@ -162,7 +162,7 @@
</dependency>
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.mobile.android.impl</artifactId>
<artifactId>org.wso2.carbon.device.mgt.mobile.android</artifactId>
<scope>provided</scope>
</dependency>

@ -28,7 +28,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.device.mgt.mobile.android.impl</artifactId>
<artifactId>org.wso2.carbon.device.mgt.mobile.android</artifactId>
<version>1.9.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon - Mobile Device Management Android Impl</name>
@ -106,7 +106,7 @@
<dependencies>
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.mobile.impl</artifactId>
<artifactId>org.wso2.carbon.device.mgt.mobile</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>

@ -36,8 +36,8 @@
<url>http://wso2.org</url>
<modules>
<module>org.wso2.carbon.device.mgt.mobile.android</module>
<module>org.wso2.carbon.device.mgt.mobile.android.api</module>
<module>org.wso2.carbon.device.mgt.mobile.android.impl</module>
</modules>
<build>

@ -28,7 +28,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.device.mgt.mobile.windows.impl</artifactId>
<artifactId>org.wso2.carbon.device.mgt.mobile.windows</artifactId>
<version>1.9.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon - Mobile Device Management Windows Impl</name>
@ -106,7 +106,7 @@
<dependencies>
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.mobile.impl</artifactId>
<artifactId>org.wso2.carbon.device.mgt.mobile</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>

@ -36,8 +36,8 @@
<url>http://wso2.org</url>
<modules>
<module>org.wso2.carbon.device.mgt.mobile.windows</module>
<module>org.wso2.carbon.device.mgt.mobile.windows.api</module>
<module>org.wso2.carbon.device.mgt.mobile.windows.impl</module>
</modules>
<build>

@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>device-mgt</artifactId>
<artifactId>device-mgt-mdm</artifactId>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<version>1.9.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>

@ -3,14 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>device-mgt</artifactId>
<artifactId>device-mgt-mdm</artifactId>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<version>1.9.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.mobile.url.printer</artifactId>
<version>1.9.2-SNAPSHOT</version>
<packaging>bundle</packaging>

@ -21,19 +21,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>device-mgt</artifactId>
<artifactId>device-mgt-mdm</artifactId>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<version>1.9.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.mobile.impl</artifactId>
<artifactId>org.wso2.carbon.device.mgt.mobile</artifactId>
<version>1.9.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon - Mobile Device Management Impl</name>
<description>WSO2 Carbon - Mobile Device Management Impl</description>
<description>WSO2 Carbon - Mobile Device Management Implementation</description>
<url>http://wso2.org</url>
<build>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save