Overview
Comment:Now causal completion creates new sys_cbg.dia instead of overwriting
sys_abg.dia, by default.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5918cd94db34e24be85eddbe363d5d5b58a3b98358a672f5880cbaa07f3d183d
User & Date: david-hoover@users.sourceforge.net on 2002-12-19 08:21:48.000
Other Links: branch diff | manifest | tags
Context
2002-12-19
16:48:21
Initial files for gino - see README check-in: 51b26b2720 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:21:48
Now causal completion creates new sys_cbg.dia instead of overwriting
sys_abg.dia, by default.
check-in: 5918cd94db user: david-hoover@users.sourceforge.net tags: origin/master, trunk
2002-12-13
10:07:07
Added example in sh section of DIY reps check-in: d3d7754c45 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
116
117
118
119
120
121
122
123

124
125
126
127
128
129
130
116
117
118
119
120
121
122

123
124
125
126
127
128
129
130







-
+







	    'change_effort_causality=s' => \$change_effort_causality,
	    );

die usage() if $diagram_name eq '';

# Use defaults if necessary:
$dia_input_file = $diagram_name . "_abg.dia" if ($dia_input_file eq '');
$dia_output_file = $diagram_name . "_abg.dia" if ($dia_output_file eq '');
$dia_output_file = $diagram_name . "_cbg.dia" if ($dia_output_file eq '');
$label_file = $diagram_name . "_lbl.txt" if ($label_file eq '');
$abg_file = $diagram_name . "_abg.m" if ($abg_file eq '');
$component_list_file = $diagram_name . "_cmp.txt" if ($component_list_file eq '');

# Start Parsing XML, and creating files:
my $dom = new XML::DOM::Parser;
my ($doc);

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