Add ivy.xsd to ivy.xml template
-------------------------------
Key: IVYDE-165
URL: https://issues.apache.org/jira/browse/IVYDE-165
Project: IvyDE
Issue Type: Improvement
Affects Versions: 2.0.0.beta1
Reporter: Marko Niemi
Attachments: ivy-template.xml.patch
It is perhaps not in IvyDE scope to provide an XML editor, since Eclipse
contains a nice XML editor. Ivy.xml file can be opened with default XML editor
by selecting 'Open With' -> 'XML Editor' from popup menu.
Eclipse XML editor can do content assist, if the XML file contains reference to
DTD or XSD file.
Therefore I suggest that the XSD reference is added to ivy-template.xml:
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://ant.apache.org/ivy/schemas/ivy.xsd">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.