blob: 3082c960e34abadbf3a5e6d623892726e193b57e [file] [log] [blame]
<project name="Custom Type" default="Custom Type" basedir=".">
<target name="init">
<tstamp/>
</target>
<target name="Custom Type" description= "Test adding a custom type" depends="init">
<AntTestTaskWithCustomType>
<AntTestType message="Test adding a custom type"/>
</AntTestTaskWithCustomType>
</target>
</project>