<?xml version="1.0"?>   
<project name="firstbuild" default="compile" >	
  <target name="compile">
    <javac srcdir="src" 
           includeAntRuntime="no"/>
    <echo>compilation complete!</echo>
  </target>
</project>
