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 0D4BD1095B for ; Thu, 31 Oct 2013 00:50:51 +0000 (UTC) Received: (qmail 40333 invoked by uid 500); 31 Oct 2013 00:50:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 40276 invoked by uid 500); 31 Oct 2013 00:50:50 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 40265 invoked by uid 99); 31 Oct 2013 00:50:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 00:50:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 348C18A075C; Thu, 31 Oct 2013 00:50:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Date: Thu, 31 Oct 2013 00:50:51 -0000 Message-Id: <9917b026f7d643ea976866ce68f59ecd@git.apache.org> In-Reply-To: <61b8611bbfad4f7f984e063627b9b330@git.apache.org> References: <61b8611bbfad4f7f984e063627b9b330@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] js commit: windows8 remove unused symbols windows8 remove unused symbols Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/835f00ec Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/835f00ec Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/835f00ec Branch: refs/heads/2.9.x Commit: 835f00ec9b630b79dfeac1a455c43bb80dce30f6 Parents: 5d699b7 Author: purplecabbage Authored: Wed Oct 30 17:50:20 2013 -0700 Committer: purplecabbage Committed: Wed Oct 30 17:50:20 2013 -0700 ---------------------------------------------------------------------- lib/windows8/plugin/capture/symbols.js | 31 ----------------------------- lib/windows8/plugin/file/symbols.js | 27 ------------------------- lib/windows8/plugin/media/symbols.js | 25 ----------------------- 3 files changed, 83 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/835f00ec/lib/windows8/plugin/capture/symbols.js ---------------------------------------------------------------------- diff --git a/lib/windows8/plugin/capture/symbols.js b/lib/windows8/plugin/capture/symbols.js deleted file mode 100644 index d47db46..0000000 --- a/lib/windows8/plugin/capture/symbols.js +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * -*/ - -var modulemapper = require('cordova/modulemapper'); - -modulemapper.clobbers('cordova/plugin/CaptureError', 'CaptureError'); -modulemapper.clobbers('cordova/plugin/CaptureAudioOptions', 'CaptureAudioOptions'); -modulemapper.clobbers('cordova/plugin/CaptureImageOptions', 'CaptureImageOptions'); -modulemapper.clobbers('cordova/plugin/CaptureVideoOptions', 'CaptureVideoOptions'); -modulemapper.clobbers('cordova/plugin/MediaFile', 'MediaFile'); -modulemapper.clobbers('cordova/plugin/MediaFileData', 'MediaFileData'); -modulemapper.clobbers('cordova/plugin/capture', 'navigator.device.capture'); - -modulemapper.merges('cordova/plugin/windows8/MediaFile', 'MediaFile'); http://git-wip-us.apache.org/repos/asf/cordova-js/blob/835f00ec/lib/windows8/plugin/file/symbols.js ---------------------------------------------------------------------- diff --git a/lib/windows8/plugin/file/symbols.js b/lib/windows8/plugin/file/symbols.js deleted file mode 100644 index 12a1c8c..0000000 --- a/lib/windows8/plugin/file/symbols.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * -*/ - - -var modulemapper = require('cordova/modulemapper'), - symbolshelper = require('cordova/plugin/file/symbolshelper'); - -symbolshelper(modulemapper.defaults); -modulemapper.clobbers('cordova/plugin/File', 'File'); -modulemapper.clobbers('cordova/plugin/FileReader', 'FileReader'); http://git-wip-us.apache.org/repos/asf/cordova-js/blob/835f00ec/lib/windows8/plugin/media/symbols.js ---------------------------------------------------------------------- diff --git a/lib/windows8/plugin/media/symbols.js b/lib/windows8/plugin/media/symbols.js deleted file mode 100644 index 2039a1f..0000000 --- a/lib/windows8/plugin/media/symbols.js +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * -*/ - - -var modulemapper = require('cordova/modulemapper'); - -modulemapper.defaults('cordova/plugin/Media', 'Media'); -modulemapper.clobbers('cordova/plugin/MediaError', 'MediaError');