carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/cheatsheets/rcpapp-composite.xml
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <?xml version="1.0" encoding="UTF-8" ?> 
       
     2 <!--
       
     3      Copyright (c) 2005, 2008 IBM Corporation and others.
       
     4      All rights reserved. This program and the accompanying materials
       
     5      are made available under the terms of the Eclipse Public License v1.0
       
     6      which accompanies this distribution, and is available at
       
     7      http://www.eclipse.org/legal/epl-v10.html
       
     8     
       
     9      Contributors:
       
    10          IBM Corporation - initial API and implementation
       
    11  -->
       
    12 
       
    13 <!-- Composite Cheat Sheet -->
       
    14 
       
    15 <compositeCheatsheet name="Creating a Rich Client Application">
       
    16 
       
    17    <!-- Task Group -->
       
    18 
       
    19    <taskGroup kind="set" name="Create a rich client application">
       
    20       <intro>
       
    21          This cheat sheet will guide you through the individual steps to 
       
    22          create a plug-in, define a plug-in based product, customize
       
    23          a product, export a Rich Client Platform (RCP) application and define a feature-based
       
    24          product using the Plug-in Development Environment (PDE).
       
    25          <br/>
       
    26          <br/>
       
    27          To assist you along the way, wizards and commands
       
    28          will be available for you to launch automatically.
       
    29       </intro>
       
    30 
       
    31       <!-- Task -->
       
    32 
       
    33       <task kind="cheatsheet" name="Create a plug-in">
       
    34          <intro>
       
    35             This cheat sheet will demonstrate how to create and run a minimal RCP application. 
       
    36          </intro>
       
    37          <param name="path" value="rcpapp/rcpapp-create.xml" />
       
    38          <onCompletion>
       
    39          	Congratulations!  You just created an RCP application!
       
    40          </onCompletion>
       
    41       </task>
       
    42 
       
    43       <!-- Task -->
       
    44 
       
    45       <task kind="cheatsheet" name="Define a plug-in based product">
       
    46          <intro>
       
    47             This cheat sheet will demonstrate how to define and run a plug-in
       
    48             based product configuration.  
       
    49          </intro>
       
    50          <param name="path" value="rcpapp/rcpapp-plugin-product.xml" />
       
    51          <onCompletion>
       
    52          	Congratulations!  You just defined a plug-in based product configuration for an RCP application!
       
    53          </onCompletion>
       
    54       </task>
       
    55 
       
    56       <!-- Task -->
       
    57 
       
    58       <task kind="cheatsheet" name="Customize a product">
       
    59          <intro>
       
    60          This cheat sheet will demonstrate how to add window images,
       
    61          add a splash screen and customize a launcher for an RCP
       
    62          application.  
       
    63          </intro>
       
    64          <param name="path" value="rcpapp/rcpapp-customize.xml" />
       
    65          <onCompletion>
       
    66          	Congratulations!  You just customized your product configuration!
       
    67          </onCompletion>
       
    68       </task>
       
    69 
       
    70       <!-- Task -->
       
    71 
       
    72       <task kind="cheatsheet" name="Export an RCP product">
       
    73          <intro>
       
    74          This cheat sheet will demonstrate how to modify a product 
       
    75          configuration and export a standalone RCP product.
       
    76          </intro>
       
    77          <param name="path" value="rcpapp/rcpapp-export.xml" />
       
    78          <onCompletion>
       
    79          	Congratulations!  You just exported a fully-branded product!
       
    80          </onCompletion>
       
    81       </task>
       
    82 
       
    83       <!-- Task -->
       
    84 
       
    85       <task kind="cheatsheet" name="Define a feature-based product">
       
    86          <intro>
       
    87          This cheat sheet will demonstrate how to convert a plug-in based product
       
    88          configuration to a feature-based one. 
       
    89          </intro>
       
    90          <param name="path" value="rcpapp/rcpapp-feature-product.xml" />
       
    91          <onCompletion>
       
    92          	Congratulations!  You just defined a feature-based product!
       
    93          </onCompletion>
       
    94       </task>
       
    95 
       
    96       <onCompletion>
       
    97          Congratulations!  You just created a plug-in, defined a plug-in based product, 
       
    98          customized a product, exported an RCP product and defined a feature-based
       
    99          product using PDE.
       
   100       </onCompletion>
       
   101 
       
   102    </taskGroup>
       
   103 
       
   104 
       
   105 </compositeCheatsheet>