should remove tags from source files that have no data
------------------------------------------------------
Key: GERONIMODEVTOOLS-395
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-395
Project: Geronimo-Devtools
Issue Type: Sub-task
Components: eclipse-plugin
Affects Versions: 2.1.x
Reporter: B.J. Reed
Assignee: B.J. Reed
Priority: Minor
Fix For: 2.1.x
When using any of the deployment plan editors, setting a field to have nothing
in it gives an XML tag with nothing in it. Before editing a plan, unnecessary
tags are not shown in the deployment plan, this is the state the plan should
revert to. For example:
If I use the editor to specify an application client call back handler, I will
get a tag like this (which is good)
<client:callback-handler>aHandler</client:callback-handler>
Going back into the editor and removing that, I get
<client:callback-handler></client:callback-handler>
I was expecting the whole line to just be deleted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.