carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/cheatsheets/helloworld/helloworld-install.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="Install and uninstall a feature">
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 install and uninstall a feature
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
         using Install/Update.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
         <br/>
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
         To learn more about using cheat sheets, click the help button
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
         in the top right corner (?). 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
   </intro>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
   <item title="Register the update site with Eclipse"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
         dialog="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
         To register the update site with Eclipse, perform the following steps:
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
      <subitem label="Select &quot;Help-&gt;Install New Software...&quot; from the main menu to launch the &quot;Install&quot; wizard" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
      <subitem label="Click &quot;Add...&quot;" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
               skip="false"/>              
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
      <subitem label="Click &quot;Local...&quot;, browse to &quot;C:\helloworld.site&quot; in the dialog.  Click &quot;OK&quot; to add the site" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
      <subitem label="Note that the &quot;Install&quot; wizard changes to display the contents of the added site" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
               skip="false"/>  
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
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
   <item title="Install the feature"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
         dialog="true"
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 install the feature, perform the following steps:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
      <subitem label="Select the &quot;C:\helloworld.site&quot; site in the &quot;Work with&quot; combo" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
               skip="false"/>              
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
      <subitem label="If the &quot;Group items by category&quot; option is checked, the &quot;Hello World!&quot; feature category should be visible" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
      <subitem label="Check the &quot;Hello World! Feature&quot; feature" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
               skip="false"/> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
      <subitem label="Click &quot;Next &gt;&quot;.  The installer will calculate what needs to be installed" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
               skip="false"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
      <subitem
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
            label="Select the &quot;Hello World! Feature&quot; entry in the feature table on the &quot;Install Details&quot; page"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
            skip="true">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
      </subitem>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
      <subitem
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
            label="Verify that &quot;Details&quot; section displays the feature description as &quot;Hello, Eclipse world! feature description&quot;"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
            skip="true">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
      </subitem>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
      <subitem
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
            label="Click Next. &quot;Review Licenses&quot; page will come up displaying the license &quot;Hello, Eclipse world! license agreement&quot; in the  &quot;License text&quot; text box">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
      </subitem>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
      <subitem
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
            label="Accept the license by clicking the option &quot;I accept the terms of the license agreement&quot;">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
      </subitem>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
      <subitem label="Click &quot;Finish&quot; to install the feature" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
      <subitem label="When the installation completes, a dialog asking you to restart will open.  Click &quot;Yes&quot; to restart and finish the install" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
   <item title="Verify the feature installation"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
         dialog="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
         skip="false">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
      <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
         To verify the feature installation, perform the following steps after 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
         Eclipse restarts:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
      <subitem label="Select &quot;Help-&gt;About Eclipse SDK&quot; from the main menu" 
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
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
            label="Click &quot;Installation Details&quot; button on the &quot;About Eclipse SDK&quot; dialog box">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
      </subitem>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
      <subitem label="Note the &quot;Hello World! Feature&quot; on &quot;Installed Software&quot; tab of the &quot;Eclipse SDK Installations Details&quot; dialog" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   101
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   102
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   103
   <!-- Item -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   104
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   105
   <item title="Uninstall the feature"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   106
         dialog="true"
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
         To uninstall the feature, perform the following steps:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   110
      </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   111
      <subitem label="Select the &quot;Hello World! Feature&quot; feature within the table on &quot;Installed Software&quot;  tab of the &quot;Eclipse SDK Installations Details&quot; dialog box" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   112
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   113
      <subitem label="Click &quot;Uninstall...&quot; button" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   114
               skip="false"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   115
      <subitem label="Click &quot;Finish&quot; in the resulting &quot;Uninstall&quot; dialog box" 
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="Click &quot;Yes&quot; from the &quot;Software Updates&quot; dialog box to restart the Eclipse workbench" 
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
   </item>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   120
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   121
</cheatsheet>