| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin>
- <extension point="org.eclipse.help.toc">
- <toc file="toc.xml" primary="true" />
- <toc file="help/Part1-Installation-Guide/00_installation-toc.xml" primary="false"/>
- <toc file="help/Part2-User-Guide/20_tutorial-toc.xml" primary="false" />
- <toc file="help/Part2-User-Guide/50_simulating_statecharts-toc.xml" primary="false" />
- <toc file="help/Part2-User-Guide/30_statechart_language-toc.xml" primary="false" />
- <toc file="help/Part2-User-Guide/60_generating_code-toc.xml" primary="false" />
- <toc file="help/Part2-User-Guide/10_overview-toc.xml" primary="false" />
- <toc file="help/Part2-User-Guide/40_editing statecharts-toc.xml" primary="false" />
- </extension>
- <extension point="org.eclipse.help.contexts">
- <contexts file="contexts.xml" plugin="org.yakindu.sct.ui.editor"/>
- </extension>
- </plugin>
|