mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[173772] extension point renamed to newConnectionWizards and updated ISV docu
This commit is contained in:
parent
f02e807dda
commit
fcd9fc3124
6 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ Contributors:
|
|||
<plugin>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.rse.ui.newConnectionWizard">
|
||||
point="org.eclipse.rse.ui.newConnectionWizards">
|
||||
<newConnectionWizard
|
||||
canFinishEarly="false"
|
||||
categoryId="org.eclipse.rse.ui.wizards.newconnection.default.category"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<li><a href="org_eclipse_rse_ui_dynamicPopupMenuExtensions.html">org.eclipse.rse.ui.dynamicPopupMenuExtensions</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_keystoreProviders.html">org.eclipse.rse.ui.keystoreProviders</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_mountPathMappers.html">org.eclipse.rse.ui.mountPathMappers</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_newConnectionWizardDelegates.html">org.eclipse.rse.ui.newConnectionWizardDelegates</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_newConnectionWizards.html">org.eclipse.rse.ui.newConnectionWizards</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_persistenceProviders.html">org.eclipse.rse.ui.persistenceProviders</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_remoteSystemsViewPreferencesActions.html">org.eclipse.rse.ui.remoteSystemsViewPreferencesActions</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_subsystemConfigurations.html">org.eclipse.rse.ui.subsystemConfigurations</a></li>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<topic label="org.eclipse.rse.ui.dynamicPopupMenuExtensions" href="reference/extension-points/org_eclipse_rse_ui_dynamicPopupMenuExtensions.html" />
|
||||
<topic label="org.eclipse.rse.ui.keystoreProviders" href="reference/extension-points/org_eclipse_rse_ui_keystoreProviders.html" />
|
||||
<topic label="org.eclipse.rse.ui.mountPathMappers" href="reference/extension-points/org_eclipse_rse_ui_mountPathMappers.html" />
|
||||
<topic label="org.eclipse.rse.ui.newConnectionWizardDelegates" href="reference/extension-points/org_eclipse_rse_ui_newConnectionWizardDelegates.html" />
|
||||
<topic label="org.eclipse.rse.ui.newConnectionWizards" href="reference/extension-points/org_eclipse_rse_ui_newConnectionWizards.html" />
|
||||
<topic label="org.eclipse.rse.ui.persistenceProviders" href="reference/extension-points/org_eclipse_rse_ui_persistenceProviders.html" />
|
||||
<topic label="org.eclipse.rse.ui.remoteSystemsViewPreferencesActions" href="reference/extension-points/org_eclipse_rse_ui_remoteSystemsViewPreferencesActions.html" />
|
||||
<topic label="org.eclipse.rse.ui.subsystemConfigurations" href="reference/extension-points/org_eclipse_rse_ui_subsystemConfigurations.html" />
|
||||
|
|
|
@ -63,7 +63,7 @@ public class RSENewConnectionWizardRegistry extends RSEAbstractWizardRegistry {
|
|||
* @see org.eclipse.rse.ui.wizards.registries.RSEAbstractWizardRegistry#getExtensionPointId()
|
||||
*/
|
||||
protected String getExtensionPointId() {
|
||||
return RSEUIPlugin.getDefault().getBundle().getSymbolicName() + ".newConnectionWizard"; //$NON-NLS-1$
|
||||
return RSEUIPlugin.getDefault().getBundle().getSymbolicName() + ".newConnectionWizards"; //$NON-NLS-1$
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -484,7 +484,7 @@ Contributors:
|
|||
<!-- ================================================================= -->
|
||||
<extension-point id="keystoreProviders" name="%extPoint.keystoreProviders" schema="schema/keystoreProviders.exsd"/>
|
||||
|
||||
<extension-point id="newConnectionWizard" name="%extPoint.newConnectionWizard" schema="schema/newConnectionWizard.exsd"/>
|
||||
<extension-point id="newConnectionWizards" name="%extPoint.newConnectionWizard" schema="schema/newConnectionWizards.exsd"/>
|
||||
|
||||
|
||||
<!-- ================================================================= -->
|
||||
|
@ -605,7 +605,7 @@ Contributors:
|
|||
</decorator>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.rse.ui.newConnectionWizard">
|
||||
point="org.eclipse.rse.ui.newConnectionWizards">
|
||||
<category id="org.eclipse.rse.ui.wizards.newconnection.default.category"
|
||||
name="%Creation.category.name"/>
|
||||
<newConnectionWizard
|
||||
|
|
Loading…
Add table
Reference in a new issue