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/04 00:32:25 UTC

git commit: CB-5200: added ubuntu + fireos, fixed firefoxos dupe

Updated Branches:
  refs/heads/master 7b49d9999 -> 6137fc04a


CB-5200: added ubuntu + fireos, fixed firefoxos dupe


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

Branch: refs/heads/master
Commit: 6137fc04a55a818d779aee8532423b7e35993023
Parents: 7b49d99
Author: Steven Gill <st...@gmail.com>
Authored: Tue Dec 3 15:32:19 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Dec 3 15:32:19 2013 -0800

----------------------------------------------------------------------
 coho | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/6137fc04/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 884f700..a879892 100755
--- a/coho
+++ b/coho
@@ -101,11 +101,23 @@ var platformRepos = [
         cordovaJsPaths: ['CordovaFramework/cordova.js'],
         inactive: true
     }, {
-        title: 'Firefox OS',
-        id: 'firefoxos',
-        repoName: 'cordova-firefoxos',
-        jiraComponentName: 'FirefoxOS',
-        cordovaJsPaths: ['cordova-lib/cordova.js']
+        title: 'Ubuntu',
+        id: 'ubuntu',
+        repoName: 'cordova-ubuntu',
+        jiraComponentName: 'UBUNTU',
+        cordovaJsPaths: ['www/cordova.js']
+    }, {
+        title: 'Amazon Fire OS',
+        id: 'ubuntu',
+        repoName: 'cordova-amazon-fireos',
+        jiraComponentName: 'Amazon FireOS',
+        cordovaJsPaths: ['framework/assets/www/cordova.js'],
+        ratExcludes: [
+            '*.properties',
+            'bin',
+            'gen',
+            'proguard-project.txt'
+        ]
     }, {
         title: 'Bada',
         id: 'bada',