Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] [ANN] Extension Points moved

Hello all,

to be with RAP as near as possible at the original implementation of RCP we decided to repackage some bits to a new bundle called "org.eclipse.rap.ui" - an equivalent to the existing "org.eclipse.ui" plug-in. As consequence some of the existing extension points has been moved to another namespace. Here is a list with all changes:

The RAP-specific extension points were moved from the "org.eclipse.rap.ui.workbench" namespace to "org.eclipse.rap.ui". This affects:
- adapterfactory
- entrypoint
- phaselistener
- resources

Extension points for themeing were moved from "org.eclipse.rap.swt" to the namespace mentioned above. This affects:
- themeableWidgets
- themes


All other extensions points (like "org.eclipse.ui.*") are not affected at all.

To adapt your existing plug-ins
- open your manifest editor of your plug-in
- switch to the "Dependencies" tab
- replace "org.eclipse.rap.ui.workbench" with "org.eclipse.rap.ui"
- switch to the "plugin.xml" tab in order to adapt the namespace changes according to the list above. PDE will help here.

Bye
  Benny


Back to the top