blob: 3c32681959107fa0247789c91967286053027183 [file] [log] [blame]
<project name="buildfiletest-base">
<property name="buildfiletest.tmpdir" location="${java.io.tmpdir}"/>
<property name="output" location="${buildfiletest.tmpdir}/testoutput_${ant.processid}_${ant.threadname}"/>
<target name="tearDown">
<delete dir="${output}"/>
</target>
</project>