blob: 6fa936cc99ace409c3571f88db0638fd59dcb32e [file] [log] [blame]
<?xml version="1.0"?>
<project default="main" basedir=".">
<echo message="pulling in property file"/>
<property file="test.properties"/>
<echo message="calling the ant task class"/>
<target name="main" >
<wsgen/>
</target>
</project>