You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/01 23:09:19 UTC

[17/58] [abbrv] git commit: update to 2.2.0rc2

update to 2.2.0rc2


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

Branch: refs/heads/master
Commit: d805058b9accf37a0b3c665c3371d53a91d77db0
Parents: 25399a3
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Oct 26 14:05:48 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Oct 26 14:05:48 2012 -0700

----------------------------------------------------------------------
 VERSION                                   |    2 +-
 example/www/cordova-2.2.0.js              |    9 ++++-----
 templates/description.txt                 |    2 +-
 templates/full/VERSION                    |    2 +-
 templates/full/www/cordova-2.2.0.js       |    9 ++++-----
 templates/standalone/VERSION              |    2 +-
 templates/standalone/www/cordova-2.2.0.js |    9 ++++-----
 7 files changed, 16 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/d805058b/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 50aea0e..01a6c09 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0
\ No newline at end of file
+2.2.0rc2
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/d805058b/example/www/cordova-2.2.0.js
----------------------------------------------------------------------
diff --git a/example/www/cordova-2.2.0.js b/example/www/cordova-2.2.0.js
index 0a39b5f..1e5153d 100644
--- a/example/www/cordova-2.2.0.js
+++ b/example/www/cordova-2.2.0.js
@@ -1,6 +1,6 @@
-// commit 337b1f443491f3fdb816dc32f70e5378e0e1967c
+// commit faea9fb423e7dffb60b10d378cf089cdb48c6cf0
 
-// File generated at :: Mon Oct 15 2012 14:45:09 GMT-0700 (Pacific Daylight Time)
+// File generated at :: Fri Oct 26 2012 13:39:25 GMT-0700 (Pacific Daylight Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -695,7 +695,6 @@ module.exports = {
         return ( CommandProxyMap[service] ? CommandProxyMap[service][action] : null );
     }
 };
-
 });
 
 // file: lib\common\common.js
@@ -6182,8 +6181,8 @@ utils.extend = (function() {
  * Alerts a message in any available way: alert or console.log.
  */
 utils.alert = function(msg) {
-    if (alert) {
-        alert(msg);
+    if (window.alert) {
+        window.alert(msg);
     } else if (console && console.log) {
         console.log(msg);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/d805058b/templates/description.txt
----------------------------------------------------------------------
diff --git a/templates/description.txt b/templates/description.txt
index a31dd65..039cf14 100644
--- a/templates/description.txt
+++ b/templates/description.txt
@@ -1,4 +1,4 @@
 CordovaStarter
 
-Starter project for building a Cordova app for Windows Phone version: 2.2.0rc1
+Starter project for building a Cordova app for Windows Phone version: 2.2.0rc2
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/d805058b/templates/full/VERSION
----------------------------------------------------------------------
diff --git a/templates/full/VERSION b/templates/full/VERSION
index 50aea0e..01a6c09 100644
--- a/templates/full/VERSION
+++ b/templates/full/VERSION
@@ -1 +1 @@
-2.1.0
\ No newline at end of file
+2.2.0rc2
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/d805058b/templates/full/www/cordova-2.2.0.js
----------------------------------------------------------------------
diff --git a/templates/full/www/cordova-2.2.0.js b/templates/full/www/cordova-2.2.0.js
index 0a39b5f..1e5153d 100644
--- a/templates/full/www/cordova-2.2.0.js
+++ b/templates/full/www/cordova-2.2.0.js
@@ -1,6 +1,6 @@
-// commit 337b1f443491f3fdb816dc32f70e5378e0e1967c
+// commit faea9fb423e7dffb60b10d378cf089cdb48c6cf0
 
-// File generated at :: Mon Oct 15 2012 14:45:09 GMT-0700 (Pacific Daylight Time)
+// File generated at :: Fri Oct 26 2012 13:39:25 GMT-0700 (Pacific Daylight Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -695,7 +695,6 @@ module.exports = {
         return ( CommandProxyMap[service] ? CommandProxyMap[service][action] : null );
     }
 };
-
 });
 
 // file: lib\common\common.js
@@ -6182,8 +6181,8 @@ utils.extend = (function() {
  * Alerts a message in any available way: alert or console.log.
  */
 utils.alert = function(msg) {
-    if (alert) {
-        alert(msg);
+    if (window.alert) {
+        window.alert(msg);
     } else if (console && console.log) {
         console.log(msg);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/d805058b/templates/standalone/VERSION
----------------------------------------------------------------------
diff --git a/templates/standalone/VERSION b/templates/standalone/VERSION
index 50aea0e..01a6c09 100644
--- a/templates/standalone/VERSION
+++ b/templates/standalone/VERSION
@@ -1 +1 @@
-2.1.0
\ No newline at end of file
+2.2.0rc2
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/d805058b/templates/standalone/www/cordova-2.2.0.js
----------------------------------------------------------------------
diff --git a/templates/standalone/www/cordova-2.2.0.js b/templates/standalone/www/cordova-2.2.0.js
index 0a39b5f..1e5153d 100644
--- a/templates/standalone/www/cordova-2.2.0.js
+++ b/templates/standalone/www/cordova-2.2.0.js
@@ -1,6 +1,6 @@
-// commit 337b1f443491f3fdb816dc32f70e5378e0e1967c
+// commit faea9fb423e7dffb60b10d378cf089cdb48c6cf0
 
-// File generated at :: Mon Oct 15 2012 14:45:09 GMT-0700 (Pacific Daylight Time)
+// File generated at :: Fri Oct 26 2012 13:39:25 GMT-0700 (Pacific Daylight Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -695,7 +695,6 @@ module.exports = {
         return ( CommandProxyMap[service] ? CommandProxyMap[service][action] : null );
     }
 };
-
 });
 
 // file: lib\common\common.js
@@ -6182,8 +6181,8 @@ utils.extend = (function() {
  * Alerts a message in any available way: alert or console.log.
  */
 utils.alert = function(msg) {
-    if (alert) {
-        alert(msg);
+    if (window.alert) {
+        window.alert(msg);
     } else if (console && console.log) {
         console.log(msg);
     }