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