Repository: cordova-coho Updated Branches: refs/heads/master 0ebbd787e -> a64fa2a5f
updated osx cordova.js copy location Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/a64fa2a5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/a64fa2a5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/a64fa2a5 Branch: refs/heads/master Commit: a64fa2a5f2f55d3633bf69bec5de4b2835b1c378 Parents: 0ebbd78 Author: Steve Gill <[email protected]> Authored: Thu Feb 11 17:03:37 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Thu Feb 11 17:03:37 2016 -0800 ---------------------------------------------------------------------- src/repoutil.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/a64fa2a5/src/repoutil.js ---------------------------------------------------------------------- diff --git a/src/repoutil.js b/src/repoutil.js index 45b0d04..6e57d48 100644 --- a/src/repoutil.js +++ b/src/repoutil.js @@ -74,8 +74,7 @@ var platformRepos = [ id: 'osx', repoName: 'cordova-osx', jiraComponentName: 'OSX', - cordovaJsPaths: ['CordovaFramework/cordova.js'], - inactive: true + cordovaJsPaths: ['CordovaLib/cordova.js'] }, { title: 'Ubuntu', id: 'ubuntu', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
