I have an Eclipse plugin containing a resource file (resource.xml) which is loaded by the source code. This plugin is used in two applications, one base and one derivative, and I want to use a different resource.xml file in the derivative application.
I've been investigating Eclipse fragments as a possible way of doing this, but all results my research has turned up either described how to replace .class files or have only described fragments at a very abstract level.
Now I ask, is there a way to do this using fragments, or am I investigating a dead end?