plugin.xml 740 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension point="org.eclipse.help.toc">
  5. <toc file="toc.xml" primary="true"/>
  6. <toc file="help/01_overview/overview-toc.xml" primary="false"/>
  7. <toc file="help/02_installation/installation-toc.xml" primary="false"/>
  8. <toc file="help/03_getting_started/getting_started-toc.xml" primary="false"/>
  9. <toc file="help/04_code_generation/code_generation-toc.xml" primary="false"/>
  10. <toc file="help/05_reference/reference-toc.xml" primary="false"/>
  11. <toc file="help/06_tasks/tasks-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>