Overview
Comment: | New file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
463d65dd40b983075b562676b379c777 |
User & Date: | geraint@users.sourceforge.net on 2004-08-01 19:47:59 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-01
| ||
19:50:07 |
Moved rules for ibg.m and abg.m so that -ibg can be used with dia models. Need to create cmp.m files before this combination will work. check-in: c930f72c5e user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:47:59 | New file. check-in: 463d65dd40 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
18:39:50 | Writes port data (bond labels) to ibg.m check-in: 1b446b6a1d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/abg2ibg_dia2m version [0f6a6c0a05].
> > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #! /bin/sh ### abg2ibg_dia2m ## Creates _ibg.m from _abg.dia ## Copyright (C) 2004 by Geraint Paul Bevan ###################################### ##### Model Transformation Tools ##### ###################################### set -e mtt_uncompress.sh $1_abg.dia dia2abg.pl --create_ibg --diagram_name=$1 |