Initial commit
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.doc.user"
|
||||
name="%pluginName"
|
||||
version="2.1.0"
|
||||
provider-name="%providerName">
|
||||
|
||||
<runtime>
|
||||
</runtime>
|
||||
|
||||
<!-- Configure the help contribution for this plugin -->
|
||||
<!-- This part should be in a documentation plugin -->
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define primary TOC -->
|
||||
<!-- ============================================================================= -->
|
||||
<extension
|
||||
point="org.eclipse.help.toc">
|
||||
<toc
|
||||
file="toc.xml"
|
||||
primary="true">
|
||||
</toc>
|
||||
</extension>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define TOCs -->
|
||||
<!-- ============================================================================= -->
|
||||
<extension
|
||||
point="org.eclipse.help.toc">
|
||||
<toc
|
||||
file="topics_Getting_Started.xml">
|
||||
</toc>
|
||||
<toc
|
||||
file="topics_Concepts.xml">
|
||||
</toc>
|
||||
<toc
|
||||
file="topics_Tasks.xml">
|
||||
</toc>
|
||||
<toc
|
||||
file="topics_Reference.xml">
|
||||
</toc>
|
||||
</extension>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- F1 context files -->
|
||||
<!-- ============================================================================= -->
|
||||
<extension
|
||||
point="org.eclipse.help.contexts">
|
||||
<contexts
|
||||
file="contexts_CDT.xml"
|
||||
plugin="org.eclipse.cdt.ui">
|
||||
</contexts>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.help.contexts">
|
||||
<contexts
|
||||
file="contexts_CDT_DEBUGGER.xml"
|
||||
plugin="org.eclipse.cdt.debug.ui">
|
||||
</contexts>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.help.contexts">
|
||||
<contexts
|
||||
file="contexts_CDT_DEBUGGER_MI.xml"
|
||||
plugin="org.eclipse.cdt.debug.mi.ui">
|
||||
</contexts>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.help.contexts">
|
||||
<contexts
|
||||
file="contexts_CDT_make.xml"
|
||||
plugin="org.eclipse.cdt.make.ui">
|
||||
</contexts>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.help.contexts">
|
||||
<contexts
|
||||
file="contexts_CDT_LAUNCH.xml"
|
||||
plugin="org.eclipse.cdt.launch">
|
||||
</contexts>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user