blob: b41b328137c2f2fd1c90fa6f59136a583e5e80b5 [file] [log] [blame]
Wassim Melhema5b75832007-05-27 07:05:09 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.2"?>
3<plugin>
4 <extension
5 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
6 <cheatsheet
7 category="org.eclipse.browser.cheatsheets.category"
8 contentFile="cheatsheets/view-extension.xml"
9 id="org.eclipse.browser.cheatsheets.view"
10 name="Part I: Creating the Eclipse Browser Plug-in">
11 <description>
12 This cheat sheet helps you to create a plug-in that contributes an Eclipse Browser view to the Eclipse SDK.
13 </description>
14 </cheatsheet>
15 </extension>
16 <extension
17 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
18 <cheatsheet
19 category="org.eclipse.browser.cheatsheets.category"
20 contentFile="cheatsheets/extension-point.xml"
21 id="org.eclipse.browser.cheatsheets.enabler"
22 name="Part II: Becoming an Enabler">
23 <description>
24 This cheat sheet helps you to create an extension point to enable clients to extend the Eclipse Browser view.
25 </description>
26 </cheatsheet>
27 </extension>
28 <extension
29 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
30 <cheatsheet
31 category="org.eclipse.browser.cheatsheets.category"
32 composite="true"
33 contentFile="cheatsheets/rcpapp-composite.xml"
34 id="org.eclipse.browser.cheatsheets.rcp"
35 name="Part III: Creating the Eclipse Browser RCP Application">
36 <description>
37 This cheat sheet helps you to create a standalone, fully-branded Eclipse Browser rich client application.
38 </description>
39 </cheatsheet>
40 </extension>
41 <extension
42 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
43 <cheatsheet
44 category="org.eclipse.browser.cheatsheets.category"
45 contentFile="cheatsheets/view-extension.xml"
46 id="org.eclipse.browser.cheatsheets.view"
47 name="Part IV: Extending the Eclipse Browser RCP Application">
48 <description>
49 This cheat sheet helps you to create and deploy a plug-in that extends the Eclipse Browser RCP application.
50 </description>
51 </cheatsheet>
52 </extension>
53 <extension
54 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
55 <category
56 id="org.eclipse.browser.cheatsheets.category"
57 name="Fundamentals of Plug-in and RCP Development">
58 </category>
59 </extension>
60
61</plugin>