Commit 82890967 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Deploy security resources


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@138 b35dd754-fafc-0310-a699-88a17e54d16e
parent a37b2fe3
......@@ -357,6 +357,14 @@
<fileset dir="${src.dir}" includes="plugins/**/*.*" />
</copy>
<!-- Copy security resources -->
<copy todir="${prepare.out.dir}">
<fileset dir="${src.dir}">
<include name="security/jive*" />
<include name="security/*store" />
</fileset>
</copy>
<!-- Copy admin plugin resources -->
<copy todir="${prepare.out.dir}/plugins/admin/webapp">
<!-- All web resources minus jsp's and jspf's - those are precompiled -->
......
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