Overrinding extension point implementation [message #312149] |
Thu, 01 February 2007 10:08 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04663 seconds