]
Nick Boldt updated ERT-315:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon (4.6))
Changes in config.xml are not correctly propagated to project
[EBZ#496329]
--------------------------------------------------------------------------
Key: ERT-315
URL:
https://issues.jboss.org/browse/ERT-315
Project: Eclipse Release Train
Issue Type: Task
Components: Thym
Reporter: Nick Boldt
Priority: Minor
Labels: 2.0.0, General, bzira
Fix For: Oxygen.3 (4.7)
Thym relies on config.xml for information about the current Cordova project. While
changes to config.xml made through Thym functionality correctly update the project and
config.xml, changes made directly to config.xml cause the actual project and WidgetModel
to be inconsistent.
Example: Deleting a plugin tag from config.xml makes it appear as though that plugin was
removed from the project, even though the folders for that plugin are still attached to
the project, and running `cordova plugin list` from the commandline will list that plugin
as still installed.