You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dr...@apache.org on 2014/06/19 20:45:13 UTC

git commit: Added cordova-plugins to plugins list

Repository: cordova-coho
Updated Branches:
  refs/heads/master f77d4406e -> eb9274f53


Added cordova-plugins to plugins list


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

Branch: refs/heads/master
Commit: eb9274f531c44b9ca6a8e884e8cbc76694536d69
Parents: f77d440
Author: David Kemp <dr...@chromium.org>
Authored: Thu Jun 19 14:44:23 2014 -0400
Committer: David Kemp <dr...@chromium.org>
Committed: Thu Jun 19 14:44:23 2014 -0400

----------------------------------------------------------------------
 src/repoutil.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/eb9274f5/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 13528a3..bb0a5b3 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -278,13 +278,13 @@ var pluginRepos = [
         repoName: 'cordova-plugin-statusbar',
         jiraComponentName: 'Plugin Statusbar',
         inactive: true
-    }/*, {
+    }, {
         title: 'Plugins - Other',
         id: 'cordova-plugins',
         repoName: 'cordova-plugins',
         jiraComponentName: 'Plugins',
         inactive: true
-    }*/
+    }
 ];
 
 var toolRepos = [