Differences From Artifact [db39850f41]:
- Executable file mttroot/mtt/bin/trans/abg2cmp_dia2txt — part of check-in [f79ccba358] at 2002-12-12 17:23:27 on branch origin/master — Fixed [ 647664 ] Namespace clash: LANG (user: geraint@users.sourceforge.net, size: 317) [annotate] [blame] [check-ins using] [more...]
To Artifact [1bb3659b08]:
- Executable file mtt/bin/trans/abg2cmp_dia2txt — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 344) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/abg2cmp_dia2txt — part of check-in [7bf6b22e52] at 2004-07-29 17:38:19 on branch origin/master — Uncompress _abg.dia if necessary before calling dia2abg.pl (user: geraint@users.sourceforge.net, size: 344) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | #! /bin/sh ### abg2cmp_dia2txt ## Creates list of components contained in _abg.dia ## Copyright (C) 2002 by Geraint Paul Bevan ###################################### ##### Model Transformation Tools ##### ###################################### set -e | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #! /bin/sh ### abg2cmp_dia2txt ## Creates list of components contained in _abg.dia ## Copyright (C) 2002 by Geraint Paul Bevan ###################################### ##### Model Transformation Tools ##### ###################################### set -e mtt_uncompress.sh $1_abg.dia dia2abg.pl --create_component_list --diagram_name=$1 |