You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2015/03/02 19:12:56 UTC

[2/3] spec commit: correct an error in add platform firefoxos

correct an error in add platform firefoxos


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/37fe23c0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/37fe23c0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/37fe23c0

Branch: refs/heads/master
Commit: 37fe23c06f63232ea72fe438579961b9becbd952
Parents: cb5a4e1
Author: Willy Aguirre <ma...@gmail.com>
Authored: Sat Feb 21 14:39:23 2015 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Sat Feb 21 14:39:23 2015 -0500

----------------------------------------------------------------------
 createmobilespec/createmobilespec.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/37fe23c0/createmobilespec/createmobilespec.js
----------------------------------------------------------------------
diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index 7a836e0..7a79c54 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -88,9 +88,9 @@ var top_dir =             process.cwd() + path.sep,
                             "windows":      { "bin": ["cordova-windows"],
                                               "www": ["www"] },
                             "wp8":          { "bin": ["cordova-wp8"],
-                                              "www": ["www"] } },
-                            "firefoxos":      { "bin": ["cordova-firefoxos"],
                                               "www": ["www"] },
+                            "firefoxos":    { "bin": ["cordova-firefoxos"],
+                                              "www": ["www"] } },
     argv = optimist.usage("\nUsage: $0 PLATFORM... [--help] [--plugman] [--link] [--global] [--globalplugins] [--skipjs] [--skiplink] [directoryName]\n" +
                           "A project will be created with the mobile-spec app and all the core plugins.\n" +
                           "At least one platform must be specified. See the included README.md.\n" +


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