You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2014/11/13 06:24:48 UTC

[08/14] cordova-medic git commit: Merged config.json.sample-windows and config.json.sample files

Merged config.json.sample-windows and config.json.sample files


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/17ddd9b8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/17ddd9b8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/17ddd9b8

Branch: refs/heads/master
Commit: 17ddd9b89a5e1c20b5ec132af96c7afc4135ea5f
Parents: 2cde8c0
Author: maria.bukharina <ma...@akvelon.com>
Authored: Wed Oct 29 13:54:51 2014 +0300
Committer: maria.bukharina <ma...@akvelon.com>
Committed: Wed Oct 29 13:54:51 2014 +0300

----------------------------------------------------------------------
 config.json.sample | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/17ddd9b8/config.json.sample
----------------------------------------------------------------------
diff --git a/config.json.sample b/config.json.sample
index c563627..6048d55 100644
--- a/config.json.sample
+++ b/config.json.sample
@@ -15,8 +15,9 @@
             "git":"https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec.git"
         },
         "entry":"autotest/pages/all.html",
-        "platforms":"android ios",
-        "release":"3.0.0"
+        "platforms":"android ios windows8 wp8",
+        "release":"master",
+        "timeout": 600
     },
     "blackberry":{
         "devices":{
@@ -36,6 +37,13 @@
         "keychainPassword":"",
         "keychainLocation":""
     },
+    "wp8":{
+        "target": "device",
+        "TODO" : "add several targets support: emulators: WVGA, WXGA, 720p, 1080p or devices: default or specified by id 7988B8C3-3ADE-488d-BA3E-D052AC9DC710"
+    },
+    "windows8": {
+        "target": "local|emulator|device"
+    },
     "mail":{
         "to":["someone@someplace.com"],
         "from":"yourbuildbot@yourEmailService.com",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org