Commit 1fa86029 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Don't fail on error for web.partial.xml

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5946 b35dd754-fafc-0310-a699-88a17e54d16e
parent 28512aab
......@@ -462,7 +462,7 @@
</javac>
<!-- 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"/>
<loadfile property="servlet-xml" srcFile="${jspc.dest.dir}/web.partial.xml" failonerror="false" />
<copy file="${web.dir}/WEB-INF/web.xml"
toFile="${webapp.dest.dir}/WEB-INF/web.xml"
overwrite="true">
......
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