Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » [ANN] Extension Points moved
[ANN] Extension Points moved [message #41516] Wed, 08 August 2007 23:50
Eclipse UserFriend
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
Previous Topic:selection on focus problem
Next Topic:PDF-Documents
Goto Forum:
  


Current Time: Sun Sep 22 10:05:06 GMT 2024

Powered by FUDForum. Page generated in 0.03546 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top