Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Overrinding extension point implementation
Overrinding extension point implementation [message #312149] Thu, 01 February 2007 10:08
Eclipse UserFriend
Hi all,

I've a question about extension point:
I've made a plugin, which implements 2 extension point
(org.eclipse.debug.ui.launchConfigurationTabGroups and
org.eclipse.debug.core.launchDelegates)

Now, I've made a second plugin. This second plugin is optional. This
second plugin depends on the first one.
This second plugin overrides the implementation provided by the first
plugin.
(e.g. suppress the first launch delegate and tab group, and replace them
by a new implementation).

So I try to declare the same extension point (same ids, but different
implementation) in the plugin.xml of the second plugin.

It seems to work well. However, I've found nothing about that in eclipse
documentation.

Is it OK to do that ?

Many thanks,
Xavier
Previous Topic:Loading same plug-in twice, different versions
Next Topic:headless build source level
Goto Forum:
  


Current Time: Fri May 09 21:10:54 EDT 2025

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

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

Back to the top