Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8ce8a123cf6bcd6999213ac54b141967781ff458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#################################################################################
# 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 v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
##################################################################################)

pluginName = Customization Manager
providerName = Eclipse Modeling Project

wizard.name = DSML configuration plug-in

pluginDescription=This plug-ins provides a wizard for generating customization plug-ins for Papyrus. The customization process in Papyrus is essentially based on models, contributed to a Papyrus extension point. It can be complicated to distribute a set of customizations in a single plug-in, as you have to know all the plug-ins and extension points. This wizards simplifies the process. It supports the following customization elements : - EMF Facet UI Custom - UML Model Templates- UML Model- UML Profile- Property view- Diagram Palette

Back to the top