1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00
cdt/rse/doc/org.eclipse.rse.doc.isv/topics_Guide.xml

45 lines
2.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2009-05-14 08:19:13 +00:00
<?NLS TYPE="org.eclipse.help.toc"?> <!--
Copyright (c) 2005, 2007 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
IBM Corporation - initial API and implementation
-->
<!-- ============================================================================= -->
<!-- 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>
<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="Plugging into the RSE">
<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>
2006-05-30 15:32:53 +00:00
</toc>