carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/cheatsheets/helloworld/helloworld-install.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, 2009 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 <!-- Simple Cheat Sheet -->
       
    14 
       
    15 <cheatsheet title="Install and uninstall a feature">
       
    16 
       
    17    <!-- Introduction -->
       
    18 
       
    19    <intro href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
       
    20       <description>
       
    21          This cheat sheet will demonstrate how to install and uninstall a feature
       
    22          using Install/Update.
       
    23          <br/>
       
    24          <br/>
       
    25          To learn more about using cheat sheets, click the help button
       
    26          in the top right corner (?). 
       
    27       </description>
       
    28    </intro>
       
    29 
       
    30    <!-- Item -->
       
    31 
       
    32    <item title="Register the update site with Eclipse"
       
    33          dialog="true"
       
    34          skip="false">
       
    35       <description>
       
    36          To register the update site with Eclipse, perform the following steps:
       
    37       </description>
       
    38       <subitem label="Select &quot;Help-&gt;Install New Software...&quot; from the main menu to launch the &quot;Install&quot; wizard" 
       
    39                skip="false"/>  
       
    40       <subitem label="Click &quot;Add...&quot;" 
       
    41                skip="false"/>              
       
    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" 
       
    43                skip="false"/>  
       
    44       <subitem label="Note that the &quot;Install&quot; wizard changes to display the contents of the added site" 
       
    45                skip="false"/>  
       
    46    </item>
       
    47 
       
    48 
       
    49    <!-- Item -->
       
    50 
       
    51    <item title="Install the feature"
       
    52          dialog="true"
       
    53          skip="false">
       
    54       <description>
       
    55          To install the feature, perform the following steps:
       
    56       </description>
       
    57       <subitem label="Select the &quot;C:\helloworld.site&quot; site in the &quot;Work with&quot; combo" 
       
    58                skip="false"/>              
       
    59       <subitem label="If the &quot;Group items by category&quot; option is checked, the &quot;Hello World!&quot; feature category should be visible" 
       
    60                skip="false"/>  
       
    61       <subitem label="Check the &quot;Hello World! Feature&quot; feature" 
       
    62                skip="false"/> 
       
    63       <subitem label="Click &quot;Next &gt;&quot;.  The installer will calculate what needs to be installed" 
       
    64                skip="false"/>
       
    65       <subitem
       
    66             label="Select the &quot;Hello World! Feature&quot; entry in the feature table on the &quot;Install Details&quot; page"
       
    67             skip="true">
       
    68       </subitem>
       
    69       <subitem
       
    70             label="Verify that &quot;Details&quot; section displays the feature description as &quot;Hello, Eclipse world! feature description&quot;"
       
    71             skip="true">
       
    72       </subitem>
       
    73       <subitem
       
    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">
       
    75       </subitem>
       
    76       <subitem
       
    77             label="Accept the license by clicking the option &quot;I accept the terms of the license agreement&quot;">
       
    78       </subitem>  
       
    79       <subitem label="Click &quot;Finish&quot; to install the feature" 
       
    80                skip="false"/>  
       
    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" 
       
    82                skip="false"/>  
       
    83    </item>
       
    84 
       
    85    <!-- Item -->
       
    86 
       
    87    <item title="Verify the feature installation"
       
    88          dialog="true"
       
    89          skip="false">
       
    90       <description>
       
    91          To verify the feature installation, perform the following steps after 
       
    92          Eclipse restarts:
       
    93       </description>
       
    94       <subitem label="Select &quot;Help-&gt;About Eclipse SDK&quot; from the main menu" 
       
    95                skip="false"/>
       
    96       <subitem
       
    97             label="Click &quot;Installation Details&quot; button on the &quot;About Eclipse SDK&quot; dialog box">
       
    98       </subitem>  
       
    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" 
       
   100                skip="false"/>  
       
   101    </item>
       
   102 
       
   103    <!-- Item -->
       
   104 
       
   105    <item title="Uninstall the feature"
       
   106          dialog="true"
       
   107          skip="false">
       
   108       <description>
       
   109          To uninstall the feature, perform the following steps:
       
   110       </description>
       
   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" 
       
   112                skip="false"/>  
       
   113       <subitem label="Click &quot;Uninstall...&quot; button" 
       
   114                skip="false"/>  
       
   115       <subitem label="Click &quot;Finish&quot; in the resulting &quot;Uninstall&quot; dialog box" 
       
   116                skip="false"/>  
       
   117       <subitem label="Click &quot;Yes&quot; from the &quot;Software Updates&quot; dialog box to restart the Eclipse workbench" 
       
   118                skip="false"/>  
       
   119    </item>
       
   120 
       
   121 </cheatsheet>