Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-02-17 13:46:39 +0000
committerCamille Letavernier2014-02-17 13:46:39 +0000
commitff14cb02e3c00e092cb76de5916ec1272bd0e579 (patch)
treea4e730f322494861fe8f06d43c6b3d42edf74df0 /plugins/sysml
parenta475d91c8963bceabb4313059167406c5dd685d1 (diff)
downloadorg.eclipse.papyrus-ff14cb02e3c00e092cb76de5916ec1272bd0e579.tar.gz
org.eclipse.papyrus-ff14cb02e3c00e092cb76de5916ec1272bd0e579.tar.xz
org.eclipse.papyrus-ff14cb02e3c00e092cb76de5916ec1272bd0e579.zip
417396: [CSS] The CSS Engine shall support label visibility & mask
https://bugs.eclipse.org/bugs/show_bug.cgi?id=417396 - Fix regressions: the Slots compartment is now visible by default in SysML BDD
Diffstat (limited to 'plugins/sysml')
-rw-r--r--plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition/plugin.xml b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition/plugin.xml
index f24aa0791a9..1e8cbebb084 100644
--- a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition/plugin.xml
+++ b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition/plugin.xml
@@ -1618,6 +1618,14 @@
humanReadableType="TargetRole"
type="linklabel_uml_association_target_role">
</mapping>
+ <mapping
+ humanReadableType="slots"
+ type="7001">
+ </mapping>
+ <mapping
+ humanReadableType="slots"
+ type="7035">
+ </mapping>
</diagramMappings>
</extension>

Back to the top