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