blob: 9d19f477fe90dea120d79488f87d88c687a570fd [file] [log] [blame]
<project name="ant-project" default="build">
<target name="build">
<echo>Hello, Ant!</echo>
</target>
</project>