blob: 2213e5e5b427c1d4c04bdf84e805be634dec6c4a [file] [log] [blame]
<project name="Echo Test" default="Test for Echo" basedir=".">
<target name="init">
<tstamp/>
</target>
<target name="Test for Echo" description= "Calls other echos" depends="init">
<ant antfile="buildfiles/echoing.xml" dir="../../AntTests" target="echo1"/>
<ant antfile="buildfiles/echoing.xml" dir="../../AntTests" target="echo2"/>
<ant antfile="buildfiles/echoing.xml" dir="../../AntTests" target="echo3"/>
</target>
</project>