mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
[cleanup] fix rse.ui.systemType --> rse.core.systemTypes docu
This commit is contained in:
parent
46b928da73
commit
12cbc6a5ef
2 changed files with 7 additions and 6 deletions
|
@ -11,8 +11,8 @@
|
|||
|
||||
<body bgcolor="#ffffff">
|
||||
<h1>Plugging In System Types</h1>
|
||||
<p>The <samp><A href="../../reference/extension-points/org_eclipse_rse_core_systemTypes.html">org.eclipse.rse.ui.systemType</a></samp> extension point is defined in the
|
||||
plugin <samp>org.eclipse.rse.ui</samp>. It enables new system types to be
|
||||
<p>The <samp><A href="../../reference/extension-points/org_eclipse_rse_core_systemTypes.html">org.eclipse.rse.core.systemTypes</a></samp> extension point is defined in the
|
||||
plugin <samp>org.eclipse.rse.core</samp>. It enables new system types to be
|
||||
defined in the Remote System Explorer's <A href="NewConnection.gif">New
|
||||
Connection wizard</A>, such that users can define connections to systems of that type. For example,
|
||||
you might define a new system type of "Solaris" or "RedHat" or some other specific type
|
||||
|
|
|
@ -175,12 +175,13 @@ If not specified, a default icon will be used by RSE.
|
|||
The following is an example of the extension point schema:
|
||||
<p>
|
||||
<pre>
|
||||
<extension point="org.eclipse.rse.ui.systemTypes">
|
||||
<extension point="org.eclipse.rse.core.systemTypes">
|
||||
<systemType id="com.acme.systemtype.Solaris"
|
||||
name="Solaris"
|
||||
<property name="icon" value="icons/solaris.gif"/>
|
||||
<property name="iconLive" value="icons/solarisLive.gif"/>
|
||||
</systemType>
|
||||
description="Connects to Solaris systems."
|
||||
icon="icons/solaris.gif"
|
||||
iconLive="icons/solarisLive.gif">
|
||||
</systemType>
|
||||
</extension>
|
||||
</pre>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue