You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by gt...@apache.org on 2013/02/06 16:32:00 UTC

js commit: Fixed Jakefile device building problem

Updated Branches:
  refs/heads/master b5cd734b7 -> 5ec704114


Fixed Jakefile device building problem


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

Branch: refs/heads/master
Commit: 5ec7041147258854d34935ddcfc224af13d0b583
Parents: b5cd734
Author: Gord Tanner <gt...@gmail.com>
Authored: Wed Feb 6 10:29:48 2013 -0500
Committer: Gord Tanner <gt...@gmail.com>
Committed: Wed Feb 6 10:29:48 2013 -0500

----------------------------------------------------------------------
 Jakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5ec70411/Jakefile
----------------------------------------------------------------------
diff --git a/Jakefile b/Jakefile
index 020d486..64f9992 100644
--- a/Jakefile
+++ b/Jakefile
@@ -110,7 +110,7 @@ task('update-version', ['set-cwd'], function() {
     var files = {
         "lib/bada/plugin/bada/device.js":/(me\.cordova\s=\s").+(")/,
         "lib/tizen/plugin/tizen/Device.js":/(this\.cordova\s=\s").+(")/,
-        "lib/firefoxos/plugin/firefoxos/Device.js":/(this\.cordova\s=\s").+(")/,
+        "lib/firefoxos/plugin/firefoxos/device.js":/(this\.cordova\s=\s").+(")/,
         "lib/blackberry/plugin/qnx/device.js":/(cordova:\s").+(")/,
         "lib/blackberry/plugin/air/device.js":/(cordova:\s").+(")/
     };