fixed build process (added missing rep_transform.sml)

git-svn-id: https://projects.brucker.ch/su4sml/svn/su4sml/trunk@6885 3260e6d1-4efc-4170-b0a7-36055960796d
This commit is contained in:
Achim D. Brucker 2007-09-29 16:36:07 +00:00
parent c82e31ee67
commit c60322442a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ use "xmi_parser.sml"; (* conversion XML to XMI *);
use "xmi_idtable.sml"; (* auxiliary table to store and dereference xmi.id's *)
use "rep_parser.sml"; (* conversion XMI to Rep *)
use "rep_transform.sml";
use "listeq.sml";
use "mds.sig";
use "component_uml.sml";