Merge "[releng] remove unused SWTBot TPD files"
[egit/eclipse.git] / org.eclipse.egit.doc / contexts.xml
bloba1157471db9327c4c74bc23bfcefc663035e2d58
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    Copyright (C) 2010, Philipp Thun <philipp.thun@sap.com>
5    All rights reserved. This program and the accompanying materials
6    are made available under the terms of the Eclipse Public License 2.0
7    which accompanies this distribution, and is available at
8    https://www.eclipse.org/legal/epl-2.0/
10    SPDX-License-Identifier: EPL-2.0
11 -->
12 <?eclipse version="3.4"?>
13 <contexts>
14         <context id="GitCloneWizard" title="Clone Git Repository">
15                 <description>To be guided through this wizard start the cheat sheet 'Cloning a Git Repository' below.</description>
16                 <command
17                         serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.clone)"
18                         label="Cloning a Git Repository" />
19         </context>
20         <context id="PushWizard" title="Push To Another Repository">
21                 <description>To be guided through this wizard start the cheat sheet 'Pushing to another Git Repository' below.</description>
22                 <command
23                         serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.push)"
24                         label="Pushing to another Git Repository" />
25         </context>
26 </contexts>