Commit bebcc39d authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

cosmetic fix to match others excludes from packing, refs OF-715


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13915 b35dd754-fafc-0310-a699-88a17e54d16e
parent d7a7fef3
......@@ -901,7 +901,7 @@
<for param="jar">
<path>
<fileset dir="${release.out.dir}/lib" includes="*.jar"
excludes="startup.jar,jdic.jar,mail.jar,activation.jar, bcpg-jdk15on.jar bcpkix-jdk15on.jar bcprov-jdk15on.jar"/>
excludes="startup.jar,jdic.jar,mail.jar,activation.jar,bcpg-jdk15on.jar,bcpkix-jdk15on.jar,bcprov-jdk15on.jar"/>
</path>
<sequential>
<delete file="@{jar}.pack"/>
......@@ -918,7 +918,7 @@
<for param="jar">
<path>
<fileset dir="${release.out.dir}/plugins/admin/webapp/WEB-INF/lib" includes="*.jar"
excludes="startup.jar,jdic.jar,mail.jar,activation.jar, bcpg-jdk15on.jar bcpkix-jdk15on.jar bcprov-jdk15on.jar"/>
excludes="startup.jar,jdic.jar,mail.jar,activation.jar,bcpg-jdk15on.jar,bcpkix-jdk15on.jar,bcprov-jdk15on.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