carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/cheatsheets/rcpapp-composite.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, 2008 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
<!-- Composite 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
<compositeCheatsheet name="Creating a Rich Client Application">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
   <!-- Task Group -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
   <taskGroup kind="set" name="Create a rich client application">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
      <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
         This cheat sheet will guide you through the individual steps to 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
         create a plug-in, define a plug-in based product, customize
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
         a product, export a Rich Client Platform (RCP) application and define a feature-based
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
         product using the Plug-in Development Environment (PDE).
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
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
         To assist you along the way, wizards and commands
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
         will be available for you to launch automatically.
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
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
      <task kind="cheatsheet" name="Create a plug-in">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
            This cheat sheet will demonstrate how to create and run a minimal RCP application. 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
         <param name="path" value="rcpapp/rcpapp-create.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
         	Congratulations!  You just created an RCP application!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
         </onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
      <task kind="cheatsheet" name="Define a plug-in based product">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
            This cheat sheet will demonstrate how to define and run a plug-in
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
            based product configuration.  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
         <param name="path" value="rcpapp/rcpapp-plugin-product.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
         	Congratulations!  You just defined a plug-in based product configuration for an RCP application!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
         </onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
      <task kind="cheatsheet" name="Customize a product">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
         This cheat sheet will demonstrate how to add window images,
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
         add a splash screen and customize a launcher for an RCP
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
         application.  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
         <param name="path" value="rcpapp/rcpapp-customize.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
         	Congratulations!  You just customized your product configuration!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
         </onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
      <task kind="cheatsheet" name="Export an RCP product">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
         This cheat sheet will demonstrate how to modify a product 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
         configuration and export a standalone RCP product.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
         <param name="path" value="rcpapp/rcpapp-export.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
         	Congratulations!  You just exported a fully-branded product!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
         </onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
      <task kind="cheatsheet" name="Define a feature-based product">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
         This cheat sheet will demonstrate how to convert a plug-in based product
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
         configuration to a feature-based one. 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
         <param name="path" value="rcpapp/rcpapp-feature-product.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
         	Congratulations!  You just defined a feature-based product!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
         </onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    95
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    96
      <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
         Congratulations!  You just created a plug-in, defined a plug-in based product, 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
         customized a product, exported an RCP product and defined a feature-based
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
         product using PDE.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
      </onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   101
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   102
   </taskGroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   103
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   104
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   105
</compositeCheatsheet>