#To configure this file you must perform the following steps
#1) Choose the kind of application to build.  3GL.with.OBJ  OR  3GL.with.IDL  OR  ACMS.with.STDL
#2) Sepecify the required properties for that kind of application in the section "BEGIN properties for XXX".
#3) Specify properties in the section "BEGIN COMMON Properties to customize".
#
#     Choose which kind of application to wrap. The apptype property must be one of the following:
#     3GL.with.OBJ - A 3GL application based on an object (obj) file, compiled debug. (I64 only, not supported on AXP)
#     3GL.with.IDL - A 3GL application based on an IDL file that you have already written or generated.
#     ACMS.with.STDL - An ACMS applications SDTL file.
#
#     For example: apptype=3GL.with.OBJ 
#apptype=
#
#
#********************* BEGIN properties for 3GL.with.OBJ ********************
#     I64 ONLY, not supported on AXP
#
#Type        = Required
#Property    = obj.file 
#Description = Specific location and name of object file (compiled debug) from which WSIT will generate IDL
#	For example:  obj.file=/WSI$ROOT/samples/c/math.obj 
#obj.file=
#
#Type        = Required
#Property    = idl.file
#Description = Specific location and name of idl file that WSIT will generate using the target obj2idl.
#        For example:  idl.file=/WSI$ROOT/samples/c/math.xml
#
#
#idl.file=
#
#********************** END properties for 3GL.with.OBJ ********************
#
#
#
#
#********************** BEGIN properties for 3GL.with.IDL ********************
#
#Type        = Required
#Property    = idl.file
#Description = Specific location and name of idl file that WSIT will use to generate a javabean wrapper.
#        For example:  idl.file=/WSI$ROOT/samples/c/math.xml
#
#idl.file=
#
#********************** END properties for 3GL.with.IDL ********************
#
#
#
#
#******************** BEGIN properties for ACMS.with.STDL ********************
#
#Type        = Required
#Property    = stdl.file
#Description = Specific location and name of ACMS STDL file from which WSIT will generate IDL
#     For example:  stdl.file=/WSI$ROOT/samples/acms/employee_info_appl_wsi.stdl
#
#stdl.file=
#
#Type        = Required
#Property    = idl.file
#Description = Specific location and name of idl file that WSIT will generate using the target stdl2idl.
#        For example:  idl.file=/WSI$ROOT/samples/acms/employee_info_appl_wsi.xml
#
#idl.file=
#
#********************** END properties for ACMS.with.STDL **********************
#
#
#
#
#
#********************** BEGIN COMMON Properties to customize ********************
#
#Type        = Required
#Property    = appname 
#Description = Specifiy your application name.
#	For example:  appname=math
#
#appname=
#
# 
#Type        = Required
#Property    = build.dir
#Description = Specifiy the root of a directory that WSIT should use when generating code
#     For example:  build.dir=/WSI$ROOT/samples/c/generated
#
build.dir=
#
# 
#Type        = Optional
#Properties  = sample.POJO and sample.JSP
#Description = Specify if sample clients that illustrate how to call the WSIT generated javabean should be generated.
#     For example: sample.POJO=true
#                  sample.JSP=true
#
# sample.POJO=
# sample.JSP=
#
#******************** END COMMON Properties to customize ************************
#
