Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 57a9e7fc31fb688beed0a4858dcdc1d82b792c88 (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
35
36
37
###############################################################################
# Copyright (c) 2012 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:
#    Nicolas Bros (Mia-Software) - Bug 375388 - Cell editor for IImage
#      Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
###############################################################################
#Properties file for org.eclipse.papyrus.emf.facet.custom.sdk.ui
Bundle-Vendor = Eclipse Modeling Project
Bundle-Name = EMF Facet Custom SDK UI

wizard.name = Create a Customization 0.2
wizard.description = Create a new Customization model

menu.custo.label = EMF Customization Commands
command.custo.name=Create EClass Customization
command.custo.name.1=Create Facet Customization
command.custo.name.2=Add a Customization Property
command.custo.name.3=Add a Query

menu.label = EMF Facet Commands
command.name = Create FacetSet in a FacetSet
command.name.0 = Create Facet in a FacetSet
command.name.1 = Add Facet Attribute
command.name.2 = Add Facet Operation
command.name.3 = Add Parameter to Facet Operation
command.name.4 = Add Facet Reference
command.name.5 = Edit FacetSet
command.name.6 = Edit Facet
command.name.7 = Edit Facet Attribute
command.name.8 = Edit Facet Operation
command.name.9 = Edit Facet Operation Parameter 
command.name.10 = Edit Facet Reference

Back to the top