plugin.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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_Installation/installation-toc.xml"
  16. primary="false">
  17. </toc>
  18. <toc
  19. file="help/03_Statechart_Modeling_and_Simulation/modeling_simulation-toc.xml"
  20. primary="false">
  21. </toc>
  22. <toc
  23. file="help/04_C-Code_Generator/c_code_generator-toc.xml"
  24. primary="false">
  25. </toc>
  26. <toc
  27. file="help/05_Java-Code_Generator/java_code_generator-toc.xml"
  28. primary="false">
  29. </toc>
  30. <toc
  31. file="help/06_UML_Transformation/uml_transformation-toc.xml"
  32. primary="false">
  33. </toc>
  34. <toc
  35. file="help/07_Reference/sc_reference-toc.xml"
  36. primary="false">
  37. </toc>
  38. </extension>
  39. <extension
  40. point="org.eclipse.help.contexts">
  41. <contexts
  42. file="contexts.xml"
  43. plugin="org.yakindu.sct.ui.editor">
  44. </contexts>
  45. </extension>
  46. </plugin>