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

[172662][doc] link systemTypeProviders extension point into isv docs

This commit is contained in:
Martin Oberhuber 2007-02-24 06:16:38 +00:00
parent 535237735d
commit a74e212c6b
3 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,9 @@
<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.core.systemTypes</a></samp> extension point is defined in the
<p>The <samp><A href="../../reference/extension-points/org_eclipse_rse_core_systemTypes.html">org.eclipse.rse.core.systemTypes</a></samp>
and <samp><A href="../../reference/extension-points/org_eclipse_rse_core_systemTypeProviders.html">org.eclipse.rse.core.systemTypeProviders</a></samp>
extension points are 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,

View file

@ -12,6 +12,7 @@
RSE infrastructure: </p>
<ul>
<li><a href="org_eclipse_rse_core_systemTypes.html">org.eclipse.rse.core.systemTypes</a></li>
<li><a href="org_eclipse_rse_core_systemTypeProviders.html">org.eclipse.rse.core.systemTypeProviders</a></li>
<li><a href="org_eclipse_rse_services_archivehandlers.html">org.eclipse.rse.services.archivehandlers</a></li>
<!-- TODODeferred after RSE 1.0
<li><a href="org_eclipse_rse_ui_compile.html">org.eclipse.rse.ui.compile</a></li>

View file

@ -7,6 +7,7 @@
<topic label="Extension Points Reference" href="provisional_api.html">
<topic label="org.eclipse.rse.core.systemTypes" href="reference/extension-points/org_eclipse_rse_core_systemTypes.html" />
<topic label="org.eclipse.rse.core.systemTypeProviders" href="reference/extension-points/org_eclipse_rse_core_systemTypeProviders.html" />
<topic label="org.eclipse.rse.services.archivehandlers" href="reference/extension-points/org_eclipse_rse_services_archivehandlers.html" />
<!-- TODODeferred after RSE 1.0
<topic label="org.eclipse.rse.ui.compile" href="reference/extension-points/org_eclipse_rse_ui_compile.html" />