| <?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> |