Commit ee768fcf authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Going back to old jspc.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1206 b35dd754-fafc-0310-a699-88a17e54d16e
parent fb127b67
...@@ -836,9 +836,11 @@ ...@@ -836,9 +836,11 @@
--> -->
<copy todir="${plugin.dev.dest.dir}/@{plugin}/target/web"> <copy todir="${plugin.dev.dest.dir}/@{plugin}/target/web">
<fileset dir="@{pluginsrc}/@{plugin}/src/web"> <fileset dir="@{pluginsrc}/@{plugin}/src/web">
<exclude name="WEB-INF/web.xml" />
</fileset> </fileset>
<fileset dir="${web.dir}"> <fileset dir="${web.dir}">
<include name="WEB-INF/**/*.*" /> <include name="WEB-INF/**/*.*" />
<exclude name="WEB-INF/web.xml" />
<exclude name="WEB-INF/web.xml.startup.servlet" /> <exclude name="WEB-INF/web.xml.startup.servlet" />
<exclude name="WEB-INF/classes/messenger_init.xml" /> <exclude name="WEB-INF/classes/messenger_init.xml" />
<exclude name="WEB-INF/tmp/**/*.*" /> <exclude name="WEB-INF/tmp/**/*.*" />
......
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