Overview
Comment:This is version 2.6
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: c4780c0ee8951d8efedf7f2b0135bc8546d189b641b5b61829e51f6df52b8d8b
User & Date: gawthrop@users.sourceforge.net on 1997-12-11 10:59:50.000
Other Links: branch diff | manifest | tags
Context
1997-12-16
18:05:03
Increased size of structure vector by on to include unknown_inputs as
6th element
check-in: 85fe59450a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-12-11
10:59:50
This is version 2.6 check-in: c4780c0ee8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:59:07
Added debug -D switch + echos directory when -d switch used. check-in: b6188543ba user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+







# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996.

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
# Revision 1.106  1997/12/11  10:59:07  peterg
# Added debug -D switch + echos directory when -d switch used.
#
# Revision 1.105  1997/12/11  09:04:47  peterg
# Reduced default rep.txt file to just abg.txt -- this is to document
# components which may not be causally complete
#
# Revision 1.104  1997/12/07  21:05:10  peterg
# Removed a debbugging echo
#
419
420
421
422
423
424
425
426

427
428
429
430
431
432
433
422
423
424
425
426
427
428

429
430
431
432
433
434
435
436







-
+







  esac
  shift
done

#Print header if not in quiet (-q) mode.
if [ "$quiet" != "quiet" ]; then
  echo
  echo 'MTT (Model Transformation Tools) version 2.5++ ($Date$)'
  echo 'MTT (Model Transformation Tools) version 2.6 ($Date$)'
  echo 'This is free software with ABSOLUTELY NO WARRANTY.'
  echo 'Type `mtt warranty'\' 'for details.'
  echo
fi

# Print current directory if in -d mode
if [ -n "$directory" ]; then

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