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 7BEA2E8EB for ; Mon, 25 Feb 2013 13:41:06 +0000 (UTC) Received: (qmail 82888 invoked by uid 500); 25 Feb 2013 13:41:04 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 82429 invoked by uid 500); 25 Feb 2013 13:41:03 -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 79701 invoked by uid 99); 25 Feb 2013 13:40:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 13:40:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8271982F9FC; Mon, 25 Feb 2013 13:40:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mmocny@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [10/50] js commit: [all] Move FileTransfer into its own symbols.js. Message-Id: <20130225134051.8271982F9FC@tyr.zones.apache.org> Date: Mon, 25 Feb 2013 13:40:51 +0000 (UTC) [all] Move FileTransfer into its own 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/6d3da393 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/6d3da393 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/6d3da393 Branch: refs/heads/multipart_plugin_result Commit: 6d3da39328f5b05cb443b4a81e66a668d96e86ab Parents: e389dfd Author: Andrew Grieve Authored: Tue Feb 12 14:18:55 2013 -0500 Committer: Andrew Grieve Committed: Tue Feb 12 14:24:33 2013 -0500 ---------------------------------------------------------------------- lib/common/plugin/file/symbolshelper.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/6d3da393/lib/common/plugin/file/symbolshelper.js ---------------------------------------------------------------------- diff --git a/lib/common/plugin/file/symbolshelper.js b/lib/common/plugin/file/symbolshelper.js index 6ec35f1..ee07de3 100644 --- a/lib/common/plugin/file/symbolshelper.js +++ b/lib/common/plugin/file/symbolshelper.js @@ -27,8 +27,6 @@ module.exports = function(exportFunc) { exportFunc('cordova/plugin/FileError', 'FileError'); exportFunc('cordova/plugin/FileReader', 'FileReader'); exportFunc('cordova/plugin/FileSystem', 'FileSystem'); - exportFunc('cordova/plugin/FileTransfer', 'FileTransfer'); - exportFunc('cordova/plugin/FileTransferError', 'FileTransferError'); exportFunc('cordova/plugin/FileUploadOptions', 'FileUploadOptions'); exportFunc('cordova/plugin/FileUploadResult', 'FileUploadResult'); exportFunc('cordova/plugin/FileWriter', 'FileWriter');