mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00
53 lines
2.1 KiB
XML
Executable file
53 lines
2.1 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
|
|
<!--
|
|
Copyright (c) 2005, 2006 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
|
|
-->
|
|
|
|
<!-- ===================================================== -->
|
|
<!-- Declare the documentation for the RSE ISV Guide -->
|
|
<!-- We will declare only one infoset (book) -->
|
|
<!-- ===================================================== -->
|
|
|
|
<plugin>
|
|
|
|
|
|
<!-- ============================================================================= -->
|
|
<!-- Define primary TOC -->
|
|
<!-- ============================================================================= -->
|
|
|
|
<extension point="org.eclipse.help.toc">
|
|
<toc file="toc.xml" primary="true" category="DSDP.TM"/>
|
|
<index path="index/"/>
|
|
</extension>
|
|
|
|
<!-- ============================================================================= -->
|
|
<!-- Define TOCs -->
|
|
<!-- ============================================================================= -->
|
|
|
|
<extension point="org.eclipse.help.toc">
|
|
<toc file="topics_Guide.xml"/>
|
|
<toc file="topics_Reference.xml"/>
|
|
<toc file="topics_Questions.xml"/>
|
|
<toc file="topics_Samples.xml"/>
|
|
</extension>
|
|
|
|
<!-- ============================================================================= -->
|
|
<!-- Define Javadoc locations -->
|
|
<!-- ============================================================================= -->
|
|
<extension point="org.eclipse.pde.core.javadoc">
|
|
<javadoc path="reference/api">
|
|
<plugin id="org.eclipse.rse.core" />
|
|
<plugin id="org.eclipse.rse.services" />
|
|
<plugin id="org.eclipse.rse.ui" />
|
|
</javadoc>
|
|
</extension>
|
|
|
|
</plugin>
|