carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/cheatsheets/rcpapp/rcpapp-feature-product.xml
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" ?>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<!--
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
     Copyright (c) 2005, 2009 IBM Corporation and others.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
     All rights reserved. This program and the accompanying materials
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
     are made available under the terms of the Eclipse Public License v1.0
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
     which accompanies this distribution, and is available at
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
     http://www.eclipse.org/legal/epl-v10.html
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
    
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
     Contributors:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
         IBM Corporation - initial API and implementation
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
 -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<!-- Simple Cheat Sheet -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
<cheatsheet title="Define a feature based product">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
   <!-- Introduction -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
   <intro href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
         This cheat sheet will demonstrate how to define a feature based product
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
         configuration using a plug-in based one and create a feature for an RCP
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
         application using PDE.  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
         To learn more about using cheat sheets, click the help button
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
         in the top right corner (?). 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
   </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
   <item title="Open the plug-in development perspective"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
         href="/org.eclipse.pde.doc.user/guide/tools/views/views.htm"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
         dialog="false"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
         To open the plug-in development perspective,
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
         select <b>Window-&gt;Open Perspective-&gt;Other...</b> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
         and choose <b>Plug-in Development</b>.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
         Alternatively, click the following button to perform the task.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
      <command serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.pde.ui.PDEPerspective)" required="false" translate="" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
   <item title="Open the product editor"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
         href="/org.eclipse.pde.doc.user/guide/tools/editors/product_editor/editor.htm"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
         dialog="false"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
         To open the product editor (if it is not already open),
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
         expand the <b>com.example.rcpapp</b> tree dialog
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
         in the <b>Package Explorer</b> view and double-click
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
         on the <b>rcpapp.product</b> file.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
         Alternatively, click the following button to perform the task.         
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
      <command serialization="org.eclipse.ui.navigate.openResource(filePath=/com.example.rcpapp/rcpapp.product)" required="false" translate="" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
   <item title="Switch to a feature based product configuration"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
         href="/org.eclipse.pde.doc.user/guide/tools/editors/product_editor/overview.htm"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
         dialog="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
         Select the <b>Overview</b> tab to display the <b>Overview</b> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
         page if it is not the initial page.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
         To switch to a feature based product configuration, 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
         select the <b>features</b> radio button under the <b>Product Definition</b> heading.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
         Select <b>File-&gt;Save</b> from the main menu.         
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
   <item title="Create the feature"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
         href="/org.eclipse.pde.doc.user/guide/tools/project_wizards/new_feature_project.htm"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
         dialog="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
         To create the feature, perform the following steps:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
      <subitem label="Select the &quot;Dependencies&quot; tab to display the &quot;Dependencies&quot; page" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
      <subitem label="Select the &quot;New Feature...&quot; button under the &quot;Features&quot; heading" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
      <subitem label="Input &quot;com.example.feature&quot; into the &quot;Project Name&quot; text box on the &quot;Feature Properties&quot; page" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    95
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    96
      <subitem label="Input &quot;RCP Application Feature&quot; into the &quot;Feature Name&quot; text box and click &quot;Next &gt;&quot;" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
      <subitem label="Select the &quot;com.example.rcpapp&quot; checkbox on the &quot;Refererenced Plug-ins and Fragements&quot; page and click &quot;Finish&quot;" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   101
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   102
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   103
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   104
   <item title="Add a feature description and license agreement"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   105
         dialog="false"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   106
         href="/org.eclipse.pde.doc.user/guide/tools/editors/feature_editor/information.htm"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   107
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   108
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   109
         The <b>com.example.rcpapp</b> feature editor should be opened
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   110
         on the <b>Overview</b> page.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   111
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   112
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   113
         To add a feature description and license agreement, perform the following steps:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   114
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   115
      <subitem label="Select the &quot;Information&quot; tab" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   116
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   117
      <subitem label="Input &quot;RCP application feature description&quot; into the &quot;Text&quot; text box within the &quot;Feature Description&quot; tab" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   118
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   119
      <subitem label="Select the &quot;License Agreement&quot; tab within the &quot;Information&quot; page" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   120
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   121
      <subitem label="Input &quot;RCP application license agreement&quot; into the &quot;Text&quot; text box" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   122
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   123
      <subitem label="Select &quot;File-&gt;Save&quot; from the main menu" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   124
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   125
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   126
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   127
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   128
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   129
   <item title="Add features to the product configuration"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   130
         dialog="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   131
         href="/org.eclipse.pde.doc.user/guide/tools/editors/product_editor/configuration.htm"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   132
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   133
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   134
         To add features to the product configuration, perform the following steps:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   135
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   136
      <subitem label="Select the &quot;rcpapp.product&quot; tab in the workbench to return back to the product editor (opened on the &quot;Dependencies&quot; page)" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   137
               skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   138
         <command serialization="org.eclipse.ui.navigate.openResource(filePath=/com.example.rcpapp/rcpapp.product)" required="false" translate="" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   139
      </subitem>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   140
      <subitem label="Click the &quot;Add...&quot; button under the &quot;Features&quot; heading" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   141
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   142
      <subitem label="Select the &quot;org.eclipse.rcp&quot; feature within the &quot;Feature Selection&quot; dialog box and click &quot;OK&quot;" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   143
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   144
      <subitem label="Select &quot;File-&gt;Save&quot; from the main menu" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   145
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   146
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   147
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   148
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   149
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   150
   <item title="Export the feature based product"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   151
         href="/org.eclipse.pde.doc.user/guide/tools/export_wizards/export_product.htm"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   152
         dialog="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   153
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   154
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   155
         To export the feature based product, perform the following steps:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   156
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   157
      <subitem label="Select the &quot;Overview&quot; tab to display the &quot;Overview&quot; page" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   158
               skip="false"/>      
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   159
      <subitem label="Click the &quot;Eclipse Product export wizard&quot; hyperlink under the &quot;Exporting&quot; heading to launch the &quot;Export&quot; dialog box" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   160
               skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   161
         <command serialization="org.eclipse.ui.file.export(exportWizardId=org.eclipse.pde.ui.productExportWizard)" required="false" translate="" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   162
      </subitem>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   163
      <subitem
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   164
            label="Verify that &quot;/com.example.rcpapp/rcpapp.product&quot; is entered in the &quot;Configuration&quot; combo box within the &quot;Product Configuration&quot; group"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   165
            skip="true">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   166
      </subitem>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   167
      <subitem label="Input &quot;rcpapp_feature-based&quot; in the &quot;Root directory&quot; text box contained in the &quot;Product Configuration&quot; group" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   168
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   169
      <subitem label="Input a destination directory in the &quot;Directory&quot; text box under the &quot;Destination&quot; group (e.g. &quot;C:\&quot; for Windows) and click &quot;Finish&quot;" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   170
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   171
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   172
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   173
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   174
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   175
   <item title="Browse the exported feature based product directory"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   176
         dialog="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   177
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   178
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   179
         To browse the exported feature based product directory, perform the following steps:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   180
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   181
      <subitem label="Navigate your file system to the destination directory specified in the previous step (e.g. &quot;C:\&quot; for Windows)" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   182
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   183
      <subitem label="Note the presence of the &quot;rcpapp_feature-based&quot; directory in the destination directory and open it" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   184
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   185
      <subitem label="Note the presence of the &quot;com.example.rcpapp&quot; plug-in along with other RCP plug-ins it depends upon within the &quot;plugins&quot; sub-directory" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   186
               skip="true"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   187
      <subitem label="Note the presence of the &quot;com.example.rcpapp&quot; feature and &quot;org.eclipse.rcp&quot; feature within the &quot;features&quot; sub-directory" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   188
               skip="true"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   189
      <subitem label="Note the &quot;rcpapp&quot; launcher with a branded icon (&quot;rcpapp.exe&quot; on Windows)" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   190
               skip="false"/>                 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   191
      <subitem label="Run the &quot;rcpapp&quot; launcher" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   192
               skip="false"/>    
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   193
      <subitem label="Observe the feature based RCP application you created that is fully executable outside the Eclipse workspace" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   194
               skip="true"/>    
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   195
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   196
      
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   197
</cheatsheet>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   198