blob: 44a3352c407f837e42f9c986bc78fc02391913ea [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="greetings">
<target name="greetings">
<!--Saying HI
to the world-->
<echo>
Eclipse!
</echo>
</target>
</project>