Wassim Melhem | a5b7583 | 2007-05-27 07:05:09 +0000 | [diff] [blame] | 1 | <?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 Melhem | d15d18d | 2007-05-27 20:31:59 +0000 | [diff] [blame] | 8 | contentFile="cheatsheets/Part_I/view-extension.xml" |
Wassim Melhem | a5b7583 | 2007-05-27 07:05:09 +0000 | [diff] [blame] | 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" |
Wassim Melhem | d15d18d | 2007-05-27 20:31:59 +0000 | [diff] [blame] | 20 | composite="true" |
| 21 | contentFile="cheatsheets/Part_II/enabler.xml" |
Wassim Melhem | a5b7583 | 2007-05-27 07:05:09 +0000 | [diff] [blame] | 22 | 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 Melhem | d15d18d | 2007-05-27 20:31:59 +0000 | [diff] [blame] | 34 | contentFile="cheatsheets/Part_III/rcpapp-composite.xml" |
Wassim Melhem | a5b7583 | 2007-05-27 07:05:09 +0000 | [diff] [blame] | 35 | 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 Melhem | 337c7b9 | 2007-05-27 21:08:16 +0000 | [diff] [blame] | 46 | contentFile="cheatsheets/Part_IV/custom-extension.xml" |
| 47 | id="org.eclipse.browser.cheatsheets.custom" |
Wassim Melhem | a5b7583 | 2007-05-27 07:05:09 +0000 | [diff] [blame] | 48 | 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> |