Commit 1204e386 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Extract a help.zip file if it exists

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2670 b35dd754-fafc-0310-a699-88a17e54d16e
parent 73fbd699
......@@ -585,12 +585,14 @@
<copy todir="${prepare.out.dir}/plugins/admin/webapp">
<fileset dir="${webapp.dest.dir}"/>
</copy>
<!-- Copy help files -->
<unzip src="${src.dir}/help/help.zip" dest="${prepare.out.dir}/plugins/admin/webapp" />
<!-- Copy in tag library support -->
<copy todir="${prepare.out.dir}/lib">
<fileset dir="${lib.build.dir}" includes="commons-el.jar"/>
</copy>
<!-- Copy in pre-compiled JSP jar -->
<copy todir="${prepare.out.dir}/plugins/admin/webapp/WEB-INF/lib">
<copy todir="${prepare.out.dir}/plugins/admin/webapp/WEB-INF/lib" overwrite="${overwrite}">
<fileset dir="${jspc.dest.dir}" includes="${jspc.jar.name}"/>
</copy>
<!-- Copy in jasper runtime jar -->
......
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