Commit 7691e6fe authored by Bill Lynch's avatar Bill Lynch Committed by bill

JM-57 -- fixed web.xml not being updated when a new jsp is made.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@800 b35dd754-fafc-0310-a699-88a17e54d16e
parent cb4bf25c
......@@ -365,7 +365,9 @@
<!-- Update the web.xml to include the servlet and servlet mapping defs from jspc -->
<loadfile property="servlet-xml" srcFile="${jspc.dest.dir}/web.partial.xml" />
<copy file="${web.dir}/WEB-INF/web.xml" toFile="${webapp.dest.dir}/WEB-INF/web.xml">
<copy file="${web.dir}/WEB-INF/web.xml"
toFile="${webapp.dest.dir}/WEB-INF/web.xml"
overwrite="true">
<filterset begintoken="&lt;!--@@" endtoken="@@--&gt;">
<filter token="JSPC-SERVLETS" value="${servlet-xml}" />
</filterset>
......
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