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