blob: 0097a7592cb3dc3e55137b24cd0b9f0fc6e4d0e9 [file] [log] [blame]
<project name="zip" default="zip" basedir=".">
<target name="zip">
<unzip src="${zipfrom}" dest="${zipto}" />
</target>
</project>