[ 
https://issues.apache.org/jira/browse/CB-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779095#comment-13779095
 ] 

ASF subversion and git services commented on CB-4809:
-----------------------------------------------------

Commit f240acc532f93bdf16761836d9b7418373afebec in branch refs/heads/master 
from [~shepheb]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=f240acc ]

[CB-4809]: Check that dependencies' IDs match the <dependency> tags

                
> Plugman should check that the plugin ID of dependencies match the ID within 
> the <dependency> tag
> ------------------------------------------------------------------------------------------------
>
>                 Key: CB-4809
>                 URL: https://issues.apache.org/jira/browse/CB-4809
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugman
>            Reporter: Andrew Grieve
>            Assignee: Braden Shepherdson
>            Priority: Minor
>
> If you have a plugin.xml with 
> {code}
> <dependency id="foo" url="MY_URL"/>
> {code}
> But the plugin at `MY_URL` declares:
> {code}
> <plugin id="bar">
> {code}
> Then plugman will install the plugin and there will be no way to remove it.
> The desired behviour in this case should be that it fails to install.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to