plugin.xml: import files Imants Cekusins Created August 25, 2015 15:45 I am looking for ways to organize plugin.xml content.Is there a way to move parts of plugin.xml to separate .xml files and import these files to plugin.xml?Thank you very much!
Yes, you can use XInclude for this purpose. See our IdeaPlugin.xml for an example.
Thank you very much, Dmitry!!