TOP

uml13.diff.models

Description

Print the differences between two models referred as This macro instantiates the repository, loads the files (as of uml13.compare.models), finds and prints the differences and destroys the repository. This way, it simplifies the models comparison, just to the usage:
      <project>
        <typedef resource="uml13/meta.xml"/>

        <uml13.compare.models old="old file" new="new file"/>
      </project>
    
Based on <compare.models> task, using a nested detect.changes element.

Parameters

Attribute Description
new The file with the new version of the model
new.extent.name The extent name where to load the new version of the model. Use @{new.extent.name}.orphans property set to all model elements, that were ADDED in the new model. Default: NEW
old The file with the old version of the model
old.extent.name The extent name where to load the new version of the model. Use @{new.extent.name}.orphans property set to all model elements, that were DELETED in the new model. Default: OLD

Use <typedef resource="uml13/meta.xml"/>
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools