blob: 419b80cb176eba2cbc3d764424560f2273311994 [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"
Wassim Melhemd15d18d2007-05-27 20:31:59 +00008 contentFile="cheatsheets/Part_I/view-extension.xml"
Wassim Melhema5b75832007-05-27 07:05:09 +00009 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"
Wassim Melhemd15d18d2007-05-27 20:31:59 +000020 composite="true"
21 contentFile="cheatsheets/Part_II/enabler.xml"
Wassim Melhema5b75832007-05-27 07:05:09 +000022 id="org.eclipse.browser.cheatsheets.enabler"
23 name="Part II: Becoming an Enabler">
24 <description>
25 This cheat sheet helps you to create an extension point to enable clients to extend the Eclipse Browser view.
26 </description>
27 </cheatsheet>
28 </extension>
29 <extension
30 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
31 <cheatsheet
32 category="org.eclipse.browser.cheatsheets.category"
33 composite="true"
Wassim Melhemd15d18d2007-05-27 20:31:59 +000034 contentFile="cheatsheets/Part_III/rcpapp-composite.xml"
Wassim Melhema5b75832007-05-27 07:05:09 +000035 id="org.eclipse.browser.cheatsheets.rcp"
36 name="Part III: Creating the Eclipse Browser RCP Application">
37 <description>
38 This cheat sheet helps you to create a standalone, fully-branded Eclipse Browser rich client application.
39 </description>
40 </cheatsheet>
41 </extension>
42 <extension
43 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
44 <cheatsheet
45 category="org.eclipse.browser.cheatsheets.category"
Wassim Melhem337c7b92007-05-27 21:08:16 +000046 contentFile="cheatsheets/Part_IV/custom-extension.xml"
47 id="org.eclipse.browser.cheatsheets.custom"
Wassim Melhema5b75832007-05-27 07:05:09 +000048 name="Part IV: Extending the Eclipse Browser RCP Application">
49 <description>
50 This cheat sheet helps you to create and deploy a plug-in that extends the Eclipse Browser RCP application.
51 </description>
52 </cheatsheet>
53 </extension>
54 <extension
55 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
56 <category
57 id="org.eclipse.browser.cheatsheets.category"
58 name="Fundamentals of Plug-in and RCP Development">
59 </category>
60 </extension>
61
62</plugin>