You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2018/05/19 23:02:00 UTC

[jira] [Closed] (CB-7969) plugin add ... makes it install for all platform when plugin.xml only supports 1 platform

     [ https://issues.apache.org/jira/browse/CB-7969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-7969.
----------------------------
    Resolution: Not A Problem

Looking at the plugin, it had the js out of the blackberry tag, that makes install the js to all platforms, it was updated later and moved the js to the platform tag, so the problem wasn't Cordova, was the plugin, closing as not a problem.

> 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: cordova-cli
>    Affects Versions: 3.6.0, 6.0.0
>            Reporter: Darryl L. Miles
>            Priority: Major
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org