[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: API call to convert plugin.xml to manifest.mf
|
We are auto-generating plugins and we have a LOT of them. So far we were generating plugin.xml files. Because this software is in production we'd like to minimize the risk and use established PDE's way to convert these plugins into the manifest.mf (OSGI them). Once we feel comfortable with manifest.mf file structure we'll instruct code generators to generate manifest.mf instead of plugin.xml.