You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/12/04 23:20:54 UTC

[1/2] ios commit: Update JS snapshot to version 3.3.0-rc1 (via coho)

Updated Branches:
  refs/heads/3.3.x [created] 170d38321


Update JS snapshot to version 3.3.0-rc1 (via coho)


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

Branch: refs/heads/3.3.x
Commit: aaad52326556145d227ef3d782dc1cd6207045be
Parents: 5dec9cc
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 4 14:19:02 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 4 14:19:02 2013 -0800

----------------------------------------------------------------------
 CordovaLib/cordova.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/aaad5232/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 903ff1a..ce986d0 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ios
-// 3.3.0-dev-c9de1bc
+// 3.3.0-rc1
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var CORDOVA_JS_BUILD_LABEL = '3.3.0-dev-c9de1bc';
+var CORDOVA_JS_BUILD_LABEL = '3.3.0-rc1';
 // file: lib/scripts/require.js
 
 /*jshint -W079 */
@@ -507,7 +507,7 @@ function include(parent, objects, clobber, merge) {
                 include(result, obj.children, clobber, merge);
             }
         } catch(e) {
-            utils.alert('Exception building cordova JS globals: ' + e + ' for key "' + key + '"');
+            utils.alert('Exception building Cordova JS globals: ' + e + ' for key "' + key + '"');
         }
     });
 }


[2/2] ios commit: Set VERSION to 3.3.0-rc1 (via coho)

Posted by sh...@apache.org.
Set VERSION to 3.3.0-rc1 (via coho)


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

Branch: refs/heads/3.3.x
Commit: 170d38321ff959dd2a39624ef9f89328ab92c018
Parents: aaad523
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 4 14:19:03 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 4 14:19:03 2013 -0800

----------------------------------------------------------------------
 CordovaLib/VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/170d3832/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 6d7d659..490631a 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-3.3.0-dev
+3.3.0-rc1