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

Don't pack activation.jar.

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