Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 53a6e3eb857e2036eb4bd07773b34e3e18a131af (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
##########################################################################
#  Copyright (c) 2011 Mia-Software.
#  
#  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:
#  	Nicolas Guyomar (Mia-Software) - Bug 349546 - EMF Facet facetSet editor
#   Gregoire Dupe (Mia-Software) - Bug 364325 - [Restructuring] The user must be able to navigate into a model using the Facet.
###########################################################################
#Properties file for org.eclipse.papyrus.emf.facet.efacet.ui
Bundle-Name = Papyrus EMF Facet EFacet UI
Bundle-Vendor = Eclipse Modeling Project

category.name = EMF Facet
wizard.name = Create a FacetSet 0.1 (Deprecated)
wizard.description = Create a new Facet model
extension-point.name = Query Factory Wizard Page Registration

menu.label = EMF Facet Commands
command.name = Create Facet in a FacetSet
command.name.0 = Add Facet Attribute
command.name.1 = Add Facet Operation
command.name.2 = Add Parameter to Facet Operation
command.name.3 = Add Facet Reference
view.facetSets = Facet Sets
navigate_handler = Navigate
navigation_view = Navigation view
navigate_command = Navigate
ETypedElementResult_Display = eTypedElementResultDisplay

Back to the top