alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?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>


<!-- ============================================================================= -->
<!-- Define primary TOC                                                            -->
<!-- ============================================================================= -->

   <extension point="org.eclipse.help.toc"> 
       <toc file="toc.xml" primary="true" />
       <index path="index"/>
   </extension>


<!-- ============================================================================= -->
<!-- Define TOCs                                                                   -->
<!-- ============================================================================= -->

   <extension point="org.eclipse.help.toc">
       <toc file="topics_GettingStarted.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"/> 
		<contexts file="contexts_Debugger.xml" plugin="org.eclipse.ui.console"/> 
	</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>
	
	<extension point="org.eclipse.help.contexts">
   		<contexts file="contexts_APT.xml" plugin="org.eclipse.jdt.apt.ui"/>
	</extension>

</plugin>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.