Differences From Artifact [b2b4a9d48e]:
- Executable file
mttroot/mtt/bin/trans/abg2cmp_dia2txt
— part of check-in
[d9925398f4]
at
2002-12-04 12:22:53
on branch origin/master
— dia2abg.pl now has option abg_file which default to $sys_abg.m
instead of stdout. Made appropriate changes in
abg2cmp_dia2txt and abg_dia2m.dia usage() now print usage without error message. (user: david-hoover@users.sourceforge.net, size: 362) [annotate] [blame] [check-ins using] [more...]
To 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...]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - - + | #! /bin/sh ### abg2cmp_dia2txt ## Creates list of components contained in _abg.dia ## Copyright (C) 2002 by Geraint Paul Bevan ###################################### ##### Model Transformation Tools ##### ###################################### set -e |