Use this option in order to remove extra Activity Diagrams created from Activities. In Rhapsody, every Activity must own an Activity Diagram to describe it. By default, Rhapsody creates an empty Diagram.
When Publishing from Rhapsody to MagicDraw, this option controls the publishing of Extra Activity Diagrams that are not mandatory for Cameo.
When setting the Property rhp2md.remove.extra.activityDiagram
to true, the extra Activity Diagrams will be removed from the round tripped Cameo Model.
When setting the Property rhp2md.remove.extra.activityDiagram
to false, the extra Activity Diagrams will not be removed from the round tripped Cameo Model.
To remove Extra Activity Diagrams, set the following option in publisher.properties file:
# Determines whether Extra Empty Activity Diagram must be removed. Default: true
rhp2md.remove.extra.activityDiagram=true
To keep Extra Activity Diagrams, set the following option in publisher.properties file:
# Determines whether Extra Empty Activity Diagram must be removed. Default: true
rhp2md.remove.extra.activityDiagram=false
If the rhp2md.remove.extra.activityDiagram
property is not set in the publisher.properties file, the extra Activity Diagrams are removed from the round tripped Cameo Model.