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

Don't pack bouncycastle JAR.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3380 b35dd754-fafc-0310-a699-88a17e54d16e
parent 63163c81
......@@ -686,7 +686,7 @@
<for param="jar">
<path>
<fileset dir="${release.out.dir}/lib" includes="*.jar" excludes="startup.jar,jdic.jar,mail.jar,activation.jar" />
<fileset dir="${release.out.dir}/lib" includes="*.jar" excludes="startup.jar,jdic.jar,mail.jar,activation.jar,bouncycastle.jar" />
</path>
<sequential>
<delete file="@{jar}.pack" />
......
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