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 1A743180D1 for ; Tue, 16 Jun 2015 23:08:05 +0000 (UTC) Received: (qmail 47452 invoked by uid 500); 16 Jun 2015 23:08:05 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 47369 invoked by uid 500); 16 Jun 2015 23:08:05 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 47202 invoked by uid 99); 16 Jun 2015 23:08:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 23:08:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B624BE3C56; Tue, 16 Jun 2015 23:08:04 +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: Tue, 16 Jun 2015 23:08:07 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] cordova-plugin-console git commit: move logger.js and console-via-logger.js to common modules, instead of the numerous repeats that were there. move logger.js and console-via-logger.js to common modules, instead of the numerous repeats that were there. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/d58f218b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/d58f218b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/d58f218b Branch: refs/heads/master Commit: d58f218b9149d362ebb0b8ce697cf403569d14cd Parents: b489956 Author: Jesse MacFadyen Authored: Tue Jun 16 16:01:23 2015 -0700 Committer: Jesse MacFadyen Committed: Tue Jun 16 16:01:23 2015 -0700 ---------------------------------------------------------------------- plugin.xml | 51 ++++++++------------------------------------------- 1 file changed, 8 insertions(+), 43 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/d58f218b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 34c8b1f..fa87b4e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,14 @@ https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git https://issues.apache.org/jira/browse/CB/component/12320644 + + + + + + + + @@ -38,14 +46,6 @@ - - - - - - - - @@ -53,13 +53,6 @@ - - - - - - - @@ -74,14 +67,6 @@ - - - - - - - - @@ -93,35 +78,15 @@ - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org