Commit d372b2ea authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3289 b35dd754-fafc-0310-a699-88a17e54d16e
parent a008f3c4
......@@ -680,14 +680,13 @@
<for param="jar">
<path>
<fileset dir="${release.out.dir}/lib" includes="*.jar" excludes="startup.jar,jdic.jar" />
<fileset dir="${release.out.dir}/lib" includes="*.jar" excludes="startup.jar,jdic.jar,mail.jar" />
</path>
<sequential>
<delete file="@{jar}.pack" />
<pack200 src="@{jar}"
destfile="@{jar}.pack"
gzipoutput="false"
segmentlimit="-1"
/>
<delete file="@{jar}" />
</sequential>
......
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