From 4c727c6a533b0fb7cca4df27ea9867db0b5cf2f9 Mon Sep 17 00:00:00 2001 From: prabathabey Date: Wed, 10 Dec 2014 16:48:39 +0530 Subject: [PATCH] adding mobile device management feature --- .../pom.xml | 116 ++++++++++++++++++ .../src/main/resources/build.properties | 1 + .../src/main/resources/p2.inf | 0 features/device-mgt/pom.xml | 1 + 4 files changed, 118 insertions(+) create mode 100644 features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml create mode 100644 features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/build.properties create mode 100644 features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/p2.inf 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 new file mode 100644 index 0000000000..75b07b7851 --- /dev/null +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml @@ -0,0 +1,116 @@ + + + + + + + org.wso2.carbon + device-mgt-feature + 2.0.0-SNAPSHOT + ../pom.xml + + + 4.0.0 + org.wso2.carbon.device.mgt.mobile.feature + pom + 2.0.0-SNAPSHOT + WSO2 Carbon - Mobile Implementation of Device Management + http://wso2.org + This feature contains the core bundles required for Mobile Device Management functionality + + + + + org.wso2.carbon + org.wso2.carbon.device.mgt.mobile.impl + ${project.version} + + + org.wso2.carbon + org.wso2.carbon.device.mgt.common + ${project.version} + + + + + + + maven-resources-plugin + 2.6 + + + copy-resources + generate-resources + + copy-resources + + + src/main/resources + + + resources + + build.properties + p2.inf + + + + + + + + + org.wso2.maven + carbon-p2-plugin + ${carbon.p2.plugin.version} + + + p2-feature-generation + package + + p2-feature-gen + + + org.wso2.carbon.device.mgt.mobile.plugin + ../../../features/etc/feature.properties + + + org.wso2.carbon.p2.category.type:server + org.eclipse.equinox.p2.type.group:false + + + + org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.impl:${project.version} + + org.wso2.carbon:org.wso2.carbon.device.mgt.common:${project.version} + + + + org.wso2.carbon.core.server:${carbon.platform.version} + + org.wso2.carbon.device.mgt.server:${project.version} + + + + + + + + + diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/build.properties b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/build.properties new file mode 100644 index 0000000000..9c86577d76 --- /dev/null +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/build.properties @@ -0,0 +1 @@ +custom = true diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/p2.inf b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/p2.inf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/features/device-mgt/pom.xml b/features/device-mgt/pom.xml index 44b6951806..f456019e67 100644 --- a/features/device-mgt/pom.xml +++ b/features/device-mgt/pom.xml @@ -38,6 +38,7 @@ org.wso2.carbon.device.mgt.server.feature + org.wso2.carbon.device.mgt.mobile.feature