blob: 194beb1bb220071fec6228bb78c1aed574596055 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*******************************************************************************
* Copyright (c) 2005 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 - Initial API and implementation
*******************************************************************************/
-->
<plugin>
<!-- ============================= -->
<!-- Define TOCs -->
<!-- ============================= -->
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true"/>
<index path="index"/>
</extension>
<extension point="org.eclipse.help.toc">
<toc file="topics_Reference.xml" />
</extension>
<!-- ============================= -->
<!-- Define Javadoc locations -->
<!-- ============================= -->
<extension point="org.eclipse.pde.core.javadoc">
<javadoc path="references/javadoc"> <!-- defaults to reference/api -->
<plugin id="org.eclipse.qvtd"/>
</javadoc>
</extension>
</plugin>