Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorslewis2008-01-18 00:58:41 +0000
committerslewis2008-01-18 00:58:41 +0000
commit681a70b251033df09fd16aa5aadd72d092158445 (patch)
tree2aa80e4ccd6de04bb5ea25c6eb5491491a911ab3 /doc
parentf87c03f83caf2d2b8c268e0c4d3218fa53dfb1d2 (diff)
downloadorg.eclipse.ecf-681a70b251033df09fd16aa5aadd72d092158445.tar.gz
org.eclipse.ecf-681a70b251033df09fd16aa5aadd72d092158445.tar.xz
org.eclipse.ecf-681a70b251033df09fd16aa5aadd72d092158445.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=215733
Diffstat (limited to 'doc')
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/build.properties3
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/plugin.xml5
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/toc.xml2
3 files changed, 4 insertions, 6 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/build.properties b/doc/bundles/org.eclipse.ecf.doc/build.properties
index 39cbbb09a..02184e3bd 100644
--- a/doc/bundles/org.eclipse.ecf.doc/build.properties
+++ b/doc/bundles/org.eclipse.ecf.doc/build.properties
@@ -30,6 +30,7 @@ src.includes = intro/,\
plugin.xml,\
html/,\
META-INF/,\
- schema.xml
+ schema.xml,\
+ topics_ECFDevGuide.xml
bin.excludes = html/reference/api/
src.excludes = html/reference/api/
diff --git a/doc/bundles/org.eclipse.ecf.doc/plugin.xml b/doc/bundles/org.eclipse.ecf.doc/plugin.xml
index cc244d29e..b3937ff68 100644
--- a/doc/bundles/org.eclipse.ecf.doc/plugin.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/plugin.xml
@@ -11,13 +11,10 @@
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true"/>
<toc file="tocpics_Concepts.xml"/>
- <toc file="topics_GettingStarted.xml"/>
<toc file="topics_Reference.xml"/>
- <toc file="tocapi.xml"/>
<toc file="topics_Extpoint.xml"/>
- <toc file="topics_Samples.xml"/>
<toc file="topics_Tutorials.xml"/>
- </extension>
+ </extension>
<!-- ============================================================================= -->
diff --git a/doc/bundles/org.eclipse.ecf.doc/toc.xml b/doc/bundles/org.eclipse.ecf.doc/toc.xml
index b4605fa91..2a604ff03 100644
--- a/doc/bundles/org.eclipse.ecf.doc/toc.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/toc.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="ECF Developer Guide" topic="html/overview/ecf_overview.html">
+<toc label="ECF Developer Guide" link_to="toc.xml">
<topic label="Quick Start" href="html/gettingstarted/quickStart.html"/>
<topic label="System Requirements" href="html/gettingstarted/prerequisites.html"/>
<topic label="Overview" href="html/gettingstarted/ecf_overview.html"/>

Back to the top