blob: a5517b994fe4c6968f428e7758621a1f49b67be5 [file] [log] [blame]
<?xml version="1.0"?>
<project basedir="." default="cleanup">
<target name="realTest">
<bunzip2 src="expected/asf-logo-huge.tar.bz2" dest="asf-logo-huge.tar" />
</target>
<target name="cleanup">
<delete file="asf-logo-huge.tar" />
</target>
</project>