plugin.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132
  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. <!-- List all files constituting the documentation here: -->
  6. <toc file="help/tutorials/tutorials-toc.xml" primary="false"/>
  7. <toc file="help/user-guide/overview-toc.xml" primary="false"/>
  8. <toc file="help/user-guide/editing_statecharts-toc.xml" primary="false"/>
  9. <toc file="help/user-guide/simulating_statecharts-toc.xml" primary="false"/>
  10. <toc file="help/user-guide/c-domain-toc.xml" primary="false"/>
  11. <!-- <toc file="help/user-guide/typescript-domain-toc.xml" primary="false"/> -->
  12. <toc file="help/user-guide/statechart_language-toc.xml" primary="false"/>
  13. <toc file="help/user-guide/code_generation_intro-toc.xml" primary="false"/>
  14. <toc file="help/user-guide/code_generation_c-toc.xml" primary="false"/>
  15. <toc file="help/user-guide/code_generation_cpp-toc.xml" primary="false"/>
  16. <toc file="help/user-guide/code_generation_java-toc.xml" primary="false"/>
  17. <toc file="help/user-guide/code_generation_statechart_image-toc.xml" primary="false"/>
  18. <toc file="help/user-guide/code_generation_custom-toc.xml" primary="false"/>
  19. <toc file="help/user-guide/generating_code_headless-toc.xml" primary="false"/>
  20. <toc file="help/user-guide/sctunit-toc.xml" primary="false"/>
  21. <toc file="help/user-guide/installation-toc.xml" primary="false"/>
  22. </extension>
  23. <extension point="org.eclipse.help.contexts">
  24. <contexts file="contexts.xml" plugin="org.yakindu.sct.ui.editor"/>
  25. </extension>
  26. </plugin>