1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 00:03:53 +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"> <element name="extension">
<complexType> <complexType>
<sequence>
<element ref="newConnectionWizardDelegate"/>
</sequence>
<attribute name="point" type="string" use="required"> <attribute name="point" type="string" use="required">
<annotation> <annotation>
<documentation> <documentation>
@ -48,11 +51,14 @@
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="class" type="string" use="default" value="org.eclipse.rse.ui.wizards.RSEDefaultNewConnectionWizardDelegate"> <attribute name="class" type="string" use="required">
<annotation> <annotation>
<documentation> <documentation>
A class that implements &lt;samp&gt;org.eclipse.rse.ui.wizards.IRSENewConnectionWizardDelegate&lt;/samp&gt; A class that implements &lt;samp&gt;org.eclipse.rse.ui.wizards.IRSENewConnectionWizardDelegate&lt;/samp&gt;
</documentation> </documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.rse.ui.wizards.RSENewConnectionWizardDelegate:org.eclipse.rse.ui.wizards.IRSENewConnectionWizardDelegate"/>
</appInfo>
</annotation> </annotation>
</attribute> </attribute>
</complexType> </complexType>