Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF16218714 for ; Fri, 18 Mar 2016 14:54:35 +0000 (UTC) Received: (qmail 52987 invoked by uid 500); 18 Mar 2016 14:54:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 52950 invoked by uid 500); 18 Mar 2016 14:54:35 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 52929 invoked by uid 99); 18 Mar 2016 14:54:35 -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; Fri, 18 Mar 2016 14:54:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 266E3DFA43; Fri, 18 Mar 2016 14:54:35 +0000 (UTC) From: vladimir-kotikov To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-android pull request: CB-10833 Reuse plugin installation l... Content-Type: text/plain Date: Fri, 18 Mar 2016 14:54:35 +0000 (UTC) GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-android/pull/282 CB-10833 Reuse plugin installation logic from cordova-common DO NOT MERGE This PR is for demo purpose only and shows how the platform code will look like after plugin adding/removal functionality is moved into `cordova-common`. See apache/cordova-lib#414 for required changes in `cordova-lib`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-android CB-10833 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/282.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #282 ---- commit 71460ecf7b8108b569b9d716b1410c23cea65382 Author: Vladimir Kotikov Date: 2016-03-09T14:46:07Z CB-10822 Deduplicate plugin_metadata logic to cordova-common commit 20cbaed5e30dc4bda13f7823555c2dd08b780d0b Author: Vladimir Kotikov Date: 2016-03-10T11:14:42Z Upgrade to latest common from CB-10822 commit 15ad9327a82ee009fe6c33acea1199fdf34432b3 Author: Vladimir Kotikov Date: 2016-03-10T08:35:18Z Update platform to use PluginManager from common commit 435acfe926f593f111cd68550b2bef83fe5a051c Author: Vladimir Kotikov Date: 2016-03-10T09:12:19Z Upgrade cordova-common commit e1cf50fd8d0737d71b21eb82c1abbeee508f29d7 Author: Vladimir Kotikov Date: 2016-03-10T10:02:13Z Instantiate munger and platformJson when needed only commit e3e4eb741bb114ac93f404dca2f692bb255a9beb Author: Vladimir Kotikov Date: 2016-03-10T11:49:21Z Upgrade cordova-common ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org