<!-- **********************************************************************
        WSIT V1.1 or greater is required to use this ANT build procedure


	To build full application and [optional] sample clients:

	   $ ant "-f wsit-ant-userbuild.xml"

	from the directory where wsit-ant-userbuild.xml is located.


	To get a list of all available targets:

	   $ ant "-f wsit-ant-userbuild.xml help"

	from the directory where wsit-ant-userbuild.xml is located.


	To execute a specific target only:

	   $ ant "-f wsit-ant-userbuild.xml target"

	from the directory where wsit-ant-userbuild.xml is located.

     ********************************************************************** -->

<project name="wsit-ant-userbuild" default="buildall" basedir=".">

 <condition property="targets.available">
     <available file="/WSI$ROOT/tools/ant/wsit-ant-targets.xml"/>
 </condition>
 <fail message="Could not find the file WSI$ROOT:[tools.ant]wsit-ant-targets.xml." unless="targets.available"/>


<!-- *************************************************************************
      Values need to be customized in this properties file before running ant
     ************************************************************************* -->
 <property file="wsit-ant-user.properties"/>

<!-- *************************************************************************
      Utility file contains all WSIT defined targets and tasks. Do not modify
     ************************************************************************* -->
<import file="/WSI$ROOT/tools/ant/wsit-ant-targets.xml" optional="true"/>

<!-- *************************************************************************
      Any user-specific code can be inserted below
     ************************************************************************* -->

</project>
