plugin.xml 725 B

123456789101112131415161718192021222324252627282930313233343536
  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="tocconcepts.xml">
  12. </toc>
  13. <toc
  14. file="tocgettingstarted.xml">
  15. </toc>
  16. <toc
  17. file="tocreference.xml">
  18. </toc>
  19. <toc
  20. file="tocsamples.xml">
  21. </toc>
  22. <toc
  23. file="toctasks.xml">
  24. </toc>
  25. </extension>
  26. <extension
  27. point="org.eclipse.help.contexts">
  28. <contexts
  29. file="contexts.xml"
  30. plugin="org.yakindu.sct.ui.editor">
  31. </contexts>
  32. </extension>
  33. </plugin>