Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 02a60ccf57fd5986dd3735d18a58aaa146fe937c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##################################################################################
# Copyright (c) 2011 Wind River Systems, Inc. and others. 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
#
# Contributors:
# Wind River Systems - initial API and implementation
##################################################################################

pluginName = Target Explorer, Common UI and Helper
providerName = Eclipse.org

# ***** Wizards *****

NewWizards.category.name=General

# ***** Context and binding contributions *****

context.targetexplorer.name=In Target Explorer
context.targetexplorer.description=The Target Explorer view is active

# ***** Command contributions *****
Command.category.name=Target Explorer Commands

Command.newWizards.name=New Target
Command.newWizards.description=Open the New target wizard

# ***** Executors / Executor Utility Delegates *****

EclipsePlatformDisplayExecutorUtilDelegate.label=Eclipse Platform Display Executor Utility Delegate

Back to the top