Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d1a5ba05a2a7d5a7a1f73681815462d06f9f9fc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
###############################################################################
# Copyright (c) 2018 Ericsson, École Polytechnique de Montréal
#
# 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
###############################################################################

Bundle-Vendor = Eclipse Trace Compass Incubator
Bundle-Name = Trace Compass ROS UI Plug-in (Incubator)

ros.name = ROS
ros.perspective = ROS
ros.view.nodes = Nodes (incubator)
ros.view.queues = Queues (incubator)
ros.view.tasks = Tasks (incubator)
ros.view.connections = Connections (incubator)
ros.view.timers = Timers (incubator)
ros.view.messageflow = Message Flow (incubator)

Back to the top