blob: 53525c8b0b473978d47847dee4ae9349e1619db9 [file] [log] [blame]
<project name="Custom Task" default="Custom Task" basedir=".">
<target name="init">
<tstamp/>
</target>
<target name="Custom Task" description= "Test adding a custom task" depends="init">
<AntTestTask/>
</target>
<target name="Custom Task from Entry" description= "Test adding a custom task">
<AntTestTask2/>
</target>
</project>