org.eclipse.help.examples.ex1/book.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (download) (as text) (annotate)
Wed May 17 19:22:06 2006 UTC (3 years, 6 months ago) by curtispd
Branch: MAIN
CVS Tags: v20060518, I20060605-1430, R3_2_1, R3_2_2, R3_2, v20060602, v20060607, HEAD
Changes since 1.4: +1 -1 lines
moved notice into html since it's doc for the sample, not sample plugin
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Online Help Sample"  topic="html/book.html">
    <topic label="Overview" href="html/overview.html"/>
    <topic label="Concepts" href="html/concepts/concepts.html">
        <link toc="toc_Concepts.xml"/>
    </topic>
    <topic label="Tasks"  href="html/tasks/tasks.html">
        <link toc="toc_Tasks.xml"/>
    </topic>
    <topic label="Reference"  href="html/ref/ref.html">
        <link toc="toc_Ref.xml"/>
    </topic>
	<topic label="Legal" href="html/notices.html"/>
</toc>