Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 538c46f88670dbd8341c551e363cbcc4870272db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###############################################################################
# Copyright (c) 2010,2013 E.D.Willink 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:
#     E.D.Willink - initial API and implementation
#     Obeo - complete OCL File Strings externalization
###############################################################################

pluginName = OCL Examples User Interface
providerName = Eclipse Modeling Project

MF_COMPLETE_OCL_WIZARD_NAME = Complete OCL File
MF_COMPLETE_OCL_WIZARD_DESCRIPTION = Create a new Complete OCL File

Back to the top