Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] org.eclipse.jst.common.navigator.internal.workingset.views.CommonWorkingSetNavigator


The version of the CommonWorkingSetNavigator has no direct correllation. The new CommonNavigator view part is org.eclipse.ui.navigator.CommonNavigator.

The extension point is nested under org.eclipse.ui.navigator.navigatorContent. You can define a commonWizard element as the top level contribution or nest it under a navigatorContent element to associate it with a given content extension.

With the release of https://bugs.eclipse.org/bugs/show_bug.cgi?id=137079, you'll be able to associate this without nesting.



-------------------------------------------------------------------------
Kind Regards,

Michael D. Elder
Rational Studio / Services Tools Development    
IBM RTP Lab
Ext: (919) 543-8356
T/L:  441-8356
mdelder@xxxxxxxxxx




Susanta Datta <sdatta@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

05/03/2006 04:05 PM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev]         org.eclipse.jst.common.navigator.internal.workingset.views.CommonWorkingSetNavigator






Does anyone know what's the replacement of
org.eclipse.jst.common.navigator.internal.workingset.views.CommonWorkingSetNavigator  and the extension point of "org.eclipse.wst.common.navigator.workbench.commonWizard"

thanks.

Susanta
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top