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

Minor cleanup


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1265 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9535f58f
......@@ -386,7 +386,7 @@
<!-- 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-new.xml"
toFile="${webapp.dest.dir}/WEB-INF/web.xml"
overwrite="true">
<filterset begintoken="&lt;!--@@" endtoken="@@--&gt;">
<filter token="JSPC-SERVLETS" value="${servlet-xml}" />
......@@ -944,11 +944,6 @@
<exclude name="java/**/*.java" />
</fileset>
</copy>
<!-- <copy todir="${plugin.dev.dest.dir}/@{plugin}/jar/web" failonerror="false">-->
<!-- <fileset dir="${plugin.dev.dest.dir}/@{plugin}/target/jspc">-->
<!-- <include name="web.xml" />-->
<!-- </fileset>-->
<!-- </copy>-->
<!-- Jar the plugin -->
<jar jarfile="${plugin.dest.dir}/@{plugin}.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