Initial commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
|
||||
<!-- ===================================================== -->
|
||||
<!-- Declare the documentation for the JDT User Guide -->
|
||||
<!-- We will declare only one infoset (book) -->
|
||||
<!-- ===================================================== -->
|
||||
|
||||
<plugin
|
||||
name = "%pluginName"
|
||||
id = "org.eclipse.jdt.doc.user"
|
||||
version = "3.0.1"
|
||||
provider-name = "%providerName">
|
||||
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define primary TOC -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="toc.xml" primary="true" />
|
||||
</extension>
|
||||
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define TOCs -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="topics_GettingStarted.xml" />
|
||||
<toc file="topics_TipsTricks.xml" />
|
||||
<toc file="topics_Concepts.xml" />
|
||||
<toc file="topics_Tasks.xml" />
|
||||
<toc file="topics_Reference.xml" />
|
||||
</extension>
|
||||
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- F1 context files -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_JDT.xml" plugin="org.eclipse.jdt.ui"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Debugger.xml" plugin="org.eclipse.debug.ui"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_JDT_Debugger.xml" plugin="org.eclipse.jdt.debug.ui"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_JDT_JUnit.xml" plugin="org.eclipse.jdt.junit"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user