blob: 1dbfe251c3261fa7036a276409529c6dfa105b6b [file] [log] [blame]
<?xml version="1.0"?>
<project default="main" basedir=".">
<echo message="pulling in property files"/>
<property file="axis_client.properties"/>
<echo message="calling the web services generation ant task: axis_client"/>
<target name="main" >
<wsgen/>
</target>
</project>