Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: de9278c718f3509a96914bd5a9ebc38ab48d6a4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#################################################################################
# Copyright (c) 2015 CEA LIST.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
##################################################################################

pluginName = Papyrus property view generation
providerName = Eclipse Modeling Project

pluginDescription=This plug-in contains a wizard for generating a property view configuration: - From an Ecore Metamodel - From a UML Profile Additionnal generators can be contributed through an extension point.
generation.wizard.name= Properties Generation

Back to the top