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