blob: ce09aadbad8f873963f14ca0f1977e59614cf000 [file] [log] [blame]
<?xml version="1.0"?>
<project name="xxx-test" basedir="." default="test1">
<target name="test1">
<zip/>
</target>
<target name="test2">
<zip zipfile="zip.tmp"/>
</target>
</project>