|
What this is
Other links
The source code
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Simple Cheat Sheet -->
<cheatsheet title="Install and uninstall a feature">
<!-- Introduction -->
<intro href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
<description>
This cheat sheet will demonstrate how to install and uninstall a feature
using Install/Update.
<br/>
<br/>
To learn more about using cheat sheets, click the help button
in the top right corner (?).
</description>
</intro>
<!-- Item -->
<item title="Register the update site with Eclipse"
dialog="true"
skip="false">
<description>
To register the update site with Eclipse, perform the following steps:
</description>
<subitem label="Select "Help->Software Updates->Find and Install..." from the main menu to launch the "Install/Update" wizard"
skip="false"/>
<subitem label="Select the "Search for new features to install" radio button and click "Next >""
skip="false"/>
<subitem label="Click the "New Local Site..." button"
skip="false"/>
<subitem label="Browse to "C:\helloworld.site" in the list box, select the "helloworld.site" folder and click "OK""
skip="false"/>
<subitem label="Input "Hello World! Update Site" into the "Name" text box of the "Edit Local Site" dialog box and click "OK""
skip="false"/>
<subitem label="Click "Finish""
skip="false"/>
<subitem label="Note an "Updates" dialog box that immediately comes into focus"
skip="false"/>
<subitem label="Click "Cancel" to close the dialog box for now"
skip="false"/>
</item>
<!-- Item -->
<item title="Install the feature"
dialog="true"
skip="false">
<description>
To install the feature, perform the following steps:
</description>
<subitem label="Select "Help->Software Updates->Find and Install..." from the main menu to launch the "Install/Update" wizard"
skip="false"/>
<subitem label="Select the "Search for new features to install" radio button and click "Next >""
skip="false"/>
<subitem label="Click "Finish""
skip="false"/>
<subitem label="Again the "Updates" dialog box comes into focus. This time do not close it."
skip="false"/>
<subitem label="Expand the "helloworld.site" tree dialog in the "Select the features to install" list box and note the "Hello World!" feature category"
skip="false"/>
<subitem label="Expand the "Hello World!" feature category tree dialog and note the "Hello World! Feature" feature"
skip="false"/>
<subitem label="Select the "Hello World! Feature" text box and click "Next >""
skip="false"/>
<subitem label="Select the "I accept the terms in the license agreement" radio button and click "Next >""
skip="false"/>
<subitem label="Click "Finish" to install the feature"
skip="false"/>
<subitem label="Click "Install" in the resulting "Verification" dialog box"
skip="false"/>
<subitem label="Click "Yes" from the Install/Update dialog box to restart the Eclipse workbench"
skip="false"/>
</item>
<!-- Item -->
<item title="Verify the feature installation"
dialog="true"
skip="false">
<description>
To verify the feature installation, perform the following steps after
Eclipse restarts:
</description>
<subitem label="Select "Help->Software Updates->Manage Configuration..." from the main menu"
skip="false"/>
<subitem label="Fully expand the "Eclipse SDK" tree dialog"
skip="false"/>
<subitem label="Note the "Hello World! Feature" and close the dialog box"
skip="true"/>
</item>
<!-- Item -->
<item title="Uninstall the feature"
dialog="true"
skip="false">
<description>
To uninstall the feature, perform the following steps:
</description>
<subitem label="Select "Help->Software Updates->Manage Configuration..." from the main menu"
skip="false"/>
<subitem label="Fully expand the "Eclipse SDK" tree dialog"
skip="false"/>
<subitem label="Select the "Hello World! Feature" feature within the tree dialog and right-click it"
skip="false"/>
<subitem label="Select "Uninstall" from the context menu and click "OK""
skip="false"/>
<subitem label="Click "OK" in the resulting "Uninstall" dialog box"
skip="false"/>
<subitem label="Click "Yes" from the "Install/Update" dialog box to restart the Eclipse workbench"
skip="false"/>
</item>
</cheatsheet>
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.