Overview
Comment:Added 'set -e'.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2970fd4db64aafe4f24ef9446758e307821938bc81ec35d8e0626224cb228c3c
User & Date: geraint@users.sourceforge.net on 2002-12-03 20:11:40
Other Links: branch diff | manifest | tags
Context
2002-12-03
22:22:12
Write to file instead of stdout. check-in: ff73654302 user: geraint@users.sourceforge.net tags: origin/master, trunk
20:11:40
Added 'set -e'. check-in: 2970fd4db6 user: geraint@users.sourceforge.net tags: origin/master, trunk
20:10:11
Converts data from _abg.dia to _abg.m format. check-in: 9eed9c42c4 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/abg2cmp_dia2txt from [40ffb2ad9e] to [87b5a9d05c].

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









>
>



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
  
# set LANG until fixed bug [647664]
LANG="C" dia2abg.pl --create_component_list --diagram_name=$1 --component_list_file=$1_cmp.txt

Modified mttroot/mtt/bin/trans/abg_dia2m from [6c27bbdf9c] to [e4b5ac8666].

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









>
>



1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

### abg2cmp_dia2txt
## Creates _abg.m from _abg.dia
## Copyright (C) 2002 by Geraint Paul Bevan

  ###################################### 
  ##### Model Transformation Tools #####
  ######################################

set -e
  
# set LANG until fixed bug [647664]
LANG="C" dia2abg.pl --create_abg --diagram_name=$1


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