blob: 505a2bd67b26de325c7ebb161c82b0c570ec8f0d [file] [log] [blame]
<project name="main" default="all">
<taskdef resource="taskdefs.properties"/>
<hello/>
<target name="all">
<echo>Hello</echo>
</target>
<target name="all3">
<echo>Hello</echo>
</target>
<target name="all4">
<echo>Hello</echo>
</target>
</project>