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 2014/05/10 02:02:47 UTC

git commit: added cordova-lib to cadence release, removed docs

Repository: cordova-coho
Updated Branches:
  refs/heads/master f72d79eca -> 8b52ae720


added cordova-lib to cadence release, removed docs


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

Branch: refs/heads/master
Commit: 8b52ae7203c55f08102d25972c02d8415f99b703
Parents: f72d79e
Author: Steven Gill <st...@gmail.com>
Authored: Fri May 9 17:02:43 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri May 9 17:02:43 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/8b52ae72/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 3826767..9bdefc1 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -373,7 +373,7 @@ var repoGroups = {
     'active-platform': platformRepos.filter(function(r) { return !r.inactive }),
     'release-repos': allRepos.filter(function(r) { return !r.inactive })
 };
-repoGroups['cadence'] = repoGroups['active-platform'].concat([getRepoById('cli'), getRepoById('js'), getRepoById('mobile-spec'), getRepoById('app-hello-world'), getRepoById('docs')]);
+repoGroups['cadence'] = repoGroups['active-platform'].concat([getRepoById('cli'), getRepoById('js'), getRepoById('mobile-spec'), getRepoById('app-hello-world'), getRepoById('cordova-lib')]);
 
 repoGroups.__defineGetter__('auto', function() {
     return allRepos.filter(function(repo) {