From 53822eaab767f1480cd1d0e3068085bfa5a9e4a1 Mon Sep 17 00:00:00 2001 From: charithag Date: Wed, 23 Dec 2015 14:09:16 +0530 Subject: [PATCH 1/3] remove ignored files --- .../database/AndroidSenseDM_DB.h2.db | Bin 16384 -> 16384 bytes .../resources/database/ArduinoDM_DB.h2.db | Bin 16384 -> 16384 bytes .../database/DigitalDisplayDM_DB.h2.db | Bin 16384 -> 16384 bytes .../database/DroneAnalyzerDM_DB.h2.db | Bin 16384 -> 16384 bytes .../resources/database/RaspberryPiDM_DB.h2.db | Bin 16384 -> 16384 bytes .../database/VirtualFireAlarmDM_DB.h2.db | Bin 16384 -> 16384 bytes .../database/WSO2MobileAndroid_DB.h2.db | Bin 18432 -> 18432 bytes .../database/WSO2MobileWindows_DB.h2.db | Bin 12288 -> 12288 bytes 8 files changed, 0 insertions(+), 0 deletions(-) diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/database/AndroidSenseDM_DB.h2.db b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/database/AndroidSenseDM_DB.h2.db index b5fd6aa336049ae1d217587369bafe8c16965e74..8ead6c0eb460d5c5843234c181d2d952d487617f 100644 GIT binary patch delta 53 mcmZo@U~Fh$T)@Gzm$fjR0SpA9HVbmRXP+3ridArtga!a-Jq-N- delta 53 mcmZo@U~Fh$T)@F&Isf!h1~A}p+bqcOo_%5fD^|fp5*h%EcMd54 diff --git a/features/device-mgt-iot-arduino-feature/org.wso2.carbon.device.mgt.iot.arduino.feature/src/main/resources/database/ArduinoDM_DB.h2.db b/features/device-mgt-iot-arduino-feature/org.wso2.carbon.device.mgt.iot.arduino.feature/src/main/resources/database/ArduinoDM_DB.h2.db index 83aac0e4f97efba62cd0a2d92d5b18e8b875a3ab..159aa89a0c656d8fe38fbe1b721c6ce48bc63fd0 100644 GIT binary patch delta 53 mcmZo@U~Fh$T)@F&Isf!h1~A}p+bqcOo_%5fD^|fp5*h%EcMd54 delta 53 mcmZo@U~Fh$T)@Gzq~eS_0~l}^Z5HHs&pt7L6|3MP2@L>*Dh*Dh*Dh*DhaRCR<&ZaRCR9xczEw1~A|--7LuQo_%5fD^|fp5(WT4J`1k^ diff --git a/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/database/WSO2MobileWindows_DB.h2.db b/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/database/WSO2MobileWindows_DB.h2.db index ca0bd4ed551961dc3f5fd47572f5880f019b6946..adde7d8d7c235553db056ec64d3b03e4655b8173 100644 GIT binary patch delta 51 kcmZojXh>MV!L$9)wYdynz~iu4kmEi3!~j;Tf{P?10H$6K6951J delta 51 kcmZojXh>MV!Bcl=eGCH_aOi9n Date: Mon, 4 Jan 2016 10:25:19 +0530 Subject: [PATCH 2/3] Update gitignore for *.car files instead of carbonapps folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c469f7d058..99fe0d1cf2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ target hs_err_pid* # Ignore generated capps -carbonapps +*.car # Ignore generated device-type DBs *.h2.db \ No newline at end of file From ea54c2f2d5d675c01096b00f391c14be9a5e8e46 Mon Sep 17 00:00:00 2001 From: charithag Date: Mon, 4 Jan 2016 10:49:09 +0530 Subject: [PATCH 3/3] Create database directory in feature --- .../org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml | 2 ++ .../org.wso2.carbon.device.mgt.iot.arduino.feature/pom.xml | 2 ++ .../pom.xml | 2 ++ .../pom.xml | 2 ++ .../org.wso2.carbon.device.mgt.iot.raspberrypi.feature/pom.xml | 2 ++ .../pom.xml | 2 ++ .../org.wso2.carbon.device.mgt.mobile.android.feature/pom.xml | 2 ++ .../org.wso2.carbon.device.mgt.mobile.windows.feature/pom.xml | 2 ++ 8 files changed, 16 insertions(+) diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml index a158a46a20..35fd82d8f8 100644 --- a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml @@ -127,6 +127,8 @@ + + diff --git a/features/device-mgt-iot-arduino-feature/org.wso2.carbon.device.mgt.iot.arduino.feature/pom.xml b/features/device-mgt-iot-arduino-feature/org.wso2.carbon.device.mgt.iot.arduino.feature/pom.xml index 235e17c101..7a5e51aae2 100644 --- a/features/device-mgt-iot-arduino-feature/org.wso2.carbon.device.mgt.iot.arduino.feature/pom.xml +++ b/features/device-mgt-iot-arduino-feature/org.wso2.carbon.device.mgt.iot.arduino.feature/pom.xml @@ -142,6 +142,8 @@ + + diff --git a/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/pom.xml b/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/pom.xml index f3b0c1ec80..336d8360c9 100644 --- a/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/pom.xml +++ b/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/pom.xml @@ -128,6 +128,8 @@ + + diff --git a/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/pom.xml b/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/pom.xml index ddd195d147..b72740af74 100644 --- a/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/pom.xml +++ b/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/pom.xml @@ -109,6 +109,8 @@ + + diff --git a/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/pom.xml b/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/pom.xml index a3b2e2651d..a24c3bccc1 100644 --- a/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/pom.xml +++ b/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/pom.xml @@ -142,6 +142,8 @@ + + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/pom.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/pom.xml index 332f9f6db1..4e36ca3363 100644 --- a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/pom.xml +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/pom.xml @@ -185,6 +185,8 @@ + + diff --git a/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/pom.xml b/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/pom.xml index fa751aa80a..12f71e5d3d 100644 --- a/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/pom.xml +++ b/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/pom.xml @@ -124,6 +124,8 @@ + + diff --git a/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/pom.xml b/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/pom.xml index 4e49acde1a..d39702986f 100644 --- a/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/pom.xml +++ b/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/pom.xml @@ -124,6 +124,8 @@ + +