mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00

Get rid of etools references. The tutorial still requires some work since it is hard to update from the code. All highlighting and anchor creation is done by hand, as are the differences from step to step.
35 lines
No EOL
2.1 KiB
XML
Executable file
35 lines
No EOL
2.1 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?NLS TYPE="org.eclipse.help.toc"?>
|
|
<!-- ============================================================================= -->
|
|
<!-- Define topics for the main guide -->
|
|
<!-- ============================================================================= -->
|
|
<toc label="Guide">
|
|
<topic label="RSE Architecture" href="guide/rse_int_architecture.html">
|
|
<topic label="Overview" href="guide/rse_int_overview.html"/>
|
|
<topic label="Artifacts" href="guide/Artifacts.html"/>
|
|
<topic label="Model" href="guide/Model.html"/>
|
|
<topic label="Services" href="guide/rse_int_services.html"/>
|
|
<topic label="Subsystems" href="guide/rse_int_subsystems.html"/>
|
|
<topic label="Connector Services" href="guide/rse_int_connectorservices.html"/>
|
|
<topic label="Hosts" href="guide/rse_int_hosts.html"/>
|
|
<topic label="User Interface" href="guide/rse_int_ui.html"/>
|
|
</topic>
|
|
<topic label="Using the RSE API" href="guide/usingAPIs.html">
|
|
<topic label="RSE User Interface API" href="guide/api/uiAPI.html" />
|
|
<topic label="RSE Remote Resource API" href="guide/api/resourceAPI.html" />
|
|
<topic label="RSE Model API" href="guide/api/modelAPI.html" />
|
|
</topic>
|
|
<topic label="Plugging into the RSE" href="guide/plugin.html">
|
|
<topic label="Extensions" href="guide/Extensions.html"/>
|
|
<topic label="Plugging in a Popup Menu" href="guide/plugin/popup.html" />
|
|
<topic label="Plugging in a Property Page" href="guide/plugin/propertypage.html" />
|
|
<topic label="Plugging in a System Type" href="guide/plugin/systemtype.html" />
|
|
<topic label="Plugging in a Subsystem" href="guide/plugin/subsystem.html" />
|
|
<topic label="Relevant Eclipse Extension Points" href="guide/plugin/other.html" />
|
|
</topic>
|
|
<topic label="Tutorials" href="guide/tutorials.html">
|
|
<topic label="Creating a Remote Resource Property Page" href="guide/tutorial/propertypage.html" />
|
|
<topic label="Creating a Subsystem Configuration" href="guide/tutorial/subsystem.html" />
|
|
<topic label="Creating a Remote Resource Popup Menu Action" href="guide/tutorial/popup.html" />
|
|
</topic>
|
|
</toc> |