the BIRT runtime download has a birt specific config.ini.
But we don't use the runtime download, as it does not contain all needed
plugins for our feature based rcp app.
Setting the osgi.parentClassloader attribute in our product config.ini
does not make any difference. The classes are just found, if placed in the
scriptlib folder of the viewer plugin. But i do not want to place all
classes/jars into that folder.
Isn't it somehow possible to "tell" BIRT globally in what plugin to look
after specific classes? Currently it is obivously restricted to the engine
instance i create before opening a report and therefore not valid when
navigating to a supreport where BIRT handles the engine creation...