Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5E6B1200B62 for ; Fri, 12 Aug 2016 12:45:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5D269160AB0; Fri, 12 Aug 2016 10:45:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CDB22160AA6 for ; Fri, 12 Aug 2016 12:45:06 +0200 (CEST) Received: (qmail 62540 invoked by uid 500); 12 Aug 2016 10:45:05 -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 62529 invoked by uid 99); 12 Aug 2016 10:45:05 -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, 12 Aug 2016 10:45:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 870C1E0252; Fri, 12 Aug 2016 10:45:05 +0000 (UTC) From: vladimir-kotikov To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-lib pull request #479: CB-11698 Fix plugin installation when restori... Content-Type: text/plain Date: Fri, 12 Aug 2016 10:45:05 +0000 (UTC) archived-at: Fri, 12 Aug 2016 10:45:07 -0000 GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/479 CB-11698 Fix plugin installation when restoring platform This partially reverts #464 and forces cordova to always check for and install plugins, added to the project, to platform that is being restored at the moment. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vladimir-kotikov/cordova-lib CB-11698 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-lib/pull/479.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 #479 ---- commit 30ab88e8f1d5a436a4efa55e47dde90dc5c456f0 Author: Vladimir Kotikov Date: 2016-08-12T10:36:36Z CB-11698 Fix plugin installation when restoring platform This partially reverts #464 and forces cordova to always check for and install plugins, added to the project, to platform that is being restored at the moment. ---- --- 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