-
Notifications
You must be signed in to change notification settings - Fork 51
plugin.xml for eclipse ide app
Andrey Hihlovskiy edited this page Jul 2, 2014
·
10 revisions
We already know how to program "plugin.xml" for RCP app.
Programming "plugin.xml" for IDE app is not much different. There is only one difference: Wuff does not generate extension-point "org.eclipse.core.runtime.applications" for IDE apps. Instead, it uses the extension-point "org.eclipse.ui.ide.workbench", provided by Eclipse libraries.
Next page: "plugin.xml" expression injection