blob: c7480763ab50c0b821cf9ff0e9e4ae356ae68588 [file]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<cheatsheet title="Hello World Demo">
<intro
href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
<description>
Welcome to the hello world cheat sheet.
This cheat sheet will help you to build the famous "hello world" application and try it out. You will create a java project, and a java class that will print "hello world" in the console when run.
Let's get started!
</description>
</intro>
<item id="0"
href="/org.eclipse.platform.doc.user/concepts/concepts-4.htm"
title="Open the Java Perspective">
<description>
To begin, open the Java Perspective in the Eclipse workbench.
You may do this by clicking window->open perspective->Java in the toolbar at the top of the
workbench. When you have done this, press the "click when done" button below.
</description>
</item>
<item id="1"
title="Select a cheat sheet"
skip="true">
<action
pluginId="org.eclipse.ui.cheatsheets"
class="org.eclipse.ui.internal.cheatsheets.actions.CheatSheetCategoryBasedSelectionAction"/>
<description>
Test launching category based cheat sheet selection.
</description>
</item>
<item id="2"
title="Select a cheat sheet in another way"
skip="true">
<action
pluginId="org.eclipse.ui.cheatsheets"
class="org.eclipse.ui.internal.cheatsheets.actions.CheatSheetSelectionAction"/>
<description>
Test launching single list cheat sheet selection.
</description>
</item>
</cheatsheet>