File: contexts.xml

package info (click to toggle)
eclipse-egit 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,048 kB
  • sloc: java: 88,571; xml: 7,166; sh: 182; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!--
   Copyright (C) 2010, Philipp Thun <philipp.thun@sap.com>

   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
   which accompanies this distribution, and is available at
   http://www.eclipse.org/legal/epl-v10.html
-->
<?eclipse version="3.4"?>
<contexts>
	<context id="GitCloneWizard" title="Clone Git Repository">
		<description>To be guided through this wizard start the cheat sheet 'Cloning a Git Repository' below.</description>
		<command
			serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.clone)"
			label="Cloning a Git Repository" />
	</context>
	<context id="PushWizard" title="Push To Another Repository">
		<description>To be guided through this wizard start the cheat sheet 'Pushing to another Git Repository' below.</description>
		<command
			serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.push)"
			label="Pushing to another Git Repository" />
	</context>
</contexts>