Commit a79e6a57 authored by Bill Lynch's avatar Bill Lynch Committed by bill

JM-32 -- made security releases part of the zip/tar.gz


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@432 b35dd754-fafc-0310-a699-88a17e54d16e
parent a73866e0
......@@ -527,21 +527,21 @@
<!-- ZIP -->
<zip zipfile="${package.dest.dir}/${release.out.name}.zip"
basedir="${release.out.dir}/.."
includes="${release.out.name}/**/*.*"
includes="${release.out.name}/**/*"
/>
<zip zipfile="${package.dest.dir}/${release.src.out.name}.zip"
basedir="${release.src.out.dir}/.."
includes="${release.src.out.name}/**/*.*"
includes="${release.src.out.name}/**/*"
/>
<!-- TAR.GZ -->
<tar tarfile="${package.dest.dir}/${release.out.name}.tar.gz"
basedir="${release.out.dir}/.."
includes="${release.out.name}/**/*.*"
includes="${release.out.name}/**/*"
compression="gzip"
/>
<tar tarfile="${package.dest.dir}/${release.src.out.name}.tar.gz"
basedir="${release.src.out.dir}/.."
includes="${release.src.out.name}/**/*.*"
includes="${release.src.out.name}/**/*"
compression="gzip"
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment