diff --git a/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegates.exsd b/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegates.exsd index ae33b397c1e..7e64c9b6cce 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegates.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegates.exsd @@ -27,7 +27,7 @@ - + @@ -54,10 +54,10 @@ - + - The system type ID. + The system type ID. If not specified, all registered system types will be checked if any of them accepts this contributed new connection wizard delegate. @@ -83,11 +83,11 @@ <p> <pre> - <extension point="org.eclipse.rse.ui.newConnectionWizardDelegates"> - <newConnectionWizardDelegate - class="com.abc.SerialConnectionWizardDelegate" - systemType="Embedded-Linux-Serial"/> - </extension> + <extension point="org.eclipse.rse.ui.newConnectionWizardDelegates"> + <newConnectionWizardDelegate + class="com.abc.SerialConnectionWizardDelegate" + systemType="Embedded-Linux-Serial"/> + </extension> </pre> </p>