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/06/13 21:07:42 UTC

cordova-coho git commit: Added screen orientation to coho

Repository: cordova-coho
Updated Branches:
  refs/heads/master 4fb98ca3a -> 866155129


Added screen orientation to coho


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

Branch: refs/heads/master
Commit: 866155129a65563dd4d68e48950d371b59956d35
Parents: 4fb98ca
Author: Steve Gill <st...@gmail.com>
Authored: Mon Jun 13 14:07:41 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Jun 13 14:07:41 2016 -0700

----------------------------------------------------------------------
 src/repoutil.js | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/86615512/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 701e453..fa843c7 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -240,16 +240,21 @@ var pluginRepos = [
         repoName: 'cordova-plugin-splashscreen',
         jiraComponentName: 'Plugin SplashScreen',
     }, {
-        title: 'Plugin - Vibration',
-        id: 'plugin-vibration',
-        repoName: 'cordova-plugin-vibration',
-        jiraComponentName: 'Plugin Vibration',
-    }, {
         title: 'Plugin - Statusbar',
         id: 'plugin-statusbar',
         repoName: 'cordova-plugin-statusbar',
         jiraComponentName: 'Plugin Statusbar',
     }, {
+        title: 'Plugin - Screen Orientation',
+        id: 'plugin-screen-orientation',
+        repoName: 'cordova-plugin-screen-orientation',
+        jiraComponentName: 'Plugin Screen Orientation',
+    }, {
+        title: 'Plugin - Vibration',
+        id: 'plugin-vibration',
+        repoName: 'cordova-plugin-vibration',
+        jiraComponentName: 'Plugin Vibration',
+    }, {
         title: 'Plugin - Whitelist',
         id: 'plugin-whitelist',
         repoName: 'cordova-plugin-whitelist',


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