Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/plugin.xml')
-rw-r--r--org.eclipse.egit.doc/plugin.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/org.eclipse.egit.doc/plugin.xml b/org.eclipse.egit.doc/plugin.xml
index fb23022507..01d0d4bc2d 100644
--- a/org.eclipse.egit.doc/plugin.xml
+++ b/org.eclipse.egit.doc/plugin.xml
@@ -24,5 +24,26 @@
content="$nl$/intro/tutorialsExtensionContent.xml">
</configExtension>
</extension>
+ <extension
+ point="org.eclipse.ui.cheatsheets.cheatSheetContent">
+ <category
+ name="%cheatsheet.category"
+ id="org.eclipse.egit.cheatsheets">
+ </category>
+ <cheatsheet
+ name="%cheatsheet.clone.name"
+ id="org.eclipse.egit.cheatsheets.clone"
+ category="org.eclipse.egit.cheatsheets"
+ contentFile="$nl$/cheatsheets/clone.xml">
+ <description>%cheatsheet.clone.desc</description>
+ </cheatsheet>
+ </extension>
+ <extension
+ point="org.eclipse.help.contexts">
+ <contexts
+ file="contexts.xml"
+ plugin="org.eclipse.egit.ui">
+ </contexts>
+ </extension>
</plugin>

Back to the top