Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 055fe539cce174a09299f69e4caf6f5f84a039a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#################################################################################
# Copyright (c) 2016 CEA LIST.
# 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:
#     Mauricio Alferez (CEA LIST) mauricio.alferez@cea.fr - initial API and implementation
##################################################################################
menu.label = Papyrus Metrics
menu.tooltip = Metrics about Papyrus models
menu.label.0 = Papyrus Metrics
menu.tooltip.0 = Metrics about Papyrus models
command.label = Get Measure Values 
command.tooltip = Get measure values from registered SMM models
command.label.0 = Get Measure Values from Smm Model
command.tooltip.0 = Get measure values from an SMM model saved as an .xmi file
Bundle-Name = Metrics User Interface
Bundle-Vendor = Eclipse Modeling Project

Back to the top