12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="utf-8" ?>
- <introContent>
- <extensionContent id="yakindu-overviewExtension" name="Yakindu Overview Extension"
- style="css/style.css" path="overview/@">
- <group style-id="content-group" id="yakindu-introLink-group">
- <link label="Yakindu Statechart Tools" url="http://statecharts.org"
- id="yakindu-dokumentation-Link" style-id="content-link">
- <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
- <text>Learn more about YAKINDU Statechart Tools...
- </text>
- </link>
- </group>
- </extensionContent>
- <extensionContent id="yakindu-sampleExtension" name="Yakindu Sample Extension"
- style="css/style.css" path="samples/@">
- <group style-id="content-group" id="yakindu-introLink-group"
- label="Yakindu Statechart Tools">
- <link label="Example project"
- url="http://org.eclipse.ui.intro/runAction?pluginId=org.yakindu.sct.ui.intro&class=org.yakindu.sct.ui.intro.OpenExampleIntroAction"
- id="yakindu-example-Link" style-id="content-link">
- <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
- <text>Create the traffic light example...
- </text>
- </link>
- </group>
- </extensionContent>
- <extensionContent id="yakindu-tutorialsExtension"
- style="css/style.css" name="Yakindu Tutorials Extension" path="tutorials/@">
- <group style-id="content-group" id="yakindu-introLink-group"
- label="Yakindu Statechart Tools">
- <link label="Tutorial" url="http://statecharts.org/documentation.html"
- id="yakindu-getting-started-Link" style-id="content-link">
- <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
- <text>Read the "Getting started tutorial"...
- </text>
- </link>
- <link label="User Group" url="https://groups.google.com/forum/embed/?place=forum/yakindu-user#!forum/yakindu-user"
- id="yakindu-getting-started-Link" style-id="content-link">
- <img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
- <text>Visit the SCT user group...
- </text>
- </link>
- </group>
- </extensionContent>
- </introContent>
|