carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/cheatsheets/helloworld-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 an Eclipse plug-in">
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 an Eclipse plug-in">
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, a plug-in extension, a feature and an update site
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
         using the Plug-in Development Environment (PDE).  It will also
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
         demonstrate how to install and uninstall a feature using
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
         Install/Update.
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
         <br/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
         To assist you along the way, wizards and commands
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
         will be available for you to launch automatically.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
      <task kind="cheatsheet" name="Create a plug-in">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
            This cheat sheet will demonstrate how to  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
            create, modify and test a plug-in. 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
         <param name="path" value="helloworld/helloworld-create.xml" />
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
         	Congratulations!  You just created a plug-in!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
         </onCompletion>
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 -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      <task kind="cheatsheet" name="Create a plug-in extension">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
            This cheat sheet will demonstrate how to create and test a plug-in extension. 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
         <param name="path" value="helloworld/helloworld-extension.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
         	Congratulations!  You just created a plug-in extension!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
         </onCompletion>         
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
      <task kind="cheatsheet" name="Create a feature">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
            This cheat sheet will demonstrate how to create a feature for a plug-in using
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
            PDE.
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="helloworld/helloworld-feature.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 created a feature!
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="Create an update site">
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 create an update site for a plug-in.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
         <param name="path" value="helloworld/helloworld-update.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
         	Congratulations!  You just created an update site!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
         </onCompletion>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
      <!-- Task -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
      <task kind="cheatsheet" name="Install and uninstall a feature">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
         <intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
            This cheat sheet will demonstrate how to install and uninstall a feature
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
            using Install/Update.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
         </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
         <param name="path" value="helloworld/helloworld-install.xml" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
         <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
         	Congratulations!  You just installed and uninstalled a feature!
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
         </onCompletion>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
      </task>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    95
      <onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    96
         Congratulations!  You just created a plug-in, a plug-in extension, a 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
         feature and an update site using PDE.  You also installed and 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
         uninstalled a feature using Install/Update
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
      </onCompletion>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   101
   </taskGroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   102
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   103
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   104
</compositeCheatsheet>