Sign in
eclipse
/
gerrit
/
jeetools
/
webtools.javaee
/
5092ff0cdb232ccd2f293255d01103f8c4dc15fc
/
.
/
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>