Differences From Artifact [91c3b4a28b]:

To Artifact [34bb9e01a2]:


29
30
31
32
33
34
35
36

37
38
39
40
41
42
43
44
45
46
29
30
31
32
33
34
35

36



37
38
39
40
41
42
43







-
+
-
-
-







    esac
    echo "#Error: " $message
    exit errno;
}       

check_for_valid_input ()
{
    args="$*"
    return 0;
    if [ $# -neq 4 ]; then
	exit_error "Invalid Input"
    fi
}

#
# file templates
#

# template_README      	compilation instructions

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