Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEEABF243 for ; Wed, 3 Apr 2013 00:26:23 +0000 (UTC) Received: (qmail 23028 invoked by uid 500); 3 Apr 2013 00:26:23 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 22952 invoked by uid 500); 3 Apr 2013 00:26:23 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 22923 invoked by uid 99); 3 Apr 2013 00:26:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 00:26:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4B4B0836686; Wed, 3 Apr 2013 00:26:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Wed, 03 Apr 2013 00:26:24 -0000 Message-Id: <593d33a5adef4850adcd4864bef5e437@git.apache.org> In-Reply-To: <8519786915c44fb28c8ecf1a590a5108@git.apache.org> References: <8519786915c44fb28c8ecf1a590a5108@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/9] js commit: [windowsphone] Move FileTransfer into symbols.js. [windowsphone] Move FileTransfer into symbols.js. Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/79131c96 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/79131c96 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/79131c96 Branch: refs/heads/master Commit: 79131c96575f74e38776ca50a43a43e935af0dd0 Parents: 0ec38e5 Author: Andrew Grieve Authored: Thu Feb 21 07:57:43 2013 -0500 Committer: Andrew Grieve Committed: Tue Apr 2 20:24:59 2013 -0400 ---------------------------------------------------------------------- lib/windowsphone/platform.js | 5 ----- lib/windowsphone/plugin/file/symbols.js | 1 - 2 files changed, 0 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/79131c96/lib/windowsphone/platform.js ---------------------------------------------------------------------- diff --git a/lib/windowsphone/platform.js b/lib/windowsphone/platform.js index 6cdb08f..5501b47 100644 --- a/lib/windowsphone/platform.js +++ b/lib/windowsphone/platform.js @@ -39,10 +39,5 @@ module.exports = { backButtonChannel.onHasSubscribersChange = function() { exec(null, null, "CoreEvents", "overridebackbutton", [this.numHandlers == 1]); }; - }, - clobbers: { - FileTransfer: { - path: 'cordova/plugin/windowsphone/FileTransfer' - } } }; http://git-wip-us.apache.org/repos/asf/cordova-js/blob/79131c96/lib/windowsphone/plugin/file/symbols.js ---------------------------------------------------------------------- diff --git a/lib/windowsphone/plugin/file/symbols.js b/lib/windowsphone/plugin/file/symbols.js index 1929144..12a1c8c 100644 --- a/lib/windowsphone/plugin/file/symbols.js +++ b/lib/windowsphone/plugin/file/symbols.js @@ -25,4 +25,3 @@ var modulemapper = require('cordova/modulemapper'), symbolshelper(modulemapper.defaults); modulemapper.clobbers('cordova/plugin/File', 'File'); modulemapper.clobbers('cordova/plugin/FileReader', 'FileReader'); -modulemapper.clobbers('cordova/plugin/windowsphone/FileTransfer', 'FileTransfer');