Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeem2004-03-18 15:45:41 +0000
committerjeem2004-03-18 15:45:41 +0000
commitd138cb22592ef333bb0546658467a67d13728de0 (patch)
tree7ee093ad5599ea3aca2175e8260ffaa6434fa2f3 /org.eclipse.ui.cheatsheets/plugin.xml
parentd5c4574b442df7ba643b85c6881f0b629b01a9b5 (diff)
downloadeclipse.platform.ua-d138cb22592ef333bb0546658467a67d13728de0.tar.gz
eclipse.platform.ua-d138cb22592ef333bb0546658467a67d13728de0.tar.xz
eclipse.platform.ua-d138cb22592ef333bb0546658467a67d13728de0.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.xml')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index f90d088e8..e8a8d2884 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -19,8 +19,29 @@
</requires>
- <extension-point id="cheatSheetContent" name="CheatSheetContent"/>
- <extension-point id="cheatSheetItemExtension" name="CheatSheetItemExtension"/>
+<!-- ========== Extension Points ================= -->
+
+ <!-- =============================================================================== -->
+ <!-- Extension point: org.eclipse.ui.cheatsheets.cheatSheetContent -->
+ <!-- Extension-point for contributing a cheat sheet. -->
+ <!-- -->
+ <!-- =============================================================================== -->
+ <extension-point
+ id="cheatSheetContent"
+ name="%CHEAT_SHEET_CONTENT"
+ schema="schema/org.eclipse.ui.cheatsheets.cheatSheetContent.exsd"/>
+
+ <!-- =============================================================================== -->
+ <!-- Extension point: org.eclipse.ui.cheatsheets.cheatSheetItemExtension -->
+ <!-- Extension-point for contributing controls to a cheat sheet item. -->
+ <!-- -->
+ <!-- =============================================================================== -->
+ <extension-point
+ id="cheatSheetItemExtension"
+ name="%CHEAT_SHEET_ITEM_EXTENSION"
+ schema="schema/org.eclipse.ui.cheatsheets.cheatSheetItemExtension.exsd"/>
+
+<!-- ========== Extensions ================= -->
<extension
point="org.eclipse.ui.views">

Back to the top