blob: 47e9aed4fd30c36cf411ce92bcebae5886e8db27 [file] [log] [blame]
<project name="buildMonitor" default="compileMonitorUtility" basedir="..">
<target name="compileMonitorUtility" unless="monitor.compiled">
<!-- run build.xml in the monitor directory -->
<ant dir="${basedir}/tests/utils/monitor" target="production"/>
<property name="monitor.compiled" value="true"/>
</target>
</project>