| [news.eclipse.technology] Re: API class to change plugin.xml |
Hi,
I need to progrmmatically change plugin.xml and have been looking for such a class without success. For example, I need to add a few jar files to the runtime classpath of the plugin.xml. Could you let me know if there is any API class to do that?
Regards, Choudary.
There is no such thing.
If you want to manipulate loading jars, please read about equinox.
-- HTH
Chris