blob: 9dbc3af7f881ea9325f0765476184ca73e70b84f [file]
<project default="x">
<target name="x">
<touch file="${java.io.tmpdir}/something"/>
</target>
</project>