blob: 937a0e590bb4b1d117723e02282a2f52b5722757 [file] [log] [blame]
<project name="test" default="def" basedir=".">
<path id="no-override" />
<target name="def">
<fail>This build file should only be run from within the testcase</fail>
</target>
<target name="dummy" />
</project>