[117755] Updated tocs.
diff --git a/docs/org.eclipse.jst.doc.isv/build.xml b/docs/org.eclipse.jst.doc.isv/build.xml
index 1dc52b2..c76dafe 100644
--- a/docs/org.eclipse.jst.doc.isv/build.xml
+++ b/docs/org.eclipse.jst.doc.isv/build.xml
@@ -52,7 +52,7 @@
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.eclipse.jst.doc.isv_1.0.0"/>
<copy todir="${destination.temp.folder}/org.eclipse.jst.doc.isv_1.0.0" failonerror="true">
- <fileset dir="${basedir}" includes="plugin.xml,plugin.properties,about.html,toc.xml,toc_JST.xml,topics_Reference.xml,META-INF/,reference/,book.css,html/,notices.html"/>
+ <fileset dir="${basedir}" includes="plugin.xml,plugin.properties,about.html,toc.xml,toc_JST.xml,topics_Reference.xml,META-INF/,reference/,book.css,html/,notices.html,topics_ExtPoint_Reference.xml,javadoctoc.xml,schema.css"/>
</copy>
</target>
diff --git a/docs/org.eclipse.jst.doc.isv/plugin.xml b/docs/org.eclipse.jst.doc.isv/plugin.xml
index c359d2e..aceeb4f 100644
--- a/docs/org.eclipse.jst.doc.isv/plugin.xml
+++ b/docs/org.eclipse.jst.doc.isv/plugin.xml
@@ -30,5 +30,9 @@
<!--
<toc file="toc_JST.xml"/>
-->
+ <!-- The following toc is generated by the build. -->
+ <toc file="topics_ExtPoint_Reference.xml"/>
+ <!-- The following toc is generated by the build. -->
+ <toc file="javadoctoc.xml"/>
</extension>
</plugin>
diff --git a/docs/org.eclipse.jst.doc.isv/toc.xml b/docs/org.eclipse.jst.doc.isv/toc.xml
index d0a016b..c5abf46 100644
--- a/docs/org.eclipse.jst.doc.isv/toc.xml
+++ b/docs/org.eclipse.jst.doc.isv/toc.xml
@@ -5,7 +5,7 @@
<!-- ============================================================================= -->
<toc label="J2EE Standard Tools Developer Guide">
- <topic label="JST" href="html/plugin_descriptions_JST/jst.html">
+ <topic label="Programmer's Guide" href="html/plugin_descriptions_JST/jst.html">
<link toc="toc_JST.xml" />
</topic>
<topic label="Reference">
diff --git a/docs/org.eclipse.jst.doc.isv/toc_JST.xml b/docs/org.eclipse.jst.doc.isv/toc_JST.xml
index ff68fb0..3c57f0c 100644
--- a/docs/org.eclipse.jst.doc.isv/toc_JST.xml
+++ b/docs/org.eclipse.jst.doc.isv/toc_JST.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="WST" href="html/plugin_descriptions_wst/wst.html">
+<toc label="Programmer's Guide" href="html/plugin_descriptions_JST/jst.html">
<topic label="Assembly Tools"
href="html/plugin_descriptions_WST/assembly.html">
<topic label="org.eclipse.wst"
diff --git a/docs/org.eclipse.jst.doc.isv/topics_Reference.xml b/docs/org.eclipse.jst.doc.isv/topics_Reference.xml
index 52a532f..535b94d 100644
--- a/docs/org.eclipse.jst.doc.isv/topics_Reference.xml
+++ b/docs/org.eclipse.jst.doc.isv/topics_Reference.xml
@@ -5,7 +5,12 @@
<!-- ============================================================================= -->
<toc label="Reference">
<topic label="API Reference" href="reference/api/overview-summary.html">
+ <!-- The javadoctoc.xml toc is generated by the build. -->
+ <link toc="javadoctoc.xml" />
</topic>
+
<topic label="Extension Points Reference" href="reference/extension-points/index.html">
+ <!-- The topics_ExtPoints-Reference.xml toc is generated by the build. -->
+ <link toc="topics_ExtPoint_Reference.xml" />
</topic>
</toc>
\ No newline at end of file