[ANN] Extension Points moved [message #41516] |
Wed, 08 August 2007 23:50 |
Eclipse User |
|
|
|
Originally posted by: b.muskalla.gmx.net
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
|
|
|
Powered by
FUDForum. Page generated in 0.01684 seconds