[
https://issues.apache.org/jira/browse/CB-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383860#comment-14383860
]
ASF GitHub Bot commented on CB-8755:
------------------------------------
GitHub user TimBarham opened a pull request:
https://github.com/apache/cordova-lib/pull/197
CB-8755 Plugin --save: Multiple config.xml entries don't get removed.
Ensures all entries for a plugin get removed on `plugin remove --save`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-lib CB-8755
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/197.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 #197
----
commit 8284e006d90c668430cd29fc61ea813c99e0eaee
Author: Tim Barham <[email protected]>
Date: 2015-03-27T13:53:23Z
CB-8755 Plugin --save: Multiple config.xml entries don't get removed.
Ensures all entries for a plugin get removed on plugin remove --save.
----
> Plugin --save: Multiple config.xml entries don't get removed
> ------------------------------------------------------------
>
> Key: CB-8755
> URL: https://issues.apache.org/jira/browse/CB-8755
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib
> Reporter: Tim Barham
> Assignee: Tim Barham
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> *Steps:*
> Enter the following:
> {noformat}
> cordova plugin add cordova-plugin-camera --save
> {noformat}
> Then manually add another entry for camera on config.xml, then enter the
> following:
> {noformat}
> cordova plugin rm cordova-plugin-camera --save
> {noformat}
> *Expected:*
> All plugin entries to be removed from config.xml
> *Actual:*
> Only one entry is removed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]