You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/05/26 18:56:37 UTC

cordova-coho git commit: add 'platforms' to repo_groups

Repository: cordova-coho
Updated Branches:
  refs/heads/master 66a781ae2 -> 53d2dd73b


add 'platforms' to repo_groups

 This closes #125


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

Branch: refs/heads/master
Commit: 53d2dd73b7799d22cd1b8c08c3e9d39e2cdf96fd
Parents: 66a781a
Author: carynbear <ca...@berkeley.edu>
Authored: Thu May 26 11:53:14 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu May 26 11:56:35 2016 -0700

----------------------------------------------------------------------
 src/repoutil.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/53d2dd73/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 4bb0d86..cd9cca9 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -399,6 +399,7 @@ var allRepos = platformRepos.concat(nonPlatformRepos).concat(pluginRepos).concat
 var repoGroups = {
     'all': allRepos,
     'platform': platformRepos,
+    'platforms': platformRepos,
     'plugins': pluginRepos,
     'tools': toolRepos,
     'active-platform': platformRepos.filter(function(r) { return !r.inactive }),


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