1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00
cdt/rse/doc/org.eclipse.rse.doc.isv/plugin.xml

54 lines
2.1 KiB
XML
Raw Normal View History

2006-06-20 19:11:23 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
2009-05-14 08:19:13 +00:00
<!--
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
-->
2006-06-20 19:11:23 +00:00
<!-- ===================================================== -->
<!-- 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">
2006-11-10 21:09:37 +00:00
<toc file="toc.xml" primary="true" category="DSDP.TM"/>
2006-06-20 19:11:23 +00:00
<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>