You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/03/14 00:24:20 UTC

git commit: Added cordova-plugin-statusbar to list of plugins

Repository: cordova-coho
Updated Branches:
  refs/heads/master c3d03d3d3 -> 1e71a54d0


Added cordova-plugin-statusbar to list of plugins


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

Branch: refs/heads/master
Commit: 1e71a54d09b6df181693b58d48da47d5c2183142
Parents: c3d03d3
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 13 15:38:45 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 13 15:38:45 2014 -0700

----------------------------------------------------------------------
 coho | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/1e71a54d/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 3a1d6ef..330d6f5 100755
--- a/coho
+++ b/coho
@@ -294,6 +294,12 @@ var pluginRepos = [
         repoName: 'cordova-plugin-vibration',
         jiraComponentName: 'Plugin Vibration',
         inactive: true
+    }, {
+        title: 'Plugin - Statusbar',
+        id: 'plugin-statusbar',
+        repoName: 'cordova-plugin-statusbar',
+        jiraComponentName: 'Plugin Statusbar',
+        inactive: true
     }/*, {
         title: 'Plugins - Other',
         id: 'cordova-plugins',