Added outer root directory in zip archive.
This commit is contained in:
parent
4b001a9178
commit
3937236341
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
<fileset dir="${build.release}"/>
|
||||
</touch>
|
||||
<!-- Create the ZIP archive -->
|
||||
<zip destfile="${dist.dir}/${release.name}.zip" basedir="${build.release}"/>
|
||||
<zip destfile="${dist.dir}/${release.name}.zip" basedir="${build.dir}" includes="${release.name}/**"/>
|
||||
<!-- Create the TAR archive -->
|
||||
<tar tarfile="${dist.dir}/${release.name}.tar.gz" compression="gzip">
|
||||
<tarfileset dir="${build.release}" prefix="${release.name}" mode="644"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue