plugin.xml 933 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin>
  3. <extension point="org.eclipse.help.toc">
  4. <toc file="toc.xml" primary="true" />
  5. <toc file="help/Part1-Installation-Guide/00_installation-toc.xml" primary="false"/>
  6. <toc file="help/Part2-User-Guide/20_tutorial-toc.xml" primary="false" />
  7. <toc file="help/Part2-User-Guide/50_simulating_statecharts-toc.xml" primary="false" />
  8. <toc file="help/Part2-User-Guide/30_statechart_language-toc.xml" primary="false" />
  9. <toc file="help/Part2-User-Guide/60_generating_code-toc.xml" primary="false" />
  10. <toc file="help/Part2-User-Guide/10_overview-toc.xml" primary="false" />
  11. <toc file="help/Part2-User-Guide/40_editing statecharts-toc.xml" primary="false" />
  12. </extension>
  13. <extension point="org.eclipse.help.contexts">
  14. <contexts file="contexts.xml" plugin="org.yakindu.sct.ui.editor"/>
  15. </extension>
  16. </plugin>