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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (as text) (annotate)
Fri Mar 14 18:57:00 2003 UTC (6 years, 8 months ago) by dbirsan
Branch: MAIN
CVS Tags: v20060511, v20060518, v20031105, v20030411, R3_1_2, R3_1_1, R3_0_2, R3_0_1, v20050615, v20050616, v20030327, v20030324, v20030710, I20060605-1430, R3_2_1, R3_2_2, R2_1_3, v20050227, R3_0, R3_1, R3_2, v20050621, v20031110, R2_1, R2_1_1, v20050321, v20060602, v20060607, v20050307, v20050805, v20031201, R2_1_2, v20051114, v20030602, v20031124_pre_Equinox_merge, v20030314, HEAD
Changes since 1.2: +2 -2 lines
Update example plugin to mimic the help article and online help
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Tasks">
    <topic label="Plain Stuff" href="html/tasks/plain.html">
        <topic label="Task1" href="html/tasks/task1.html"/>
        <topic label="Task2" href="html/tasks/task2.html"/>
    </topic>    
    <topic label="Fun Stuff" href="html/tasks/fun.html">
        <topic label="Task3_1" href="html/tasks/task3_1.html"/>
        <topic label="Task3_2" href="html/tasks/task3_2.html"/>
    </topic>
</toc>