blob: 74c9f7affb69546d84a1c9ac90467d294ceb1878 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?><!--
Copyright (c) 2004, 2010 BREDEX GmbH.
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
-->
<plugin>
<!--
Define primary TOC
-->
<extension point="org.eclipse.help.toc">
<toc primary="true" file="content/tocUserManual.xml"/>
<toc primary="true" file="content/tocReferenceManual.xml"/>
<toc primary="true" file="content/tocDeveloperManual.xml"/>
</extension>
<!--
Define F1 context files
-->
<extension point="org.eclipse.help.contexts">
<contexts file="content/contextUserManual.xml" plugin="org.eclipse.jubula.client.ua.help"/>
<contexts file="content/contextReferenceManual.xml" plugin="org.eclipse.jubula.client.ua.help"/>
<contexts file="content/contextDeveloperManual.xml" plugin="org.eclipse.jubula.client.ua.help"/>
</extension>
</plugin>