You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/12/02 16:19:02 UTC

cordova-medic git commit: CB-8070 Adds medic.json for cordova-plugin-test-framework plugin

Repository: cordova-medic
Updated Branches:
  refs/heads/master 24b277dac -> 448eeb85a


CB-8070 Adds medic.json for cordova-plugin-test-framework plugin


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

Branch: refs/heads/master
Commit: 448eeb85add2104df51b9a33ca43ea4e9c06d6c3
Parents: 24b277d
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Dec 2 18:19:02 2014 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Dec 2 18:19:02 2014 +0300

----------------------------------------------------------------------
 src/build/makers/windows.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/448eeb85/src/build/makers/windows.js
----------------------------------------------------------------------
diff --git a/src/build/makers/windows.js b/src/build/makers/windows.js
index f101e3f..e38565b 100644
--- a/src/build/makers/windows.js
+++ b/src/build/makers/windows.js
@@ -82,6 +82,8 @@ module.exports = function(output, sha, entry_point, couchdb_host, test_timeout,
                 log('Write medic.json to autotest folder');
                 var medic_config='{"sha":"'+sha+'","couchdb":"'+couchdb_host+'"}';
                 fs.writeFileSync(path.join(output, '..', '..', 'www','autotest','pages', 'medic.json'),medic_config,'utf-8');
+                // Put medic.json to www to make plugin-test-framework working
+                fs.writeFileSync(path.join(output, '..', '..', 'www', 'medic.json'),medic_config,'utf-8');
                 
                 // patch WindowsStoreAppUtils script to allow app run w/out active desktop/remote session
                 if (build_target == "store80" || build_target == "store") {


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