Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2A701774C for ; Thu, 20 Nov 2014 23:17:34 +0000 (UTC) Received: (qmail 45001 invoked by uid 500); 20 Nov 2014 23:17:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 44966 invoked by uid 500); 20 Nov 2014 23:17:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 44851 invoked by uid 99); 20 Nov 2014 23:17:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2014 23:17:34 +0000 Date: Thu, 20 Nov 2014 23:17:34 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-7969) plugin add ... makes it install for all platform when plugin.xml only supports 1 platform MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-7969: --------------------------------- Component/s: CLI > plugin add ... makes it install for all platform when plugin.xml only supports 1 platform > ----------------------------------------------------------------------------------------- > > Key: CB-7969 > URL: https://issues.apache.org/jira/browse/CB-7969 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Affects Versions: 3.6.0 > Reporter: Darryl L. Miles > > plugin add ... makes it installed for all platform when plugin.xml only supports 1 platform > $ cordova platform add blackberry10 > $ cordova platform add browser --usegit > $ cordova plugin add com.blackberry.notification > $ cordova build browser -d > See the output include the plugin when build 'browser'. > Now examine plugins\browser.json and the "installed_plugins" section, you will see it got added there. > Now examine plugins\com.blackberry.notification\plugin.xml and see that the element plugin.platform[name]="blackberry10" exists, but no other platform is supported and not default platform config is provided. > So why was it installed for the "browser" platform ? > I think it is expected it only gets installed into the "blackberry10" platform. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org