From 4e454c7b2af47b1e1d8207f0c7ad68971189dc16 Mon Sep 17 00:00:00 2001 From: prabathabey Date: Wed, 3 Dec 2014 14:54:57 +0530 Subject: [PATCH] committing device-mgt initial component structure --- .../org.wso2.carbon.device.mgt.core/pom.xml | 89 +++++++++++++++++++ components/device-mgt/pom.xml | 25 ++++++ 2 files changed, 114 insertions(+) create mode 100644 components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml create mode 100644 components/device-mgt/pom.xml diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml new file mode 100644 index 0000000000..4249d8f6c2 --- /dev/null +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml @@ -0,0 +1,89 @@ + + + + org.wso2.carbon + device-mgt + 4.3.0-SNAPSHOT + ../pom.xml + + + 4.0.0 + org.wso2.carbon + org.wso2.carbon.device.mgt.core + 4.3.0-SNAPSHOT + bundle + WSO2 Carbon - Device Management Core + WSO2 Carbon - Device Management Core + http://wso2.org + + + + + + + org.apache.felix + maven-scr-plugin + + + org.apache.felix + maven-bundle-plugin + 1.4.0 + true + + + ${project.artifactId} + ${project.artifactId} + ${project.version} + Device Management Core Bundle + org.wso2.carbon.device.mgt.core.internal + + org.apache.axis2.*; + version="${axis2.osgi.version.range}", + org.osgi.framework, + org.osgi.service.component, + org.apache.commons.logging, + + + !org.wso2.carbon.device.mgt.core.internal, + org.wso2.carbon.device.mgt.core.* + + * + + + + + + + + + org.testng + testng + test + + + junit + junit + test + + + + + + + + diff --git a/components/device-mgt/pom.xml b/components/device-mgt/pom.xml new file mode 100644 index 0000000000..b73f870873 --- /dev/null +++ b/components/device-mgt/pom.xml @@ -0,0 +1,25 @@ + + + + + + 4.0.0 + org.wso2.carbon + device-mgt + 4.3.0-SNAPSHOT + pom + WSO2 Carbon - Device Management Component + http://wso2.org + + + org.wso2.carbon.device.mgt.core + + +