blob: 7638a536cbae94b4727cb7e56e9e842c089a1f43 [file] [log] [blame]
<project name="Eching" default="echo1" basedir="..">
<target name="echo1">
<echo message="echo1"/>
</target>
<target name="echo2">
<echo message="echo2"/>
</target>
<target name="echo3" description= "An echo3!">
<echo message="echo3"/>
</target>
</project>