Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1f879c2b3cc1d9ecb6034a0e6b3211e6baab3c57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################################################################
# Copyright (c) 2010 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) - initial API and implementation
#     Nicolas Guyomar (Mia-Software) - Bug 339899 - everything must be externalized before UI freeze
###############################################################################

pluginName = Celleditors Model
providerName = Eclipse Modeling Project

celleditors.content-type.name = EMFFacet Model Cell Editors
celleditors.extension-point.name = Model Cell Editors
compositeEditors.extension-point.name = Composite Cell Editor Factories
command.factories.extension-point.name = Command Factories

Back to the top