Repository: cordova-coho Updated Branches: refs/heads/master 32285d5e1 -> bd485e2de
added node-xcode to coho Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/bd485e2d Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/bd485e2d Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/bd485e2d Branch: refs/heads/master Commit: bd485e2deff1b23148cb88ebc23cac05be8d657f Parents: 32285d5 Author: Steve Gill <[email protected]> Authored: Wed Oct 4 16:11:16 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Wed Oct 4 16:11:16 2017 -0700 ---------------------------------------------------------------------- src/repoutil.js | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/bd485e2d/src/repoutil.js ---------------------------------------------------------------------- diff --git a/src/repoutil.js b/src/repoutil.js index fd6f052..22148a0 100644 --- a/src/repoutil.js +++ b/src/repoutil.js @@ -347,6 +347,11 @@ var toolRepos = [ id: 'coho', repoName: 'cordova-coho', jiraComponentName: 'cordova-coho' + }, { + title: 'Cordova Node Xcode', + id: 'node-xcode', + repoName: 'cordova-node-xcode', + jiraComonentName: 'node-xcode' } ]; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
