<!-- Delegating build script, used by cruisecontrol to build MY_PROJECT_1.
Note that the basedir is set to the checked out project -->
<project name="imaker_plugin" default="build" basedir=".">
<target name="build">
<ant antfile="build.xml"/>
</target>
</project>