| <?xml version="1.0" encoding="utf-8" ?> | |
| <!-- | |
| Copyright (c) 2008, 2023 SAP AG. | |
| All rights reserved. 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: | |
| SAP AG - initial API and implementation | |
| --> | |
| <introContent> | |
| <!-- STANDBY PAGE --> | |
| <page style="css/standby.css" id="standby"> | |
| <group id="page-links-standby"> | |
| <anchor id="beginAnchor" /> | |
| <link label="Overview" | |
| url="http://org.eclipse.ui.intro/showPage?id=overview&standby=false" | |
| id="overview"> | |
| <text>Provides information for the quick start.</text> | |
| </link> | |
| <link label="Tutorials" | |
| url="http://org.eclipse.ui.intro/showPage?id=tutorials&standby=false" | |
| id="tutorials"> | |
| <text> Offers several step-by-step tutorials for quick access. | |
| </text> | |
| </link> | |
| <anchor id="endAnchor" /> | |
| </group> | |
| </page> | |
| <!-- TITLE --> | |
| <page id="overview" style="css/overview.css"> | |
| <group id="navigation-bar"> | |
| <link url="http://org.eclipse.ui.intro/showPage?id=overview" id="overview" | |
| label="Overview" /> | |
| <link url="http://org.eclipse.ui.intro/showPage?id=tutorials" | |
| id="tutorials" label="Tutorials" /> | |
| <link url="http://org.eclipse.ui.intro/switchToLaunchBar" id="workbench" | |
| label="Workbench" /> | |
| <text id="edition">Memory Analyzer</text> | |
| <contentProvider id="version" pluginId="org.eclipse.mat.ui.rcp" | |
| class="org.eclipse.mat.ui.rcp.actions.VersionIntroContentProvider" /> | |
| </group> | |
| <!-- OVERVIEW PAGE CONTENT --> | |
| <group id="page-content"> | |
| <group id="overview-links" label="Introduction"> | |
| <anchor id="anchor" /> | |
| <link label="New and Noteworthy" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mat.ui.help/noteworthy.html"> | |
| <img src="css/pictograms/new.gif" alt="New and Noteworthy" /> | |
| <text>Check out the new features in Eclipse Memory Analyzer</text> | |
| </link> | |
| <link label="Help" | |
| url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mat.ui.help/welcome.html"> | |
| <img src="css/pictograms/help.gif" alt="Help" /> | |
| <text>Get familiar with the tool by exploring its documentation. | |
| </text> | |
| </link> | |
| <link label="How to Get a Heap Dump" | |
| url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mat.ui.help/tasks/acquiringheapdump.html"> | |
| <img src="css/pictograms/acquire.gif" alt="How to Get a Snapshot" /> | |
| <text>Learn how to configure your Java VM and/or Engine to get | |
| a snapshot.</text> | |
| </link> | |
| <link label="Memory Analyzer @ Eclipse.dev" | |
| url="http://org.eclipse.ui.intro/openBrowser?url=https://eclipse.dev/mat/"> | |
| <img src="css/pictograms/web.gif" alt="Memory Analyzer Homepage" /> | |
| <text>Check our home page for latest news and to download the | |
| latest version.</text> | |
| </link> | |
| </group> | |
| <group id="overview-links" label="Workspace"> | |
| <link label="Open a Heap Dump" | |
| url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.mat.ui&class=org.eclipse.mat.ui.snapshot.actions.OpenSnapshotAction"> | |
| <img src="css/pictograms/parse.gif" alt="Open a Heap Dump" /> | |
| <text>Open a snapshot from your file system or from the list of | |
| snapshots you have already worked with:</text> | |
| </link> | |
| </group> | |
| <contentProvider id="history-viewer" pluginId="org.eclipse.mat.ui.rcp" | |
| class="org.eclipse.mat.ui.rcp.actions.SnapshotHistoryIntroContentProvider"> | |
| </contentProvider> | |
| </group> | |
| </page> | |
| <!-- TUTORIALS PAGE CONTENT --> | |
| <page style="css/tutorials.css" | |
| id="tutorials"> | |
| <include path="overview/navigation-bar" /> | |
| <group id="page-content"> | |
| <anchor id="anchor" /> | |
| </group> | |
| </page> | |
| </introContent> |