You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/06/19 02:22:36 UTC

[2/3] git commit: Fix JS path for wp8 and add JS path for windows.

Fix JS path for wp8 and add JS path for windows.


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/710b8dd2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/710b8dd2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/710b8dd2

Branch: refs/heads/master
Commit: 710b8dd210239c372fb6e8c64874aaaf20752a1f
Parents: 28282e9
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jun 18 20:15:03 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Jun 18 20:15:03 2013 -0400

----------------------------------------------------------------------
 coho | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/710b8dd2/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index dcbfcb2..c96747d 100755
--- a/coho
+++ b/coho
@@ -62,7 +62,9 @@ var platformRepos = [
     }, {
         title: 'Windows',
         id: 'windows',
-        repoName: 'cordova-windows'
+        repoName: 'cordova-windows',
+        cordovaJsSrcName: 'cordova.windows8.js',
+        cordovaJsPaths: ['windows8/cordova.js', 'windows8/template/www/cordova.js']
     }, {
         title: 'Windows Phone 7',
         id: 'wp7',
@@ -74,7 +76,7 @@ var platformRepos = [
         id: 'wp8',
         repoName: 'cordova-wp8',
         cordovaJsSrcName: 'cordova.windowsphone.js',
-        cordovaJsPaths: ['templates/standalone/www/cordova.js']
+        cordovaJsPaths: ['common/www/cordova.js']
     }, {
         title: 'Mac OSX',
         id: 'osx',