1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-06 00:25:25 +02:00

[175688][doc] fix missing trailing s in doc for newConnectionWizards. Add since RSE 2.0 information.

This commit is contained in:
Martin Oberhuber 2007-02-27 12:45:25 +00:00
parent c5cb2ba26e
commit 9c328c6d7d

View file

@ -3,7 +3,7 @@
<schema targetNamespace="org.eclipse.rse.ui">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.rse.ui" id="newConnectionWizard" name="RSE New Connection Wizard"/>
<meta.schema plugin="org.eclipse.rse.ui" id="newConnectionWizards" name="RSE New Connection Wizards"/>
</appInfo>
<documentation>
This extension point is used to register new connection creation wizard extensions. New connection creation wizards appear as choices within the &quot;New Connection&quot; dialog, and are used to create connections from the registered system types. New connection creation wizards can be organized in categories. Uncategorized wizards or wizards with invalid category paths will be sorted in as non-categorized root element.
@ -162,6 +162,15 @@ The default RSE wizard category id is &quot;org.eclipse.rse.ui.wizards.newconnec
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
RSE 2.0
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
@ -171,7 +180,7 @@ The default RSE wizard category id is &quot;org.eclipse.rse.ui.wizards.newconnec
&lt;p&gt;
&lt;pre&gt;
&lt;extension point=&quot;org.eclipse.rse.ui.newConnectionWizard&quot;&gt;
&lt;extension point=&quot;org.eclipse.rse.ui.newConnectionWizards&quot;&gt;
&lt;category id=&quot;org.eclipse.rse.ui.wizards.newconnection.default.category&quot;
name=&quot;%Creation.category.name&quot;/&gt;
&lt;newConnectionWizard