3 # Shell script that creates only the main class for a new transformation
4 # plug-in, using a template
8 # $3: Transformation Name
11 if [ -n "$GATEWAY_INTERFACE" ] ; then
12 echo 'Can not invoke as CGI!'
18 echo -e "Usage: ./generator_main_class.sh MIMEType MIMESubtype TransformationName\n"
22 .
/generator_plugin.sh
"$1" "$2" "$3" "--generate_only_main_class"