Sign in
eclipse
/
jeetools
/
webtools.javaee
/
5546386af479b304d49a2c40979b404f99e5633f
/
.
/
tests
/
org.eclipse.jem.tests
/
testdata
/
unzip.xml
blob: 0097a7592cb3dc3e55137b24cd0b9f0fc6e4d0e9 [
file
]
<project
name
=
"zip"
default
=
"zip"
basedir
=
"."
>
<target
name
=
"zip"
>
<unzip
src
=
"${zipfrom}"
dest
=
"${zipto}"
/>
</target>
</project>