I would like to be able to export my User Specified Entries from the XML Catalog (Preferences -> MyEclipse -> Editors -> XML -> XML Catalog) in order to share the entries with other developers. When I select “Advanced…” -> “Export…” and specify a file name, the following file gets generated:
<?xml version="1.0"?>
<XMLCatalogSettings>
<UserEntries>
</UserEntries>
</XMLCatalogSettings>
I have three entries defined in the preferences, but there are none in the catalog file. As a workaround until this is fixed, what is the format of this file so I can create it manually?
Thanks,
Eric