Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-05-27 08:04:43 +0000
committermkersten2007-05-27 08:04:43 +0000
commitef80aa7c30fb7e912d368444a94fca401ae3377c (patch)
tree9560150b532991f5962a3b7eff34be595dec60c1 /org.eclipse.mylyn.help.ui/plugin.xml
parent43603a745d0268d681708c3426eef67295d4d785 (diff)
downloadorg.eclipse.mylyn.tasks-ef80aa7c30fb7e912d368444a94fca401ae3377c.tar.gz
org.eclipse.mylyn.tasks-ef80aa7c30fb7e912d368444a94fca401ae3377c.tar.xz
org.eclipse.mylyn.tasks-ef80aa7c30fb7e912d368444a94fca401ae3377c.zip
ASSIGNED - bug 185836: [new uex] create universal intro content
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185836
Diffstat (limited to 'org.eclipse.mylyn.help.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index a6bae0541..180db6210 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -51,6 +51,46 @@
commandId="org.eclipse.mylar.doc.legend.show"
schemeId ="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro.configExtension">
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="intro/overviewExtensionContent.xml">
+ </configExtension>
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="intro/whatsnewExtensionContent.xml">
+ </configExtension>
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="intro/tutorialsExtensionContent.xml">
+ </configExtension>
+ </extension>
+ <extension
+ point="org.eclipse.ui.cheatsheets.cheatSheetContent">
+ <category
+ id="org.eclipse.mylar.cheatsheet"
+ name="Mylar">
+ </category>
+ <cheatsheet
+ category="org.eclipse.mylar.cheatsheet"
+ contentFile="cheatsheets/Query.xml"
+ id="org.eclipse.mylar.cheatsheet.query"
+ name="Create a query from bugs.eclipse.org">
+ <description>
+ Learn how to create a query from bugs.eclipse.org
+ </description>
+ </cheatsheet>
+ <cheatsheet
+ category="org.eclipse.mylar.cheatsheet"
+ contentFile="cheatsheets/TaskFocus.xml"
+ id="org.eclipse.mylar.cheatsheet.taskfocus"
+ name="Use Task-Focused UI">
+ <description>
+ Learn how to use Task-Focused UI
+ </description>
+ </cheatsheet>
</extension>
</plugin>

Back to the top