You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/01 17:01:22 UTC

[4/7] git commit: added firefoxos

added firefoxos


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

Branch: refs/heads/master
Commit: dcf5250cc710989f5673e634614eb6ed23689a04
Parents: 3564f28
Author: Steven Gill <st...@gmail.com>
Authored: Thu Sep 19 16:44:44 2013 -0700
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Oct 1 10:56:26 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/dcf5250c/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 46619c1..0dc6912 100755
--- a/coho
+++ b/coho
@@ -94,6 +94,13 @@ var platformRepos = [
         cordovaJsSrcName: 'cordova.windowsphone.js',
         cordovaJsPaths: ['common/www/cordova.js']
     }, {
+        title: 'Firefox OS',
+        id: 'firefoxos',
+        repoName: 'cordova-firefoxos',
+        jiraComponentName: 'FirefoxOS',
+        cordovaJsSrcName: 'cordova.firefoxos.js',
+        cordovaJsPaths: ['cordova-lib/cordova.js']
+    }, {
         title: 'Mac OSX',
         id: 'osx',
         repoName: 'cordova-osx',