blob: 7287ca045ec98a282cb152ea46ec50c572211998 [file] [log] [blame]
<?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 implementation
-->
<plugin
id="org.eclipse.epf.help.doc"
name="%pluginName"
version="1.0.1"
provider-name="%providerName"
class="org.eclipse.epf.help.doc.DocPlugin">
<runtime>
<library name="doc.jar"/>
</runtime>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.help"/>
</requires>
<extension point="org.eclipse.help.toc">
<toc
file="main.xml"
primary="true">
</toc>
<toc
file="gettingstarted.xml">
</toc>
<toc
file="concepts.xml">
</toc>
<toc
file="creating_method_content.xml">
</toc>
<toc
file="categorizing_method_content.xml">
</toc>
<toc
file="creating_processes.xml">
</toc>
<toc
file="publishing_exporting.xml">
</toc>
<toc
file="code_management.xml">
</toc>
<toc
file="accessibility.xml">
</toc>
<toc
file="glossary.xml">
</toc>
<toc
file="tutorials.xml">
</toc>
</extension>
<!-- ============================================================================= -->
<!-- F1 context files -->
<!-- ============================================================================= -->
<extension point="org.eclipse.help.contexts">
<contexts file="$nl$/contexts_authoring_ui.xml" plugin="org.eclipse.epf.authoring.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="$nl$/contexts_Search.xml" plugin="org.eclipse.search"/>
</extension>
</plugin>