You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/03/25 23:43:18 UTC

git commit: removing firefox os from core (default) platforms, adding cordova-mac

Updated Branches:
  refs/heads/jira 94a0be8bb -> 96b936919


removing firefox os from core (default) platforms, adding cordova-mac


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

Branch: refs/heads/jira
Commit: 96b936919786ec3db9bcdd90495ece5525f8cdc0
Parents: 94a0be8
Author: Fil Maj <ma...@gmail.com>
Authored: Mon Mar 25 15:43:12 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Mon Mar 25 15:43:12 2013 -0700

----------------------------------------------------------------------
 README.md |    2 +-
 jira.js   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/96b93691/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c995646..4600269 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Where:
   - webOS
   - FireFoxOS
 
-If no `platforms` are specified explicitly, the "core" platforms will be included in an issue (Android, iOS, BlackBerry, Windows Phone 7 + 8, Windows 8, FirefoxOS).
+If no `platforms` are specified explicitly, the "core" platforms will be included in an issue (Android, iOS, BlackBerry, Windows Phone 7 + 8, Windows 8, Mac/OSX).
 
 ## Contributors
 

http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/96b93691/jira.js
----------------------------------------------------------------------
diff --git a/jira.js b/jira.js
index 18a7698..e4ba3f3 100644
--- a/jira.js
+++ b/jira.js
@@ -257,7 +257,7 @@ request.get(API_URL + 'project/' + JIRA_PROJECT_KEY + '/components', function(er
                                     }
                                 });
                             } else {
-                                platforms = ['Android', 'BlackBerry', 'iOS', 'WP7', 'WP8', 'Windows 8', 'FirefoxOS']
+                                platforms = ['Android', 'BlackBerry', 'iOS', 'WP7', 'WP8', 'Windows 8', 'Mac']
                             }
                             var num_callbacks = 3 + platforms.length;
                             var end = n(num_callbacks, function() {