yakinduExtensionContent.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <introContent>
  3. <extensionContent id="yakindu-overviewExtension" name="Yakindu Overview Extension"
  4. style="css/style.css" path="overview/@">
  5. <group style-id="content-group" id="yakindu-introLink-group">
  6. <link label="Yakindu Statechart Tools" url="http://statecharts.org"
  7. id="yakindu-dokumentation-Link" style-id="content-link">
  8. <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
  9. <text>Learn more about YAKINDU Statechart Tools...
  10. </text>
  11. </link>
  12. </group>
  13. </extensionContent>
  14. <extensionContent id="yakindu-sampleExtension" name="Yakindu Sample Extension"
  15. style="css/style.css" path="samples/@">
  16. <group style-id="content-group" id="yakindu-introLink-group"
  17. label="Yakindu Statechart Tools">
  18. <link label="Example project"
  19. url="http://org.eclipse.ui.intro/runAction?pluginId=org.yakindu.sct.ui.intro&amp;class=org.yakindu.sct.ui.intro.OpenExampleIntroAction"
  20. id="yakindu-example-Link" style-id="content-link">
  21. <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
  22. <text>Create the traffic light example...
  23. </text>
  24. </link>
  25. </group>
  26. </extensionContent>
  27. <extensionContent id="yakindu-tutorialsExtension"
  28. style="css/style.css" name="Yakindu Tutorials Extension" path="tutorials/@">
  29. <group style-id="content-group" id="yakindu-introLink-group"
  30. label="Yakindu Statechart Tools">
  31. <link label="Tutorial" url="http://statecharts.org/documentation.html"
  32. id="yakindu-getting-started-Link" style-id="content-link">
  33. <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
  34. <text>Read the "Getting started tutorial"...
  35. </text>
  36. </link>
  37. <link label="User Group" url="https://groups.google.com/forum/embed/?place=forum/yakindu-user#!forum/yakindu-user"
  38. id="yakindu-getting-started-Link" style-id="content-link">
  39. <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
  40. <text>Visit the SCT user group...
  41. </text>
  42. </link>
  43. </group>
  44. </extensionContent>
  45. </introContent>