From ca47bf9844f0481277ef5bd3d3bbf9e6f1dd3485 Mon Sep 17 00:00:00 2001 From: GPrathap Date: Wed, 16 Dec 2015 12:35:20 +0530 Subject: [PATCH 1/2] added datasource description --- modules/distribution/pom.xml | 32 ++++++++++++++++++++++++++++++++ modules/p2-profile-gen/pom.xml | 7 +++++++ 2 files changed, 39 insertions(+) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 040df27d..6493270d 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -321,6 +321,38 @@ + + + create-drone-analyzer-plugin-mgt-schema + package + + run + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index b78505c7..a647e31c 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -177,6 +177,9 @@ org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.digitaldisplay.feature:${carbon.mobile.device.mgt.version} + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.droneanalyzer.feature:${carbon.mobile.device.mgt.version} + @@ -893,6 +896,10 @@ org.wso2.carbon.device.mgt.iot.digitaldisplay.feature.group ${carbon.mobile.device.mgt.version} + + org.wso2.carbon.device.mgt.iot.droneanalyzer.feature.group + ${carbon.mobile.device.mgt.version} + From 7234544212bdf3e8c5ee351ef9aa1c614884fcd9 Mon Sep 17 00:00:00 2001 From: GPrathap Date: Wed, 16 Dec 2015 12:47:50 +0530 Subject: [PATCH 2/2] changed datasource name --- modules/distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 6493270d..db90e8e2 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -337,7 +337,7 @@ + value="jdbc:h2:file:${basedir}/${db.dir}/DroneAnalyzerDM_DB;DB_CLOSE_ON_EXIT=FALSE"/>