blob: 1ae1ef5c3de1ac0d5d2d0566b71b522875c33804 [file] [log] [blame]
<project name="Custom Type" default="Custom Type" basedir=".">
<anttestpath id="compile.classpath">
<fileset dir="lib">
<include name="**/*.jar"/>
</fileset>
</anttestpath>
<target name="init">
<tstamp/>
</target>
<target name="Custom Type" description= "Test adding a custom type" depends="init">
<echo message="Test adding a custom type"/>
</target>
</project>