]
Alexey Kazakov updated JBIDE-18997:
-----------------------------------
Parent: (was: JBIDE-18857)
Issue Type: Feature Request (was: Sub-task)
Editor for batch.xml
--------------------
Key: JBIDE-18997
URL:
https://issues.jboss.org/browse/JBIDE-18997
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: batch
Affects Versions: 4.3.0.Alpha1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Priority: Minor
Labels: new_and_noteworthy
Fix For: 4.3.x
It is a very simple xml:
{code}
<batch-artifacts
xmlns="http://xmlns.jcp.org/xml/ns/javaee">
<ref id="<reference-name>" class="<impl-class-name>"
/>
</batch-artifacts>
{code}
that can be easily managed in a text editor, but for our tool completeness we may provide
a Tree+Source editor for it.