1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Fix newConnectionWizardDelegate.exsd schema

This commit is contained in:
Martin Oberhuber 2006-07-10 09:12:29 +00:00
parent a40eccb989
commit 0ec8307a30

View file

@ -12,6 +12,9 @@
<element name="extension">
<complexType>
<sequence>
<element ref="newConnectionWizardDelegate"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
@ -48,11 +51,14 @@
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="default" value="org.eclipse.rse.ui.wizards.RSEDefaultNewConnectionWizardDelegate">
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
A class that implements &lt;samp&gt;org.eclipse.rse.ui.wizards.IRSENewConnectionWizardDelegate&lt;/samp&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.rse.ui.wizards.RSENewConnectionWizardDelegate:org.eclipse.rse.ui.wizards.IRSENewConnectionWizardDelegate"/>
</appInfo>
</annotation>
</attribute>
</complexType>