You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/02/21 19:46:05 UTC

[2/6] android commit: Updating the JS for 2.5.0rc1

Updating the JS for 2.5.0rc1


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

Branch: refs/heads/master
Commit: 5462eddfdbde610cd727912cbf728a191a75b18a
Parents: fef51f1
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Feb 20 13:52:29 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed Feb 20 13:52:29 2013 -0800

----------------------------------------------------------------------
 framework/assets/js/cordova.android.js |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/5462eddf/framework/assets/js/cordova.android.js
----------------------------------------------------------------------
diff --git a/framework/assets/js/cordova.android.js b/framework/assets/js/cordova.android.js
index 7e2c3c2..19c9281 100644
--- a/framework/assets/js/cordova.android.js
+++ b/framework/assets/js/cordova.android.js
@@ -1,8 +1,8 @@
 // Platform: android
 
-// commit 04e4ceafdcd59cdd937e873cc9006766c1e5940a
+// commit 521bbd64ed729ca76b6646d25bb01b76ee8a54b5
 
-// File generated at :: Wed Feb 20 2013 12:58:29 GMT-0800 (PST)
+// File generated at :: Wed Feb 20 2013 13:49:25 GMT-0800 (PST)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -4976,6 +4976,17 @@ module.exports = function(exportFunc) {
 
 });
 
+// file: lib/common/plugin/filetransfer/symbols.js
+define("cordova/plugin/filetransfer/symbols", function(require, exports, module) {
+
+
+var modulemapper = require('cordova/modulemapper');
+
+modulemapper.clobbers('cordova/plugin/FileTransfer', 'FileTransfer');
+modulemapper.clobbers('cordova/plugin/FileTransferError', 'FileTransferError');
+
+});
+
 // file: lib/common/plugin/geolocation.js
 define("cordova/plugin/geolocation", function(require, exports, module) {