[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[mylyn-integrators] How to contribute link to "Tutorials / Task-focused programming" group in Welcome page?
|
Hello,
I am trying to move "welcome page" contribution of my connector under
the "Tutorials / Task-focused programming" group.
Here is definition of Task Focused Programming group from
mylyn.help.ui/intro/tutorialsExtensionContent.xml:
<introContent>
<extensionContent id="org.eclipse.mylyn" name="Mylyn"
style="css/tutorials.css" alt-style="css/tutorials.properties"
path="tutorials/@">
<group label="Task-focused programming" id="mylyn"
style-id="content-group">
...
Currently my contribution looks like
<introContent>
<extensionContent id="com.foglyn.help" style="css/sample.css"
name="Foglyn" path="tutorials/@">
<group id="firstSteps">
<link label="First steps with Foglyn" url="..." id="...">
...
What should I put into "path" attribute of extensionContent element to
get what I want? (I assume that this is the way how to achieve it +
remove explicit group from my definition).
I've tried different paths (tutorials/@mylyn, tutorials/mylyn,
tutorials/@org.eclipse.mylyn,
tutorials/page-content/bottom-left/mylyn, ...), but it was never
placed at correct location :-(
Has anyone succeeded in contributing into Task-Focused Programming
group of Welcome page?
Thank you very much for any hints.
-Peter