Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
70ca28cbad287852f47742d58f46ff71 |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-17 17:04:50 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-17
| ||
19:45:58 | Component aliases implemented. check-in: 3db90b2a24 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:04:50 | Initial revision check-in: 70ca28cbad user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:53:43 | Added density alias check-in: 6ff6839f5f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/lbl2component version [232baa17de].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: lbl2component # Creates the commands to pull down components from libraries # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Regexp for an alias alias='^[#%]ALIAS' grep $alias $1_lbl.txt | grep '/' | awk '{print "mtt -q compcopy " $3}' |