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 2013/12/06 22:06:32 UTC

[1/3] git commit: fixed amazon fireos reference

Updated Branches:
  refs/heads/master a85adb610 -> a8280b644


fixed amazon fireos reference


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

Branch: refs/heads/master
Commit: 3d3a83631b56a9fa48388dabec2410471ac0cedb
Parents: 6137fc0
Author: Steven Gill <st...@gmail.com>
Authored: Fri Dec 6 13:05:27 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Dec 6 13:05:27 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/3d3a8363/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index a879892..7586056 100755
--- a/coho
+++ b/coho
@@ -104,11 +104,11 @@ var platformRepos = [
         title: 'Ubuntu',
         id: 'ubuntu',
         repoName: 'cordova-ubuntu',
-        jiraComponentName: 'UBUNTU',
+        jiraComponentName: 'Ubuntu',
         cordovaJsPaths: ['www/cordova.js']
     }, {
         title: 'Amazon Fire OS',
-        id: 'ubuntu',
+        id: 'amazon fireos',
         repoName: 'cordova-amazon-fireos',
         jiraComponentName: 'Amazon FireOS',
         cordovaJsPaths: ['framework/assets/www/cordova.js'],
@@ -241,13 +241,13 @@ var pluginRepos = [
         repoName: 'cordova-plugin-file-transfer',
         jiraComponentName: 'Plugin File Transfer',
         inactive: true
-    }, {
+    },/* {
         title: 'Plugin - File',
         id: 'plugin-file',
         repoName: 'cordova-plugin-file',
         jiraComponentName: 'Plugin File',
         inactive: true
-    }, {
+    },*/ {
         title: 'Plugin - Geolocation',
         id: 'plugin-geolocation',
         repoName: 'cordova-plugin-geolocation',
@@ -295,13 +295,13 @@ var pluginRepos = [
         repoName: 'cordova-plugin-vibration',
         jiraComponentName: 'Plugin Vibration',
         inactive: true
-    }, {
+    }/*, {
         title: 'Plugins - Other',
         id: 'cordova-plugins',
         repoName: 'cordova-plugins',
         jiraComponentName: 'Plugins',
         inactive: true
-    }
+    }*/
 ];
 
 var otherRepos = [


[3/3] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-coho

Posted by st...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-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/a8280b64
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/a8280b64
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/a8280b64

Branch: refs/heads/master
Commit: a8280b6447baab7019e7a12d8d560ddf1ce96152
Parents: 505cc96 a85adb6
Author: Steven Gill <st...@gmail.com>
Authored: Fri Dec 6 13:06:26 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Dec 6 13:06:26 2013 -0800

----------------------------------------------------------------------
 coho         | 16 +++++++++++-----
 coho.cmd     |  1 +
 package.json |  2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/a8280b64/coho
----------------------------------------------------------------------


[2/3] git commit: removed accidental comment block around file plugin

Posted by st...@apache.org.
removed accidental comment block around file plugin


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

Branch: refs/heads/master
Commit: 505cc96fe57a016357a6c4a7dde25750ed9f45a4
Parents: 3d3a836
Author: Steven Gill <st...@gmail.com>
Authored: Fri Dec 6 13:06:20 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Dec 6 13:06:20 2013 -0800

----------------------------------------------------------------------
 coho | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/505cc96f/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 7586056..c0d3d6a 100755
--- a/coho
+++ b/coho
@@ -241,13 +241,13 @@ var pluginRepos = [
         repoName: 'cordova-plugin-file-transfer',
         jiraComponentName: 'Plugin File Transfer',
         inactive: true
-    },/* {
+    }, {
         title: 'Plugin - File',
         id: 'plugin-file',
         repoName: 'cordova-plugin-file',
         jiraComponentName: 'Plugin File',
         inactive: true
-    },*/ {
+    }, {
         title: 'Plugin - Geolocation',
         id: 'plugin-geolocation',
         repoName: 'cordova-plugin-geolocation',