[231199] adding anchors to master TOC for javadoc extensions
diff --git a/docs/org.eclipse.wst.doc.user/toc.xml b/docs/org.eclipse.wst.doc.user/toc.xml
index 5213a43..dbc7798 100644
--- a/docs/org.eclipse.wst.doc.user/toc.xml
+++ b/docs/org.eclipse.wst.doc.user/toc.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?NLS TYPE="org.eclipse.help.toc"?>
 <!-- /*******************************************************************************
-	* Copyright (c) 2000, 2007 IBM Corporation and others.
+	* Copyright (c) 2000, 2008 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
@@ -13,14 +13,14 @@
 <!-- ============================================================================= -->
 <!-- Define the top level topics                                                   -->
 <!-- ============================================================================= -->
-<toc label="Web Application Development User Guide"
+<toc label="Web Tools Platform User Guide"
 	topic="topics/overview.html">
 
 	<topic label="Creating Web applications">
 		<link
 			toc="../org.eclipse.wst.webtools.doc.user/webtools_toc.xml" />
 	</topic>
-	<topic label="Creating J2EE and enterprise applications">
+	<topic label="Creating Java EE and enterprise applications">
 		<link toc="../org.eclipse.jst.j2ee.doc.user/jst_j2ee_toc.xml" />
 		<link toc="../org.eclipse.jst.ejb.doc.user/ejb_toc.xml" />
 	</topic>
@@ -41,6 +41,9 @@
 	<topic label="Using the server tools">
   		<link toc="../org.eclipse.wst.server.ui.doc.user/wtp_main_toc.xml" />
 	</topic>
+	<topic label="Reference">
+  		<link toc="topics/reference_toc.xml" />
+	</topic>
 	<topic label="Limitations and Known Issues" href="topics/limitations.html" />
 	<topic label="Legal" href="notices.html" />
 </toc>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.user/topics/reference_toc.xml b/docs/org.eclipse.wst.doc.user/topics/reference_toc.xml
new file mode 100644
index 0000000..9d4b726
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/topics/reference_toc.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+<!-- /*******************************************************************************
+	* Copyright (c) 2000, 2008 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 API and implementation
+	*******************************************************************************/ -->
+<!-- ============================================================================= -->
+<!-- Define the top level topics                                                   -->
+<!-- ============================================================================= -->
+<toc label="Web Tools Platform reference information">
+   <anchor id="command_reference"/>
+   <anchor id="UI_reference"/>
+   <anchor id="javadoc_common"/>
+   <anchor id="javadoc_ejbtools"/>
+   <anchor id="javadoc_jeetools"/>
+   <anchor id="javadoc_servertools"/>
+   <anchor id="javadoc_sourceediting"/>
+   <anchor id="javadoc_xml"/>
+   <anchor id="javadoc_webservices"/>
+</toc>
\ No newline at end of file