Repository: cordova-coho Updated Branches: refs/heads/master a64fa2a5f -> 4d9eda92d
added version file path for cordova-osx Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/4d9eda92 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/4d9eda92 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/4d9eda92 Branch: refs/heads/master Commit: 4d9eda92de472ed27d1c53fa835c881e415a244c Parents: a64fa2a Author: Steve Gill <[email protected]> Authored: Thu Feb 11 17:06:34 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Thu Feb 11 17:06:34 2016 -0800 ---------------------------------------------------------------------- src/repoutil.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/4d9eda92/src/repoutil.js ---------------------------------------------------------------------- diff --git a/src/repoutil.js b/src/repoutil.js index 6e57d48..72cb7dd 100644 --- a/src/repoutil.js +++ b/src/repoutil.js @@ -74,7 +74,8 @@ var platformRepos = [ id: 'osx', repoName: 'cordova-osx', jiraComponentName: 'OSX', - cordovaJsPaths: ['CordovaLib/cordova.js'] + cordovaJsPaths: ['CordovaLib/cordova.js'], + versionFilePaths: [path.join('CordovaLib', 'VERSION')] }, { title: 'Ubuntu', id: 'ubuntu', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
