Overview
Comment:Wrappers for trans/dia2abg.pl.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: f3b17d5450731b06e6ecd43a28f85aa04398473bb4cf92a86e6e7775a50a6a5f
User & Date: geraint@users.sourceforge.net on 2002-12-03 08:51:22
Other Links: branch diff | manifest | tags
Context
2002-12-03
20:10:11
Converts data from _abg.dia to _abg.m format. check-in: 9eed9c42c4 user: geraint@users.sourceforge.net tags: origin/master, trunk
08:51:22
Wrappers for trans/dia2abg.pl. check-in: f3b17d5450 user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-12-01
14:54:52
Replaces defunct abg2lbl_fig2txt check-in: 4f90b9967b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/abg2cmp_dia2txt version [40ffb2ad9e].

























>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
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 version [6c27bbdf9c].

























>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
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


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]