You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/06 21:37:39 UTC

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

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


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


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

Branch: refs/heads/3.3.x
Commit: 4f47c2cb8b223c98d2bd4cf46b03dbdc2c0a2ae4
Parents: 103e9b6
Author: Steven Gill <st...@gmail.com>
Authored: Fri Dec 6 12:35:10 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Dec 6 12:35:10 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/4f47c2cb/cordova-lib/cordova.js
----------------------------------------------------------------------
diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 939690e..2907c88 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: firefoxos
-// 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] git commit: Set VERSION to 3.3.0-rc1 (via coho)

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


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

Branch: refs/heads/3.3.x
Commit: fd5f809692bb736b61161708010f0b84855c49fe
Parents: 4f47c2c
Author: Steven Gill <st...@gmail.com>
Authored: Fri Dec 6 12:35:11 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Dec 6 12:35:11 2013 -0800

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


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