ADDED mttroot/mtt/bin/trans/abg2cmp_dia2txt Index: mttroot/mtt/bin/trans/abg2cmp_dia2txt ================================================================== --- mttroot/mtt/bin/trans/abg2cmp_dia2txt +++ mttroot/mtt/bin/trans/abg2cmp_dia2txt @@ -0,0 +1,12 @@ +#! /bin/sh + +### abg2cmp_dia2txt +## Creates list of components contained in _abg.dia +## Copyright (C) 2002 by Geraint Paul Bevan + + ###################################### + ##### Model Transformation Tools ##### + ###################################### + +# set LANG until fixed bug [647664] +LANG="C" dia2abg.pl --create_component_list --diagram_name=$1 --component_list_file=$1_cmp.txt ADDED mttroot/mtt/bin/trans/abg_dia2m Index: mttroot/mtt/bin/trans/abg_dia2m ================================================================== --- mttroot/mtt/bin/trans/abg_dia2m +++ mttroot/mtt/bin/trans/abg_dia2m @@ -0,0 +1,12 @@ +#! /bin/sh + +### abg2cmp_dia2txt +## Creates _abg.m from _abg.dia +## Copyright (C) 2002 by Geraint Paul Bevan + + ###################################### + ##### Model Transformation Tools ##### + ###################################### + +# set LANG until fixed bug [647664] +LANG="C" dia2abg.pl --create_abg --diagram_name=$1