diverse-project / pdedependencies2dot

Program to generate a dot graph from a set of OSGI/Eclipse modules
Eclipse Public License 1.0
5 stars 3 forks source link

Add cmd argument to save EMF model to file #6

Closed Siryion closed 4 years ago

Siryion commented 4 years ago

This PR is a feature enhancement adding the possibility to save the EMF model created during "stepone" in a XMI file by using the added command line argument --outputXMIFile.

Below is the generated XMI file using the ATL project as test input :

ebousse commented 4 years ago

LGTM, nice work and thank you!