[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625749#action_12625749
]
B.J. Reed commented on GERONIMODEVTOOLS-395:
--------------------------------------------
3 more tags that can be removed by the deplyment plan editor when empty.
<dep:dependencies/>
<dep:hidden-classes/>
<dep:non-overridable-classes/>
> 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.3
> Reporter: B.J. Reed
> Assignee: B.J. Reed
> Priority: Minor
> Fix For: 2.1.3
>
> Attachments: GERONIMODEVTOOLS-395a.patch
>
>
> 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.