Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1ae91632cc2db4b3a262bb1d7b96766ea175f3c9 (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
32
33
34
##################################################################################
# Copyright (c) 2011, 2014 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, TCF Extensions, Core plug-in
providerName = Eclipse.org - Target Explorer

# ***** Extension Points *****

ExtensionPoint.listeners.name=Listeners
ExtensionPoint.valueadds.name=Value Add's
ExtensionPoint.valueaddBindings.name=Value Add Bindings

# ***** Steps *****

OpenChannelStep.name=Open TCF channel
CloseChannelStep.name=Close TCF channel
ShutDownStep.name=Close all TCF channels
GetChannelStep.name=Get TCF channel

LaunchValueAddStep.name=Launch value-add
ChainPeerStep.name=Redirect channel
CalculateLogNameStep.name=Calculate channel communication log file name
InitializeLoggingStep.name=Initialize channel communication logging
ApplyPatMapsStep.name=Apply path map to channel
CloseChannelStep.name=Close channel
ShutdownValueAddStep.name=Shutdown value-add
AttachPathMapsListenerStep.name=Attach path maps listener

Back to the top