plugin.xml 856 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension
  5. point="org.eclipse.help.toc">
  6. <toc
  7. file="toc.xml"
  8. primary="true">
  9. </toc>
  10. <toc
  11. file="help/01_Overview/overview-toc.xml"
  12. primary="false">
  13. </toc>
  14. <toc
  15. file="help/02_Getting_started/getting_started-toc.xml"
  16. primary="false">
  17. </toc>
  18. <toc
  19. file="help/03_Tasks/tasks-toc.xml"
  20. primary="false">
  21. </toc>
  22. <toc
  23. file="help/04_Reference/reference-toc.xml"
  24. primary="false">
  25. </toc>
  26. </extension>
  27. <extension
  28. point="org.eclipse.help.contexts">
  29. <contexts
  30. file="contexts.xml"
  31. plugin="org.yakindu.sct.ui.editor">
  32. </contexts>
  33. </extension>
  34. </plugin>